TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for name (not_yper)
Return to profile of name (not_yper)
View texts not yet raced by name (not_yper)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import string from random import * characters = string.ascii...
69.40
1.1814
0.0860
190
2
65.96
2026-05-01
2.
input("\n\nPress the enter key to exit.") # waits for the us...
66.46
1.1984
0.0153
85
2
62.60
2026-03-06
3.
public class HelloWorld { public static void main(String[] ...
65.27
1.0599
0.1321
143
3
56.84
2026-04-17
4.
import std; int main() { std::println("Hello World!"); }
62.30
0.9810
0.1568
56
3
54.45
2026-03-30
5.
import random min = 1 max = 6 roll_again = "yes" while roll_...
59.43
1.1383
-0.0529
272
2
58.31
2026-03-30
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
59.32
1.1067
-0.0234
388
1
59.32
2026-02-19
7.
/** Loop waiting for a connection and a valid command */ whi...
56.23
1.0448
-0.0179
445
5
52.07
2026-04-14
8.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
55.37
1.0518
-0.0406
152
1
55.37
2026-02-19
9.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
54.78
0.9849
0.0155
183
2
49.15
2026-04-17
10.
import urllib2 import json screen_name = "wordpress" url = "...
53.62
1.0621
-0.0828
246
2
52.03
2025-12-31
11.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
53.35
0.9386
0.0357
256
3
49.77
2026-04-23
12.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
52.65
0.9234
0.0381
236
2
48.52
2026-04-02
13.
/* Read a set of characters from the socket */ StringBuffer ...
50.91
1.0042
-0.0744
542
1
50.91
2025-12-31
14.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
50.80
0.9180
0.0098
264
3
48.11
2026-03-06
15.
(publish :path "/hello-count" :content-type "text/html" :fun...
49.28
0.9487
-0.0487
356
3
47.68
2026-03-23
16.
import urllib2 import urllib import json url = "http://ajax....
49.23
0.9776
-0.0785
438
2
46.95
2026-02-19
17.
import re import sys import urllib2 import BeautifulSoup usa...
49.19
0.9803
-0.0820
344
2
48.65
2026-04-14
18.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
47.94
0.8513
0.0242
179
2
47.37
2026-04-14