TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Nathan (diogenes1)
Return to profile of Nathan (diogenes1)
View texts not yet raced by Nathan (diogenes1)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import random min = 1 max = 6 roll_again = "yes" while roll_...
51.16
1.1383
0.1420
272
6
43.95
2025-01-05
2.
public class HelloWorld { public static void main(String[] ...
49.74
1.0599
0.1849
143
4
45.54
2025-01-05
3.
input("\n\nPress the enter key to exit.") # waits for the us...
48.71
1.1984
0.0206
85
2
44.56
2024-10-03
4.
import std; int main() { std::println("Hello World!"); }
47.11
0.9810
0.1980
56
6
37.54
2025-01-05
5.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
47.09
1.0518
0.1267
152
2
39.63
2024-10-07
6.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
46.15
0.9849
0.1701
183
4
40.19
2025-01-05
7.
import os import sys def run(program, *args): pid = os.fork(...
45.31
1.0473
0.0866
154
3
37.77
2025-04-21
8.
import string from random import * characters = string.ascii...
44.45
1.1814
-0.0690
190
3
40.98
2024-10-02
9.
import random n = random.randint(1, 99) guess = int(raw_inpu...
42.22
1.1067
-0.0501
388
2
38.98
2024-09-28
10.
import urllib2 import urllib import json url = "http://ajax....
40.66
0.9776
0.0400
438
5
35.53
2025-04-21
11.
import re import sys import urllib2 import BeautifulSoup usa...
39.91
0.9803
0.0185
344
1
39.91
2025-01-05
12.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
39.59
0.9234
0.0674
236
2
37.61
2025-01-05
13.
/* Read a set of characters from the socket */ StringBuffer ...
39.54
1.0042
-0.0147
542
2
38.06
2024-10-26
14.
function calculateArea(width, height) { try { var area = ...
39.33
1.0366
-0.0523
301
2
38.32
2024-10-02
15.
/** Loop waiting for a connection and a valid command */ whi...
39.20
1.0448
-0.0638
445
2
38.38
2024-10-03
16.
(publish :path "/hello-count" :content-type "text/html" :fun...
36.75
0.9487
-0.0290
356
2
33.73
2024-10-07
17.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
34.05
0.8513
0.0008
179
3
26.78
2024-10-07
18.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
29.77
0.9180
-0.1730
264
1
29.77
2025-01-05
19.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
27.52
0.9386
-0.2499
256
2
27.24
2024-10-02
20.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
24.12
0.9215
-0.3179
78
1
24.12
2024-09-28