TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for (landarian)
Return to profile of (landarian)
View texts not yet raced by (landarian)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import string from random import * characters = string.ascii...
146.48
1.1814
0.4182
190
20
95.16
2021-04-11
2.
input("\n\nPress the enter key to exit.") # waits for the us...
122.86
1.1984
0.1318
85
19
87.88
2021-07-21
3.
function calculateArea(width, height) { try { var area = ...
111.27
1.0366
0.2211
301
14
75.04
2020-11-02
4.
/** Loop waiting for a connection and a valid command */ whi...
102.26
1.0448
0.1111
445
11
73.64
2021-07-21
5.
public class HelloWorld { public static void main(String[] ...
98.95
1.0599
0.0481
143
19
69.77
2021-03-25
6.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
97.23
1.0518
0.0422
152
6
83.79
2020-04-04
7.
import urllib2 import json screen_name = "wordpress" url = "...
93.76
1.0621
-0.0176
246
16
75.39
2020-04-04
8.
import random min = 1 max = 6 roll_again = "yes" while roll_...
92.63
1.1383
-0.1257
272
15
73.95
2020-04-13
9.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
91.15
0.9180
0.1000
264
17
60.10
2020-07-19
10.
import os import sys def run(program, *args): pid = os.fork(...
88.94
1.0473
-0.0517
154
10
67.06
2021-03-16
11.
(publish :path "/hello-count" :content-type "text/html" :fun...
86.63
0.9487
0.0500
356
18
61.10
2023-01-22
12.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
78.21
0.9215
-0.0402
78
16
57.11
2020-07-19
13.
import re import sys import urllib2 import BeautifulSoup usa...
78.02
0.9803
-0.0855
344
16
65.86
2020-04-13
14.
import random n = random.randint(1, 99) guess = int(raw_inpu...
78.01
1.1067
-0.2456
388
4
65.53
2019-08-20
15.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
76.86
0.9849
-0.1183
183
10
56.53
2019-09-01
16.
/* Read a set of characters from the socket */ StringBuffer ...
76.62
1.0042
-0.1284
542
6
59.66
2020-04-13
17.
import urllib2 import urllib import json url = "http://ajax....
73.38
0.9776
-0.1211
438
8
59.24
2020-04-13
18.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
71.97
0.9386
-0.1353
256
12
54.51
2020-04-04
19.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
65.49
0.9234
-0.1760
236
12
57.39
2020-04-13