TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Grant (grantly)
Return to profile of Grant (grantly)
View texts not yet raced by Grant (grantly)
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...
84.51
1.1984
0.3488
85
2
76.14
2022-11-07
2.
import string from random import * characters = string.ascii...
73.10
1.1814
0.1632
190
2
67.41
2024-08-31
3.
import std; int main() { std::println("Hello World!"); }
66.85
0.9810
0.2401
56
2
59.38
2024-08-31
4.
import random min = 1 max = 6 roll_again = "yes" while roll_...
64.14
1.1383
0.0382
272
4
62.25
2022-11-07
5.
import urllib2 import json screen_name = "wordpress" url = "...
63.84
1.0621
0.1128
246
3
58.74
2022-07-28
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
62.48
1.1067
0.0409
388
1
62.48
2022-07-28
7.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
55.02
1.0518
-0.0382
152
1
55.02
2022-07-28
8.
/** Loop waiting for a connection and a valid command */ whi...
53.75
1.0448
-0.0528
445
1
53.75
2024-08-31
9.
import os import sys def run(program, *args): pid = os.fork(...
53.38
1.0473
-0.0648
154
2
49.81
2022-07-28
10.
(publish :path "/hello-count" :content-type "text/html" :fun...
52.88
0.9487
0.0279
356
5
47.26
2023-05-25
11.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
52.36
0.9386
0.0225
256
3
42.65
2022-07-28
12.
public class HelloWorld { public static void main(String[] ...
49.23
1.0599
-0.1558
143
3
40.43
2023-05-25
13.
import urllib2 import urllib import json url = "http://ajax....
48.95
0.9776
-0.0770
438
1
48.95
2022-07-28
14.
/* Read a set of characters from the socket */ StringBuffer ...
48.67
1.0042
-0.1089
542
2
46.08
2023-05-25
15.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
47.60
0.9234
-0.0453
236
1
47.60
2024-08-31
16.
import re import sys import urllib2 import BeautifulSoup usa...
46.72
0.9803
-0.1227
344
1
46.72
2022-07-28
17.
function calculateArea(width, height) { try { var area = ...
45.35
1.0366
-0.2031
301
1
45.35
2022-07-28
18.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
42.18
0.9849
-0.2075
183
1
42.18
2022-07-28
19.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
29.29
0.9215
-0.3840
78
1
29.29
2022-07-27