dictionary_param.py: accept function args as a tuple [Python] [Apr-08-2011]
tuples_param.py: accept function args as a tuple [Python] [Apr-08-2011]
list_tuples.py: iterate through a list of tuples [Python] [Mar-26-2011]
config_parse.c: Remove comments and trimming from config file [C] [Mar-01-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]
pthread_concurrency.c: multi-threaded concurrency syncronization performance testing [C] [Dec-18-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]
backtrace.c: libc function to print function stack from code [C] [Dec-22-2007]
execve.c: execve transforms the current process into a new process [C] [Dec-02-2007]
function_pointers.c: pass function pointers as argument to a function [C] [Nov-11-2007]
symlink.s: call the symlink system call function [x86] [Dec-23-2007]
sum.s: add two numbers entered at command line and print result [x86] [Nov-11-2007]
string_compression.c: use zlib to compress and uncompress a string in memory [C] [Nov-11-2007]
directio.c: Direct IO on device with no filesystem [C] [Aug-22-2009]