programming
Short Howto: key bindings in shells Get this post!
July 27, 2007

This short howto explains how to figure out which key binding is connected with which...
Posted by liquid
How would you reverse a singly linked list in Java ? Get this post!
July 23, 2007Sometimes the solutions are not quite obvious. Search for an algorithm to reverse a singly linked list using Java and you wont find any good hits except for this code. public void...
Posted by geek o pedia