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) 05:40, 23 November 2010โ€Ž Han84 (Talk | contribs)โ€Ž . . (329 bytes) (+329)โ€Ž . . (New page: <source lang="java"> public static long convertIpToLong(String addr) { String[] addrArray = addr.split("\\."); long num = 0; for (int i = 0; i < addrArray.length; i++) { int power = 3...)

Alumni Liaison

BSEE 2004, current Ph.D. student researching signal and image processing.

Landis Huffman