TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for bob (ekizs)
Return to profile of bob (ekizs)
View texts not yet raced by bob (ekizs)
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 = "...
107.20
1.0621
0.3084
246
3
88.50
2025-11-24
2.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
106.63
1.0518
0.3114
152
4
93.63
2025-11-24
3.
input("\n\nPress the enter key to exit.") # waits for the us...
104.86
1.1984
0.1422
85
1
104.86
2024-04-10
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
104.74
1.1067
0.2323
388
4
97.01
2024-08-31
5.
import re import sys import urllib2 import BeautifulSoup usa...
90.23
0.9803
0.1732
344
3
76.22
2025-11-24
6.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
88.38
0.9215
0.2084
78
4
79.30
2024-08-31
7.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
84.50
1.0060
0.0743
467
1
84.50
2024-04-13
8.
function calculateArea(width, height) { try { var area = ...
84.18
1.0366
0.0396
301
2
79.95
2024-04-10
9.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
80.98
0.9849
0.0504
183
1
80.98
2024-04-10
10.
(publish :path "/hello-count" :content-type "text/html" :fun...
75.40
0.9487
0.0152
356
3
72.88
2024-08-31
11.
/* Read a set of characters from the socket */ StringBuffer ...
73.28
1.0042
-0.0674
542
1
73.28
2024-04-10
12.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
68.61
0.9386
-0.0615
256
1
68.61
2024-04-10
13.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
68.09
0.9180
-0.0475
264
1
68.09
2024-04-10
14.
import urllib2 import urllib import json url = "http://ajax....
68.04
0.9776
-0.1078
438
1
68.04
2024-04-10
15.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
66.28
0.9234
-0.0761
236
2
64.40
2024-04-10
16.
import std; int main() { std::println("Hello World!"); }
63.38
0.9810
-0.1707
56
2
61.79
2024-04-20
17.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
54.41
0.8513
-0.1557
179
1
54.41
2024-04-20