Text race history for Nima (nanimonima)

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
93 2023-09-15 05:31:57 50.94 92.9%
41 2023-09-13 13:04:00 55.53 95.5%
30 2023-09-12 09:34:35 49.52 94%
16 2023-09-11 14:46:13 53.99 95.6%
9 2023-09-11 14:28:40 49.94 93.7%