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.1009
190
32
58.58
2025-05-23
2.
input("\n\nPress the enter key to exit.") # waits for the us...
68.77
1.1984
0.0112
85
25
56.06
2025-05-17
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
67.43
1.1383
0.0478
272
19
56.49
2025-05-17
4.
import os import sys def run(program, *args): pid = os.fork(...
65.23
1.0473
0.1001
154
22
50.85
2025-05-03
5.
public class HelloWorld { public static void main(String[] ...
62.98
1.0599
0.0479
143
19
51.81
2025-05-17
6.
import urllib2 import json screen_name = "wordpress" url = "...
62.13
1.0621
0.0307
246
22
48.56
2025-05-25
7.
import random n = random.randint(1, 99) guess = int(raw_inpu...
61.65
1.1067
-0.0223
388
19
53.46
2025-05-17
8.
import std; int main() { std::println("Hello World!"); }
60.82
0.9810
0.0888
56
21
48.92
2025-05-03
9.
/** Loop waiting for a connection and a valid command */ whi...
56.67
1.0448
-0.0480
445
14
49.73
2025-05-18
10.
(publish :path "/hello-count" :content-type "text/html" :fun...
55.85
0.9487
0.0337
356
20
46.71
2025-05-18
11.
function calculateArea(width, height) { try { var area = ...
55.78
1.0366
-0.0554
301
23
49.26
2025-05-18
12.
/* Read a set of characters from the socket */ StringBuffer ...
55.73
1.0042
-0.0239
542
26
46.95
2025-05-23
13.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
54.61
0.9386
0.0220
256
19
44.07
2025-05-18
14.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
54.26
0.9234
0.0310
236
21
46.76
2025-05-18
15.
import urllib2 import urllib import json url = "http://ajax....
51.85
0.9776
-0.0656
438
15
45.57
2025-05-18
16.
import re import sys import urllib2 import BeautifulSoup usa...
51.37
0.9803
-0.0767
344
17
44.07
2025-05-17
17.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
51.25
0.8513
0.0502
179
20
42.72
2025-05-03
18.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
50.81
0.9215
-0.0278
78
20
40.53
2025-05-03
19.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
50.76
1.0518
-0.1589
152
9
43.62
2025-05-23
20.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
48.82
0.9180
-0.0593
264
18
44.05
2025-05-17
21.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
48.29
0.9849
-0.1355
183
12
41.90
2025-05-17