TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Unknown Person (iamikey7)
Return to profile of Unknown Person (iamikey7)
View texts not yet raced by Unknown Person (iamikey7)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
input("\n\nPress the enter key to exit.") # waits for the us...
41.81
1.1984
0.0713
85
8
37.64
2026-01-28
2.
import std; int main() { std::println("Hello World!"); }
38.98
0.9810
0.2028
56
1
38.98
2024-04-08
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
38.84
1.1383
0.0412
272
4
33.81
2024-04-09
4.
/** Loop waiting for a connection and a valid command */ whi...
38.74
1.0448
0.1317
445
8
30.75
2026-01-28
5.
(publish :path "/hello-count" :content-type "text/html" :fun...
38.43
0.9487
0.2184
356
3
29.22
2026-01-28
6.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
37.66
0.9849
0.1588
183
2
34.05
2026-01-28
7.
function calculateArea(width, height) { try { var area = ...
36.91
1.0366
0.0843
301
3
33.75
2024-04-09
8.
import urllib2 import json screen_name = "wordpress" url = "...
36.60
1.0621
0.0494
246
5
34.56
2024-04-08
9.
import os import sys def run(program, *args): pid = os.fork(...
36.13
1.0473
0.0499
154
4
30.54
2024-04-08
10.
import string from random import * characters = string.ascii...
35.72
1.1814
-0.0966
190
2
34.05
2024-04-05
11.
import random n = random.randint(1, 99) guess = int(raw_inpu...
35.28
1.1067
-0.0353
388
7
31.83
2024-04-10
12.
/* Read a set of characters from the socket */ StringBuffer ...
35.12
1.0042
0.0623
542
3
32.66
2024-04-09
13.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
34.18
1.0518
-0.0138
152
4
30.69
2024-04-08
14.
import urllib2 import urllib import json url = "http://ajax....
33.76
0.9776
0.0476
438
7
29.52
2024-04-09
15.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
33.26
0.9215
0.0886
78
5
24.59
2026-01-28
16.
public class HelloWorld { public static void main(String[] ...
32.30
1.0599
-0.0790
143
3
29.85
2024-04-08
17.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
29.38
0.9180
-0.0258
264
4
24.22
2024-04-10
18.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
29.08
0.8513
0.0318
179
9
23.94
2026-01-28
19.
import re import sys import urllib2 import BeautifulSoup usa...
27.52
0.9803
-0.1446
344
2
26.63
2024-04-05
20.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
27.16
0.9386
-0.1138
256
2
26.96
2024-04-09
21.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
25.87
0.9234
-0.1378
236
2
23.84
2024-04-01