Text race history for NebulaGrey (hellishemo1)

Back to text analysis page

class URLLister(SGMLParser): def reset(self): SGMLParser.reset(self) self.urls = [] def start_a(self, attrs): href = [v for k, v in attrs if k=='href'] if href: self.urls.extend(href)

Game Time WPM Accuracy
37 2012-11-06 00:47:18 56.38 94%
35 2011-09-11 00:34:34 49.80 93%
31 2011-07-25 15:15:19 60.20 97%
26 2011-07-25 15:07:17 51.85 92%
4 2011-07-03 04:24:59 49.60 92%
1 2011-03-05 01:14:59 49.23