TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Per (dubgeiser)
Return to profile of Per (dubgeiser)
View texts not yet raced by Per (dubgeiser)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import os import sys def run(program, *args): pid = os.fork(...
62.16
1.0473
0.1192
154
11
53.27
2025-04-30
2.
public class HelloWorld { public static void main(String[] ...
60.83
1.0599
0.0816
143
4
57.27
2025-04-30
3.
input("\n\nPress the enter key to exit.") # waits for the us...
60.78
1.1984
-0.0578
85
1
60.78
2024-03-04
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
60.57
1.1067
0.0300
388
9
57.78
2025-04-30
5.
import random min = 1 max = 6 roll_again = "yes" while roll_...
58.96
1.1383
-0.0319
272
8
52.44
2024-11-26
6.
import urllib2 import json screen_name = "wordpress" url = "...
57.43
1.0621
0.0156
246
2
54.99
2024-03-08
7.
/** Loop waiting for a connection and a valid command */ whi...
55.81
1.0448
0.0025
445
9
52.09
2025-04-30
8.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
55.24
0.9849
0.0517
183
5
51.01
2024-11-26
9.
function calculateArea(width, height) { try { var area = ...
55.00
1.0366
-0.0045
301
6
49.23
2024-11-26
10.
import string from random import * characters = string.ascii...
54.94
1.1814
-0.1504
190
1
54.94
2024-01-31
11.
import std; int main() { std::println("Hello World!"); }
54.38
0.9810
0.0395
56
5
52.71
2024-11-26
12.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
52.95
1.0518
-0.0581
152
3
50.05
2024-11-26
13.
import re import sys import urllib2 import BeautifulSoup usa...
52.29
0.9803
0.0010
344
3
49.58
2024-01-31
14.
/* Read a set of characters from the socket */ StringBuffer ...
51.31
1.0042
-0.0413
542
4
48.54
2024-11-26
15.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
50.92
0.9386
0.0170
256
5
45.36
2024-08-20
16.
import urllib2 import urllib import json url = "http://ajax....
50.38
0.9776
-0.0322
438
4
47.63
2024-11-26
17.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
48.96
0.9234
-0.0046
236
8
44.10
2024-11-26
18.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
48.68
0.9215
-0.0080
78
3
47.19
2024-08-20
19.
(publish :path "/hello-count" :content-type "text/html" :fun...
45.07
0.9487
-0.1029
356
4
44.41
2024-11-26
20.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
43.98
0.9180
-0.0927
264
6
40.57
2025-01-06
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
38.40
0.8513
-0.1307
179
4
36.65
2024-09-06