Text race history for Amit (amitkumariitm)

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
208 2025-01-17 01:53:01 36.47 94.8%
126 2024-12-25 00:26:01 39.71 94.5%
78 2024-12-18 19:53:08 38.84 95.7%
70 2024-12-18 12:57:25 39.27 94.3%
47 2024-12-17 14:09:50 32.13 94.5%
7 2024-12-05 02:21:21 27.61 94.7%