Text race history for Matt (m4olivei)

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
38 2011-03-14 03:39:47 41.08
32 2011-03-14 03:29:41 35.43
29 2011-03-02 03:52:03 39.02
22 2011-02-15 23:46:12 31.74
18 2011-01-30 22:18:19 28.03
8 2011-01-29 21:32:22 26.43
7 2011-01-29 20:15:59 33.93
1 2011-01-29 20:02:36 22.09