Most Recent Programs

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]