TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Honzik (jvacata)
Return to profile of Honzik (jvacata)
View texts not yet raced by Honzik (jvacata)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import random min = 1 max = 6 roll_again = "yes" while roll_...
52.48
1.1383
-0.0009
272
1
52.48
2024-01-05
2.
import string from random import * characters = string.ascii...
52.35
1.1814
-0.0431
190
1
52.35
2024-01-05
3.
public class HelloWorld { public static void main(String[] ...
52.26
1.0599
0.0739
143
2
48.62
2024-01-05
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
51.06
1.1067
0.0015
388
2
45.14
2024-01-05
5.
function calculateArea(width, height) { try { var area = ...
49.29
1.0366
0.0334
301
3
46.33
2024-01-05
6.
(publish :path "/hello-count" :content-type "text/html" :fun...
48.87
0.9487
0.1171
356
3
46.95
2024-01-05
7.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
48.78
1.0518
0.0098
152
2
47.85
2024-02-14
8.
import os import sys def run(program, *args): pid = os.fork(...
47.80
1.0473
-0.0079
154
4
42.08
2024-01-05
9.
import urllib2 import urllib import json url = "http://ajax....
45.99
0.9776
0.0218
438
4
36.42
2024-10-25
10.
import std; int main() { std::println("Hello World!"); }
44.40
0.9810
-0.0239
56
1
44.40
2024-01-11
11.
/** Loop waiting for a connection and a valid command */ whi...
43.55
1.0448
-0.0948
445
2
42.27
2024-01-05
12.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
39.63
0.9180
-0.0574
264
3
35.24
2024-02-14
13.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
35.17
0.9215
-0.1590
78
1
35.17
2024-01-05
14.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
34.20
0.9386
-0.1967
256
2
32.98
2024-01-05
15.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
26.07
0.9849
-0.4163
183
1
26.07
2024-10-25