Text race history for Isaac (ctrl_sea)

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
59 2023-08-12 04:38:35 22.87 91.1%
41 2023-08-12 03:59:16 27.72 90.6%
40 2023-08-12 03:57:32 25.79 89.6%
9 2023-08-11 01:27:54 30.26 91.6%
6 2023-08-10 22:44:44 31.20 90.2%