TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Dusty (d_us_vb)
Return to profile of Dusty (d_us_vb)
View texts not yet raced by Dusty (d_us_vb)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import random min = 1 max = 6 roll_again = "yes" while roll_...
81.77
1.1383
0.1089
272
3
79.64
2026-01-17
2.
import os import sys def run(program, *args): pid = os.fork(...
76.01
1.0473
0.1121
154
2
72.46
2026-01-10
3.
import string from random import * characters = string.ascii...
74.43
1.1814
-0.0461
190
2
72.46
2026-01-07
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
74.39
1.1067
0.0279
388
1
74.39
2026-01-10
5.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
70.62
0.9215
0.1556
78
2
59.32
2026-01-10
6.
(publish :path "/hello-count" :content-type "text/html" :fun...
70.42
0.9487
0.1254
356
3
63.46
2026-01-17
7.
/** Loop waiting for a connection and a valid command */ whi...
70.41
1.0448
0.0291
445
3
68.64
2026-01-17
8.
import urllib2 import json screen_name = "wordpress" url = "...
68.81
1.0621
-0.0126
246
2
68.62
2026-01-18
9.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
65.25
1.0518
-0.0566
152
3
60.40
2026-01-17
10.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
63.98
0.9849
-0.0090
183
3
61.90
2026-01-17
11.
import urllib2 import urllib import json url = "http://ajax....
63.03
0.9776
-0.0162
438
2
61.31
2026-01-10
12.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
62.71
1.0060
-0.0495
467
1
62.71
2026-01-10
13.
import re import sys import urllib2 import BeautifulSoup usa...
60.31
0.9803
-0.0604
344
3
58.82
2026-01-18
14.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
56.45
0.9234
-0.0624
236
1
56.45
2026-01-10
15.
import std; int main() { std::println("Hello World!"); }
49.59
0.9810
-0.2246
56
1
49.59
2026-01-18
16.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
48.24
0.8513
-0.1155
179
2
44.79
2026-01-17