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
28
58.93
2025-04-29
2.
input("\n\nPress the enter key to exit.") # waits for the us...
68.77
1.1984
0.0112
85
23
56.54
2025-04-29
3.
import os import sys def run(program, *args): pid = os.fork(...
65.23
1.0473
0.1001
154
22
50.85
2025-05-03
4.
import random min = 1 max = 6 roll_again = "yes" while roll_...
63.31
1.1383
-0.0247
272
18
55.88
2025-05-03
5.
import urllib2 import json screen_name = "wordpress" url = "...
62.13
1.0621
0.0307
246
21
48.83
2025-04-29
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
61.65
1.1067
-0.0223
388
18
53.07
2025-04-29
7.
import std; int main() { std::println("Hello World!"); }
60.82
0.9810
0.0888
56
21
48.92
2025-05-03
8.
public class HelloWorld { public static void main(String[] ...
57.42
1.0599
-0.0499
143
17
50.69
2025-04-19
9.
(publish :path "/hello-count" :content-type "text/html" :fun...
55.85
0.9487
0.0337
356
19
46.44
2025-04-19
10.
function calculateArea(width, height) { try { var area = ...
55.78
1.0366
-0.0554
301
21
48.82
2025-04-19
11.
/* Read a set of characters from the socket */ StringBuffer ...
55.73
1.0042
-0.0239
542
23
46.34
2025-04-20
12.
/** Loop waiting for a connection and a valid command */ whi...
55.16
1.0448
-0.0746
445
13
49.20
2025-04-20
13.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
54.61
0.9386
0.0220
256
17
44.41
2025-05-03
14.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
54.26
0.9234
0.0310
236
19
46.88
2025-04-29
15.
import urllib2 import urllib import json url = "http://ajax....
51.85
0.9776
-0.0656
438
14
45.58
2025-04-29
16.
import re import sys import urllib2 import BeautifulSoup usa...
51.37
0.9803
-0.0767
344
16
43.89
2025-01-12
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.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
48.82
0.9180
-0.0593
264
17
44.02
2025-01-04
20.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
48.47
1.0518
-0.1992
152
8
42.72
2025-03-26
21.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
47.69
0.9849
-0.1460
183
11
41.32
2025-05-03