sum_stdin.py: sum all the integers read from stdin [Python] [May-22-2009]
bad_cin_input.cpp: Detect, clear, and ignore bad input from cin [C++] [May-21-2009]
confess.pl: use the confess function to die and print a stack trace [Perl] [May-19-2009]
time_test.c: Speed comparison of time function vs gettimeofday [C] [May-17-2009]
multi_process_socket.c: Socket server that forks a new process for each incoming connection [C] [May-03-2009]
pthread_concurrency.c: Compare performance of pthread_mutex, pthread_rwlock, and pthread_spinlock [C] [Apr-11-2009]
elapsed.c: use clock_gettime with CLOCK_MONOTONIC for getting elapsed times [C] [Mar-29-2009]
reverse_words_in_string.c: Reverse the words in a string [C] [Mar-15-2009]
member_def_args.cpp: default value for member functions [C++] [Feb-26-2009]
ptr2string.c: convert a pointer to string in semi-platform independent way [C] [Jan-02-2009]
meyers_singleton.cpp: Scott Meyers' Singleton pattern [C++] [220 views]
s3_upload.pl: upload a file to Amazon S3 storage web service [Perl] [177 views]
backtrace.c: libc function to print function stack from code [C] [171 views]
fork.c: fork a child process [C] [165 views]
autovivification.pl: autovivification property of perl [Perl] [160 views]
hello_float.s: call printf in assembly on floating point number [x86] [155 views]
apr_string.c: apache portable runtime library string functions [C] [152 views]
streamsio.java: read from STDIN and write to STDERR [Java] [145 views]
union_bytes.cpp: union of char array and long to access a number as a string [C++] [144 views]
array.s: create an array of numbers and use a loop to print them [x86] [131 views]