Text race history for Simon (zenex)

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 2012-02-28 01:28:53 54.39 95%
22 2012-02-27 01:37:16 50.52 93%
8 2012-02-26 17:52:28 51.98 97%
6 2012-02-26 17:48:59 48.74 92%