lseek.c: lseek system call demonstration [C] [Sep-02]
open_write.c: use open and write system calls to print hello world to a file [C] [Aug-31]
foreach.java: new style foreach introduced in Java 5 [Java] [Feb-18]
splitws.java: split on whitespace [Java] [Feb-18]
each.pl: each to iterate through both keys and values of a hash [Perl] [Feb-09]
split_whitespace.pl: split on white space [Perl] [Feb-09]
array.s: create an array of numbers and use a loop to print them [x86] [Feb-08]
pipe_write_read.c: pipe function for low level ipc [C] [Feb-03]
dictionary_sort.py: iterate the keys of a dictionary in sorted order [Python] [Feb-02]
union_bytes.cpp: union of char array and long to access a number as a string [C++] [Jan-31]
meyers_singleton.cpp: Scott Meyers' Singleton pattern [C++] [155 views]
s3_upload.pl: upload a file to Amazon S3 storage web service [Perl] [126 views]
backtrace.c: libc function to print function stack from code [C] [123 views]
fork.c: fork a child process [C] [118 views]
autovivification.pl: autovivification property of perl [Perl] [118 views]
apr_string.c: apache portable runtime library string functions [C] [109 views]
hello_float.s: call printf in assembly on floating point number [x86] [109 views]
streamsio.java: read from STDIN and write to STDERR [Java] [108 views]
sets.py: set operators union, intersection, exclusive or, difference [Python] [103 views]
symlink.s: call the symlink system call function [x86] [98 views]