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]
string_match.java: Use the regex match function built into the String class [Java] [Jan-26]
ref_test.pl: use the ref function to determine if a scalar contains a reference [Perl] [Jan-20]
meyers_singleton.cpp: Scott Meyers' Singleton pattern [C++] [135 views]
backtrace.c: libc function to print function stack from code [C] [112 views]
s3_upload.pl: upload a file to Amazon S3 storage web service [Perl] [112 views]
fork.c: fork a child process [C] [108 views]
autovivification.pl: autovivification property of perl [Perl] [107 views]
hello_float.s: call printf in assembly on floating point number [x86] [97 views]
apr_string.c: apache portable runtime library string functions [C] [97 views]
streamsio.java: read from STDIN and write to STDERR [Java] [96 views]
symlink.s: call the symlink system call function [x86] [91 views]
sets.py: set operators union, intersection, exclusive or, difference [Python] [90 views]