Text race history for 0xtgk (0xtgk)

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
161 2023-09-15 00:32:27 39.43 97%
110 2023-09-01 16:19:00 40.14 96.6%
71 2023-08-27 13:57:58 38.19 95.2%
46 2023-08-24 13:43:14 34.04 93.5%
36 2023-08-20 15:32:48 35.13 94.5%
11 2023-08-14 09:28:47 29.46 92.9%