TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Elbow (elbow53tb)
Return to profile of Elbow (elbow53tb)
View texts not yet raced by Elbow (elbow53tb)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import os import sys def run(program, *args): pid = os.fork(...
30.37
1.0473
2.1867
154
5
26.65
2024-04-27
2.
import random n = random.randint(1, 99) guess = int(raw_inpu...
30.03
1.1067
2.0852
388
2
29.53
2024-04-27
3.
function calculateArea(width, height) { try { var area = ...
28.93
1.0366
2.0494
301
4
25.57
2024-04-27
4.
import std; int main() { std::println("Hello World!"); }
26.94
0.9810
1.9005
56
2
24.94
2024-04-20
5.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
25.79
0.8513
1.8818
179
3
23.10
2024-04-27
6.
import random min = 1 max = 6 roll_again = "yes" while roll_...
25.32
1.1383
1.5542
272
2
21.52
2024-04-27
7.
/** Loop waiting for a connection and a valid command */ whi...
25.11
1.0448
1.6380
445
1
25.11
2024-04-20
8.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
24.33
1.0518
1.5447
152
1
24.33
2024-04-27
9.
import re import sys import urllib2 import BeautifulSoup usa...
24.21
0.9803
1.6031
344
1
24.21
2024-04-27
10.
import urllib2 import urllib import json url = "http://ajax....
23.93
0.9776
1.5783
438
2
23.43
2024-04-20
11.
/* Read a set of characters from the socket */ StringBuffer ...
23.83
1.0042
1.5387
542
2
22.30
2024-04-20
12.
(publish :path "/hello-count" :content-type "text/html" :fun...
22.83
0.9487
1.4943
356
1
22.83
2024-04-27
13.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
22.77
0.9386
1.4857
256
2
21.19
2024-04-27
14.
public class HelloWorld { public static void main(String[] ...
22.44
1.0599
1.3325
143
1
22.44
2024-04-20
15.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
20.73
0.9215
1.2896
78
2
15.07
2024-04-27
16.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
17.65
0.9180
0.9618
264
1
17.65
2024-04-20