TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Amit (amitkumariitm)
Return to profile of Amit (amitkumariitm)
View texts not yet raced by Amit (amitkumariitm)
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...
61.60
1.1984
0.1719
85
7
47.81
2025-03-08
2.
function calculateArea(width, height) { try { var area = ...
52.63
1.0366
0.1341
301
14
41.88
2025-03-05
3.
import string from random import * characters = string.ascii...
50.87
1.1814
-0.0498
190
11
42.67
2025-03-05
4.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
49.99
0.9215
0.1905
78
13
38.07
2025-03-08
5.
import os import sys def run(program, *args): pid = os.fork(...
49.57
1.0473
0.0554
154
12
41.11
2025-03-11
6.
import random min = 1 max = 6 roll_again = "yes" while roll_...
49.51
1.1383
-0.0370
272
12
44.73
2025-03-08
7.
import random n = random.randint(1, 99) guess = int(raw_inpu...
49.14
1.1067
-0.0136
388
9
43.48
2025-03-11
8.
public class HelloWorld { public static void main(String[] ...
48.07
1.0599
0.0094
143
14
41.40
2025-03-08
9.
/** Loop waiting for a connection and a valid command */ whi...
47.07
1.0448
0.0023
445
12
41.22
2025-03-08
10.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
46.57
1.0518
-0.0159
152
11
40.46
2025-01-10
11.
import urllib2 import urllib import json url = "http://ajax....
46.25
0.9776
0.0512
438
13
39.25
2025-03-08
12.
import urllib2 import json screen_name = "wordpress" url = "...
45.84
1.0621
-0.0424
246
15
42.09
2025-01-16
13.
import std; int main() { std::println("Hello World!"); }
44.90
0.9810
0.0178
56
11
37.47
2025-03-08
14.
/* Read a set of characters from the socket */ StringBuffer ...
44.66
1.0042
-0.0107
542
9
41.36
2025-03-05
15.
(publish :path "/hello-count" :content-type "text/html" :fun...
44.01
0.9487
0.0303
356
15
36.86
2025-03-05
16.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
41.27
0.9180
0.0000
264
11
35.59
2025-01-05
17.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
41.11
0.8513
0.0632
179
10
35.36
2025-03-08
18.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
39.85
0.9234
-0.0369
236
9
36.37
2024-12-21
19.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
39.71
0.9849
-0.1016
183
6
35.67
2025-01-17
20.
import re import sys import urllib2 import BeautifulSoup usa...
37.87
0.9803
-0.1379
344
5
36.48
2024-12-29
21.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
37.45
0.9386
-0.1055
256
8
34.42
2024-12-24