User:Mths/rwrm writing machines: 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.

12 June 2013

  • curprev 13:0013:00, 12 June 2013Mths talk contribs 464 bytes +464 Created page with "== script == <source lang="python"> import re, operator, sys fn = sys.argv[1] with open(fn, "r") as f: text = f.read() words = re.findall(r'\w+', text) d = {} for j in ..."