TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for John (john314something)
Return to profile of John (john314something)
View texts not yet raced by John (john314something)
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...
48.83
1.1984
0.0917
85
5
43.72
2024-12-05
2.
import string from random import * characters = string.ascii...
46.17
1.1814
0.0451
190
4
43.41
2024-12-17
3.
import random n = random.randint(1, 99) guess = int(raw_inpu...
41.18
1.1067
-0.0146
388
3
39.63
2025-02-03
4.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
41.08
1.0518
0.0405
152
2
39.42
2024-11-28
5.
function calculateArea(width, height) { try { var area = ...
39.87
1.0366
0.0210
301
2
39.71
2024-11-26
6.
import random min = 1 max = 6 roll_again = "yes" while roll_...
39.49
1.1383
-0.0925
272
4
37.92
2024-12-02
7.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
39.08
0.9386
0.0971
256
3
33.42
2025-01-31
8.
import urllib2 import urllib import json url = "http://ajax....
38.83
0.9776
0.0534
438
2
36.95
2024-12-10
9.
import re import sys import urllib2 import BeautifulSoup usa...
37.63
0.9803
0.0169
344
2
37.36
2024-11-28
10.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
37.36
0.9234
0.0710
236
5
34.15
2024-12-18
11.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
36.69
0.9849
-0.0096
183
2
36.20
2024-12-03
12.
(publish :path "/hello-count" :content-type "text/html" :fun...
36.42
0.9487
0.0224
356
2
35.44
2024-12-12
13.
/* Read a set of characters from the socket */ StringBuffer ...
36.33
1.0042
-0.0395
542
4
33.90
2025-01-31
14.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
36.16
0.9215
0.0364
78
3
32.60
2024-12-12
15.
public class HelloWorld { public static void main(String[] ...
35.56
1.0599
-0.1171
143
3
30.67
2024-12-15
16.
import std; int main() { std::println("Hello World!"); }
35.40
0.9810
-0.0487
56
1
35.40
2024-12-02
17.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
30.27
0.9180
-0.1147
264
1
30.27
2024-10-31
18.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
23.65
0.8513
-0.2302
179
1
23.65
2024-10-28