Java


A quick handy reference to run javadocs from the command prompt:

% javadoc -d DOC_OUTPUT_DIR -sourcepath SOURCE_PATH -subpackages LIST_OF_PACKAGES separated by space

further ref: http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html

Hitesh Agarwal has compiled a list of code snippets for Date manipulation in Java:

http://www.hiteshagrawal.com/java/date-manipulation-in-java