TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Fanor (fanor)
Return to profile of Fanor (fanor)
View texts not yet raced by Fanor (fanor)
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...
42.12
1.1984
0.0739
85
4
35.41
2025-10-26
2.
public class HelloWorld { public static void main(String[] ...
41.55
1.0599
0.1952
143
5
31.59
2025-10-26
3.
import random n = random.randint(1, 99) guess = int(raw_inpu...
41.22
1.1067
0.1384
388
3
37.22
2025-09-10
4.
import urllib2 import json screen_name = "wordpress" url = "...
38.11
1.0621
0.0891
246
3
35.23
2025-10-12
5.
/* Read a set of characters from the socket */ StringBuffer ...
36.82
1.0042
0.1080
542
5
32.64
2025-06-08
6.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
35.15
1.0518
0.0099
152
4
30.63
2025-10-12
7.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
34.44
0.9849
0.0554
183
3
30.49
2025-06-15
8.
import random min = 1 max = 6 roll_again = "yes" while roll_...
33.80
1.1383
-0.1173
272
1
33.80
2025-05-08
9.
/** Loop waiting for a connection and a valid command */ whi...
33.23
1.0448
-0.0410
445
3
32.74
2025-10-26
10.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
32.74
0.9215
0.0675
78
4
29.78
2025-10-26
11.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
32.71
0.9234
0.0646
236
5
30.31
2025-05-24
12.
import urllib2 import urllib import json url = "http://ajax....
32.39
0.9776
0.0008
438
3
31.10
2025-09-10
13.
import os import sys def run(program, *args): pid = os.fork(...
31.65
1.0473
-0.0913
154
2
29.95
2025-06-15
14.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
31.46
0.9386
0.0117
256
4
29.98
2025-09-10
15.
function calculateArea(width, height) { try { var area = ...
30.22
1.0366
-0.1238
301
2
25.69
2025-10-26
16.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
29.77
0.9180
-0.0188
264
2
29.39
2025-10-12
17.
import std; int main() { std::println("Hello World!"); }
29.37
0.9810
-0.0938
56
5
26.66
2025-07-04
18.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
27.77
0.8513
-0.0125
179
2
27.20
2025-05-08
19.
import re import sys import urllib2 import BeautifulSoup usa...
25.97
0.9803
-0.1958
344
1
25.97
2025-06-10