Superimpose.py: Revision history

Diff selection: Mark the radio buttons 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.

15 December 2018

23 November 2013

  • curprev 11:5111:51, 23 November 2013Michael Murtaugh talk contribs 405 bytes +405 Created page with "== Code == <source lang="python"> import itertools import sys for x, y in zip(open(sys.argv[1]), open(sys.argv[2])): for xc, yc in itertools.izip_longest(x.rstrip('\r\n')..."