TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for vloek (tikpyp)
Return to profile of vloek (tikpyp)
View texts not yet raced by vloek (tikpyp)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import string from random import * characters = string.ascii...
72.90
1.1814
0.0819
190
35
58.41
2025-08-31
2.
input("\n\nPress the enter key to exit.") # waits for the us...
68.77
1.1984
-0.0067
85
28
56.59
2025-09-01
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
67.43
1.1383
0.0302
272
19
56.49
2025-05-17
4.
import os import sys def run(program, *args): pid = os.fork(...
65.23
1.0473
0.0831
154
22
50.85
2025-05-03
5.
public class HelloWorld { public static void main(String[] ...
62.98
1.0599
0.0315
143
22
52.09
2025-08-31
6.
import urllib2 import json screen_name = "wordpress" url = "...
62.13
1.0621
0.0146
246
23
48.64
2025-08-17
7.
import random n = random.randint(1, 99) guess = int(raw_inpu...
61.65
1.1067
-0.0384
388
21
53.78
2025-08-17
8.
import std; int main() { std::println("Hello World!"); }
60.82
0.9810
0.0730
56
23
48.72
2025-09-01
9.
/** Loop waiting for a connection and a valid command */ whi...
56.67
1.0448
-0.0628
445
16
49.55
2025-09-01
10.
(publish :path "/hello-count" :content-type "text/html" :fun...
55.85
0.9487
0.0191
356
21
46.37
2025-08-31
11.
function calculateArea(width, height) { try { var area = ...
55.78
1.0366
-0.0700
301
24
49.41
2025-08-10
12.
/* Read a set of characters from the socket */ StringBuffer ...
55.73
1.0042
-0.0385
542
30
47.14
2025-08-31
13.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
54.61
0.9386
0.0077
256
20
44.14
2025-09-01
14.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
54.26
0.9234
0.0169
236
21
46.76
2025-05-18
15.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
54.10
0.9849
-0.0474
183
15
43.92
2025-09-01
16.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
52.44
1.0518
-0.1431
152
11
44.49
2025-08-31
17.
import urllib2 import urllib import json url = "http://ajax....
52.02
0.9776
-0.0761
438
18
45.44
2025-08-31
18.
import re import sys import urllib2 import BeautifulSoup usa...
51.37
0.9803
-0.0901
344
20
44.14
2025-08-31
19.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
51.25
0.8513
0.0368
179
22
43.13
2025-08-31
20.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
50.81
0.9215
-0.0410
78
22
40.00
2025-08-31
21.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
48.82
0.9180
-0.0720
264
21
43.15
2025-09-01