| Race |
Date |
WPM |
Text |
Outcome |
Acc. |
Points |
| 27. |
2026-02-17 11:20:54 |
43.39 |
import random n = random.randint(1, 99) guess = int(raw_inpu... |
Win (1 of 3) |
96% |
46 |
| 26. |
2026-02-17 11:18:49 |
44.83 |
function calculateArea(width, height) { try { var area = ... |
Win (1 of 3) |
99% |
34 |
| 25. |
2026-02-17 11:17:00 |
40.72 |
import random n = random.randint(1, 99) guess = int(raw_inpu... |
Win (1 of 3) |
96% |
43 |
| 24. |
2026-02-17 11:14:45 |
49.88 |
import os import sys def run(program, *args): pid = os.fork(... |
Win (1 of 3) |
99% |
17 |
| 23. |
2026-02-17 11:13:49 |
31.16 |
auto monad = [](auto v) { return [=] { return v; }; }; auto ... |
No win (3 of 3) |
96% |
16 |
| 22. |
2024-07-28 14:27:50 |
34.86 |
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(... |
Win (1 of 3) |
96.5% |
10 |
| 21. |
2024-07-28 14:27:03 |
33.81 |
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ... |
No win (3 of 3) |
96.8% |
21 |
| 20. |
2024-07-28 14:25:09 |
36.97 |
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);... |
Win (1 of 3) |
96.7% |
16 |
| 19. |
2024-07-28 14:21:49 |
41.94 |
import random n = random.randint(1, 99) guess = int(raw_inpu... |
Win (1 of 3) |
96.9% |
45 |
| 18. |
2024-07-28 14:17:01 |
43.71 |
import random n = random.randint(1, 99) guess = int(raw_inpu... |
No win (3 of 3) |
98.1% |
47 |
| 17. |
2024-07-28 13:52:08 |
36.38 |
import std; int main() { std::println("Hello World!"); } |
No win (2 of 3) |
91.2% |
5 |
| 16. |
2024-07-28 13:51:22 |
39.48 |
import urllib2 import json screen_name = "wordpress" url = "... |
No win (3 of 3) |
96.6% |
16 |
| 15. |
2024-07-28 13:49:48 |
32.67 |
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(... |
No win (3 of 3) |
96.7% |
10 |
| 14. |
2024-07-28 08:57:08 |
40.37 |
import os import sys def run(program, *args): pid = os.fork(... |
Win (1 of 2) |
96.4% |
14 |
| 13. |
2024-07-28 08:56:05 |
34.52 |
(publish :path "/hello-count" :content-type "text/html" :fun... |
No win (3 of 3) |
97.9% |
26 |
| 12. |
2024-07-24 15:23:33 |
39.95 |
/* Read a set of characters from the socket */ StringBuffer ... |
Win (1 of 3) |
97.4% |
59 |
| 11. |
2024-07-24 15:20:16 |
39.82 |
import re import sys import urllib2 import BeautifulSoup usa... |
Win (1 of 3) |
97.3% |
25 |
| 10. |
2024-07-24 15:18:16 |
33.89 |
print "Using URL", url req = urllib2.Request(url) fd = urlli... |
No win (3 of 3) |
98.1% |
11 |
| 9. |
2024-07-24 15:16:51 |
48.85 |
input("\n\nPress the enter key to exit.") # waits for the us... |
Win (1 of 3) |
96.7% |
13 |
| 8. |
2024-07-24 15:16:09 |
33.84 |
import string from random import * characters = string.ascii... |
No win (3 of 3) |
95.6% |
13 |