Most Recent Programs

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]