TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for J Gary (jgary199)
Return to profile of J Gary (jgary199)
View texts not yet raced by J Gary (jgary199)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import std; int main() { std::println("Hello World!"); }
58.92
0.9810
0.5589
56
9
38.22
2025-06-28
2.
public class HelloWorld { public static void main(String[] ...
57.90
1.0599
0.4533
143
4
48.15
2025-06-28
3.
input("\n\nPress the enter key to exit.") # waits for the us...
52.97
1.1984
0.1860
85
6
41.61
2025-06-27
4.
/** Loop waiting for a connection and a valid command */ whi...
52.87
1.0448
0.3370
445
6
41.39
2025-06-28
5.
import random min = 1 max = 6 roll_again = "yes" while roll_...
49.68
1.1383
0.1601
272
4
46.28
2025-06-26
6.
import string from random import * characters = string.ascii...
48.51
1.1814
0.0864
190
2
46.87
2025-06-26
7.
import os import sys def run(program, *args): pid = os.fork(...
46.94
1.0473
0.1795
154
8
40.68
2025-06-27
8.
import urllib2 import urllib import json url = "http://ajax....
46.93
0.9776
0.2489
438
9
39.61
2025-06-28
9.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
46.00
1.0518
0.1504
152
4
37.49
2025-06-28
10.
/* Read a set of characters from the socket */ StringBuffer ...
45.16
1.0042
0.1761
542
7
37.63
2025-06-28
11.
function calculateArea(width, height) { try { var area = ...
44.73
1.0366
0.1324
301
8
39.79
2025-06-27
12.
import random n = random.randint(1, 99) guess = int(raw_inpu...
44.55
1.1067
0.0576
388
4
35.57
2025-06-27
13.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
43.50
0.9849
0.1520
183
8
35.78
2025-06-28
14.
import re import sys import urllib2 import BeautifulSoup usa...
43.02
0.9803
0.1440
344
3
41.32
2025-06-28
15.
import urllib2 import json screen_name = "wordpress" url = "...
40.51
1.0621
-0.0034
246
5
38.40
2025-06-26
16.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
39.35
0.8513
0.1771
179
5
32.80
2025-06-27
17.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
37.71
0.9234
0.0622
236
5
34.50
2025-06-27
18.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
35.38
0.9180
0.0067
264
3
32.12
2025-05-24
19.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
33.83
0.9215
-0.0373
78
2
31.93
2025-06-26
20.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
30.85
0.9386
-0.1323
256
2
30.83
2025-06-15