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 2010Han84 (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

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett