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) 19:37, 14 February 2009โ€Ž Kostmo (Talk | contribs)โ€Ž . . (1,057 bytes) (+1,057)โ€Ž . . (New page: <source lang="python"> #!/usr/bin/env python from random import randint A = [0,1,2] def swap(a, src, dst): temp = a[dst] a[dst] = a[src] a[src] = temp def false_randomize(array): ...)

Alumni Liaison

Ph.D. 2007, working on developing cool imaging technologies for digital cameras, camera phones, and video surveillance cameras.

Buyue Zhang