gettimeofday_diff.c: elapsed time using gettimeoday [C] [Apr-07-2011]
epoch2string.py: convert an epoch time to string using python [Python] [Jan-08-2010]
pthread_concurrency.c: multi-threaded concurrency syncronization performance testing [C] [Dec-18-2009]
sigalarm.c: timer example with setitimer and SIGALRM handler [C] [Nov-26-2009]
lambda.py: anonymous python functions using lambda [Python] [Nov-14-2009]
64_bit_test.c: Test if a machine is 32 or 64 bits [C] [Nov-11-2009]
sum_stdin.py: sum all the integers read from stdin [Python] [Nov-03-2009]
file_lock.c: advisory file locking using fcntl [C] [Sep-26-2009]
directio.c: Direct IO on device with no filesystem [C] [Aug-22-2009]
hostname.c: GNU libc call to get the local hostname [C] [Aug-09-2009]
pthread_concurrency.c: multi-threaded concurrency syncronization performance testing [C] [Dec-18-2009]
directio.c: Direct IO on device with no filesystem [C] [Aug-22-2009]
multi_process_socket.c: Socket server that forks a new process for each incoming connection [C] [May-03-2009]
find_cycle.c: function to determine if there is a cycle in a linked list [C] [Nov-11-2007]
sum.s: add two numbers entered at command line and print result [x86] [Nov-11-2007]
symlink.s: call the symlink system call function [x86] [Dec-23-2007]
string_compression.c: use zlib to compress and uncompress a string in memory [C] [Nov-11-2007]
meyers_singleton.cpp: Scott Meyers' Singleton pattern [C++] [Dec-25-2007]
autovivification.pl: autovivification property of perl [Perl] [Jan-03-2008]
backtrace.c: libc function to print function stack from code [C] [Dec-22-2007]