Tag: client/server
Graphics Using Xlib, Part 1
This article introduces you to the X Window System, with the aim of helping developers understand how to use the Xlib library effectively.
The X...
Android Application Development: CLI Tools
This article on Android application development introduces you to the command line utilities that come packaged with the Android SDK, all of which are...
Puppet Data Centre Automation Solution, Part 1: Setting Up Master &...
Managing data centres comprising hundreds of systems is tough. Fortunately, configuration-management systems help bring things under control, by automating common configuration tasks, making systems...
Joy of Programming: Questions and Answers on C
Let's look at some of the queries received from readers relating to programming in C.
Q. Where are enum members stored in memory? How does...