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.0674
190
37
58.70
2026-03-15
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
69.81
1.1383
0.0576
272
25
58.52
2026-03-15
3.
input("\n\nPress the enter key to exit.") # waits for the us...
68.77
1.1984
-0.0203
85
30
56.56
2026-03-15
4.
import os import sys def run(program, *args): pid = os.fork(...
65.23
1.0473
0.0701
154
27
50.82
2026-03-15
5.
import std; int main() { std::println("Hello World!"); }
64.82
0.9810
0.1294
56
27
50.00
2025-11-22
6.
function calculateArea(width, height) { try { var area = ...
64.47
1.0366
0.0678
301
26
50.29
2026-03-15
7.
import random n = random.randint(1, 99) guess = int(raw_inpu...
63.51
1.1067
-0.0187
388
25
54.37
2025-11-18
8.
public class HelloWorld { public static void main(String[] ...
62.98
1.0599
0.0190
143
25
52.28
2025-12-06
9.
import urllib2 import json screen_name = "wordpress" url = "...
62.13
1.0621
0.0022
246
27
49.59
2025-11-15
10.
/** Loop waiting for a connection and a valid command */ whi...
60.21
1.0448
-0.0134
445
20
51.06
2025-11-22
11.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
56.66
1.0518
-0.0812
152
15
46.23
2025-12-06
12.
(publish :path "/hello-count" :content-type "text/html" :fun...
55.85
0.9487
0.0081
356
27
45.99
2026-01-01
13.
/* Read a set of characters from the socket */ StringBuffer ...
55.73
1.0042
-0.0495
542
33
47.61
2025-11-22
14.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
54.61
0.9386
-0.0031
256
22
43.94
2025-11-08
15.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
54.26
0.9234
0.0061
236
24
46.47
2025-11-16
16.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
54.10
0.9849
-0.0581
183
18
45.02
2026-03-15
17.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
52.53
1.0060
-0.1061
467
1
52.53
2025-11-22
18.
import urllib2 import urllib import json url = "http://ajax....
52.02
0.9776
-0.0865
438
21
45.84
2025-12-06
19.
import re import sys import urllib2 import BeautifulSoup usa...
51.46
0.9803
-0.0988
344
23
44.42
2026-01-01
20.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
51.25
0.8513
0.0267
179
24
43.01
2025-11-22
21.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
50.81
0.9215
-0.0511
78
26
38.71
2026-03-15
22.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
48.82
0.9180
-0.0817
264
24
43.32
2026-03-15