TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for ISU (isu_theking)
Return to profile of ISU (isu_theking)
View texts not yet raced by ISU (isu_theking)
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_...
47.55
1.1383
0.1668
272
4
45.25
2025-06-27
2.
import string from random import * characters = string.ascii...
47.12
1.1814
0.1119
190
2
42.78
2025-06-26
3.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
46.47
1.0518
0.2236
152
3
38.76
2025-06-27
4.
input("\n\nPress the enter key to exit.") # waits for the us...
44.70
1.1984
0.0285
85
2
42.61
2025-02-19
5.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
43.79
0.9849
0.2170
183
2
38.72
2025-06-27
6.
import urllib2 import json screen_name = "wordpress" url = "...
42.47
1.0621
0.1036
246
3
38.03
2025-06-27
7.
public class HelloWorld { public static void main(String[] ...
40.01
1.0599
0.0382
143
6
34.87
2025-02-19
8.
import urllib2 import urllib import json url = "http://ajax....
38.64
0.9776
0.0829
438
6
32.52
2025-02-19
9.
import random n = random.randint(1, 99) guess = int(raw_inpu...
38.29
1.1067
-0.0558
388
1
38.29
2025-02-19
10.
/** Loop waiting for a connection and a valid command */ whi...
38.07
1.0448
0.0001
445
2
35.15
2025-02-09
11.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
37.82
0.9180
0.1200
264
3
33.60
2025-06-27
12.
import std; int main() { std::println("Hello World!"); }
36.84
0.9810
0.0301
56
1
36.84
2025-02-08
13.
function calculateArea(width, height) { try { var area = ...
34.73
1.0366
-0.0834
301
4
33.17
2025-06-27
14.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
32.75
0.9386
-0.0397
256
1
32.75
2025-02-07
15.
import os import sys def run(program, *args): pid = os.fork(...
31.62
1.0473
-0.1794
154
2
30.43
2025-02-09
16.
import re import sys import urllib2 import BeautifulSoup usa...
31.32
0.9803
-0.1207
344
1
31.32
2025-02-07
17.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
30.74
0.9234
-0.0797
236
1
30.74
2025-02-08
18.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
28.25
0.8513
-0.0759
179
3
26.18
2025-02-08