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-19-2009]
sigalarm.c: timer example with setitimer and SIGALRM handler [C] [Nov-27-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-23-2009]
hostname.c: GNU libc call to get the local hostname [C] [Aug-09-2009]
callprintf.s: How to call printf in assembly language [x86] [Aug-02-2009]
meyers_singleton.cpp: Scott Meyers' Singleton pattern [C++] [287 views]
backtrace.c: libc function to print function stack from code [C] [234 views]
s3_upload.pl: upload a file to Amazon S3 storage web service [Perl] [226 views]
fork.c: fork a child process [C] [224 views]
autovivification.pl: autovivification property of perl [Perl] [204 views]
apr_string.c: apache portable runtime library string functions [C] [204 views]
hello_float.s: call printf in assembly on floating point number [x86] [202 views]
streamsio.java: read from STDIN and write to STDERR [Java] [193 views]
union_bytes.cpp: union of char array and long to access a number as a string [C++] [187 views]
array.s: create an array of numbers and use a loop to print them [x86] [175 views]