TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Sumit (sumit_ghag)
Return to profile of Sumit (sumit_ghag)
View texts not yet raced by Sumit (sumit_ghag)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
public class HelloWorld { public static void main(String[] ...
80.77
1.0599
0.4023
143
13
58.69
2024-01-03
2.
import std; int main() { std::println("Hello World!"); }
74.21
0.9810
0.3562
56
5
64.33
2024-02-28
3.
import string from random import * characters = string.ascii...
68.19
1.1814
0.0558
190
5
58.27
2024-01-03
4.
input("\n\nPress the enter key to exit.") # waits for the us...
67.69
1.1984
0.0230
85
7
57.07
2024-01-18
5.
function calculateArea(width, height) { try { var area = ...
66.23
1.0366
0.1631
301
6
52.79
2024-01-27
6.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
59.99
0.9849
0.1039
183
3
50.71
2023-12-27
7.
/** Loop waiting for a connection and a valid command */ whi...
58.39
1.0448
0.0175
445
5
54.39
2023-08-10
8.
import os import sys def run(program, *args): pid = os.fork(...
58.00
1.0473
0.0052
154
7
45.77
2024-01-03
9.
import urllib2 import json screen_name = "wordpress" url = "...
56.13
1.0621
-0.0429
246
7
49.69
2024-01-18
10.
import re import sys import urllib2 import BeautifulSoup usa...
54.52
0.9803
0.0066
344
9
48.57
2024-12-27
11.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
54.25
1.0518
-0.0661
152
7
46.42
2024-02-05
12.
import random min = 1 max = 6 roll_again = "yes" while roll_...
51.11
1.1383
-0.2138
272
4
47.86
2023-08-10
13.
import random n = random.randint(1, 99) guess = int(raw_inpu...
50.13
1.1067
-0.1984
388
3
45.12
2023-08-07
14.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
49.75
0.9386
-0.0380
256
6
41.23
2023-11-30
15.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
49.33
0.8513
0.0359
179
3
47.91
2024-01-18
16.
(publish :path "/hello-count" :content-type "text/html" :fun...
48.71
0.9487
-0.0610
356
3
44.00
2024-01-03
17.
/* Read a set of characters from the socket */ StringBuffer ...
47.80
1.0042
-0.1370
542
3
43.35
2023-08-12
18.
import urllib2 import urllib import json url = "http://ajax....
45.89
0.9776
-0.1449
438
4
41.02
2023-08-10
19.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
41.08
0.9180
-0.1733
264
3
36.41
2023-08-10
20.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
39.67
0.9234
-0.2009
236
2
36.77
2023-08-09
21.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
38.89
0.9215
-0.2178
78
3
33.07
2023-08-17