TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Leaden Typer (typeryo)
Return to profile of Leaden Typer (typeryo)
View texts not yet raced by Leaden Typer (typeryo)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import urllib2 import json screen_name = "wordpress" url = "...
60.75
1.0621
0.2050
246
54
38.75
2025-04-08
2.
input("\n\nPress the enter key to exit.") # waits for the us...
60.51
1.1984
0.0637
85
51
40.54
2024-06-01
3.
import random n = random.randint(1, 99) guess = int(raw_inpu...
52.60
1.1067
-0.0096
388
46
40.08
2025-04-08
4.
import string from random import * characters = string.ascii...
51.84
1.1814
-0.1001
190
37
40.44
2025-04-08
5.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
51.51
1.0518
0.0226
152
40
39.28
2025-04-08
6.
import random min = 1 max = 6 roll_again = "yes" while roll_...
50.78
1.1383
-0.0792
272
46
39.27
2024-05-12
7.
public class HelloWorld { public static void main(String[] ...
50.19
1.0599
-0.0131
143
39
38.01
2024-05-11
8.
import os import sys def run(program, *args): pid = os.fork(...
49.94
1.0473
-0.0057
154
44
37.03
2024-05-31
9.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
48.13
0.9849
0.0190
183
37
35.50
2024-05-12
10.
/** Loop waiting for a connection and a valid command */ whi...
46.75
1.0448
-0.0697
445
50
37.20
2025-04-08
11.
import re import sys import urllib2 import BeautifulSoup usa...
46.05
0.9803
-0.0198
344
37
36.27
2024-06-01
12.
import urllib2 import urllib import json url = "http://ajax....
45.78
0.9776
-0.0227
438
47
36.72
2025-04-08
13.
/* Read a set of characters from the socket */ StringBuffer ...
45.49
1.0042
-0.0554
542
54
36.28
2024-05-12
14.
import std; int main() { std::println("Hello World!"); }
45.19
0.9810
-0.0384
56
9
37.71
2025-04-08
15.
function calculateArea(width, height) { try { var area = ...
45.13
1.0366
-0.0953
301
51
36.23
2024-04-23
16.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
44.25
0.9234
-0.0005
236
46
35.57
2025-04-08
17.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
44.02
0.9215
-0.0034
78
62
33.50
2025-04-08
18.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
43.18
0.9386
-0.0380
256
34
33.03
2025-04-08
19.
(publish :path "/hello-count" :content-type "text/html" :fun...
42.58
0.9487
-0.0606
356
31
33.41
2024-05-10
20.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
42.39
0.9180
-0.0338
264
28
33.73
2024-05-13
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
39.77
0.8513
-0.0218
179
6
34.35
2024-06-01