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.
input("\n\nPress the enter key to exit.") # waits for the us...
104.86
1.1984
0.1618
85
1
104.86
2024-04-10
2.
import random n = random.randint(1, 99) guess = int(raw_inpu...
104.74
1.1067
0.2565
388
4
97.01
2024-08-31
3.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
93.96
1.0518
0.1742
152
2
85.47
2024-08-31
4.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
88.38
0.9215
0.2278
78
4
79.30
2024-08-31
5.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
84.50
1.0060
0.0800
467
1
84.50
2024-04-13
6.
function calculateArea(width, height) { try { var area = ...
84.18
1.0366
0.0595
301
2
79.95
2024-04-10
7.
import urllib2 import json screen_name = "wordpress" url = "...
81.18
1.0621
-0.0028
246
2
79.16
2024-04-13
8.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
80.98
0.9849
0.0716
183
1
80.98
2024-04-10
9.
(publish :path "/hello-count" :content-type "text/html" :fun...
75.40
0.9487
0.0381
356
3
72.88
2024-08-31
10.
/* Read a set of characters from the socket */ StringBuffer ...
73.28
1.0042
-0.0489
542
1
73.28
2024-04-10
11.
import re import sys import urllib2 import BeautifulSoup usa...
69.49
0.9803
-0.0762
344
2
69.22
2024-04-10
12.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
68.61
0.9386
-0.0460
256
1
68.61
2024-04-10
13.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
68.09
0.9180
-0.0311
264
1
68.09
2024-04-10
14.
import urllib2 import urllib import json url = "http://ajax....
68.04
0.9776
-0.0904
438
1
68.04
2024-04-10
15.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
66.28
0.9234
-0.0568
236
2
64.40
2024-04-10
16.
import std; int main() { std::println("Hello World!"); }
63.38
0.9810
-0.1623
56
2
61.79
2024-04-20
17.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
54.41
0.8513
-0.1491
179
1
54.41
2024-04-20