Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 07:48, 4 December 2010โ€Ž Han84 (Talk | contribs)โ€Ž . . (340 bytes) (+340)โ€Ž . . (New page: <source lang="java"> public static void fileCreateDirectory(String dir) { java.io.File f = new java.io.File(dir); if (!f.mkdir()) { Ts.printErr("Fail to create directory: " + dir); } ...)

Alumni Liaison

Correspondence Chess Grandmaster and Purdue Alumni

Prof. Dan Fleetwood