uname

uname 0.1

uname is a special version of uname. Supports -a, -s, -r, -n, -v, -m options.USAGE: uname [options]-s Print the kernel name-v Print the kernel version-r Print the kernel release-n Print the network node hostname-m Print the machine hardware name-a ...

read more

ZMsgServer is a peer-to-peer LAN messaging application written in the Java programming language. I have successfully tested the application on a variety of platforms, under a variety of network conditions, and even in its infancy, it is a very nicely...

getconf

getconf 0.1

getconf is a C program that can retrieve NAME=VALUE pairs from a configuration file.Sample:#include < stdio.h >#include < stdlib.h >#include < string.h >#include "getconf.h"int main( int argc, char *argv[] ){ struct config c; char *vars[MAX_LINES]; ...

read more