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:32, 23 November 2010โ€Ž Han84 (Talk | contribs)โ€Ž . . (256 bytes) (+256)โ€Ž . . (New page: <source lang="java"> public static int[] convertByteArrayToIntArray(byte[] data) { int[] result = new int[data.length]; for (int i = 0; i < data.length; i++) { result[i] = data[i] & 0x...)

Alumni Liaison

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

Dr. Paul Garrett