TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for (vizzzard)
Return to profile of (vizzzard)
View texts not yet raced by (vizzzard)
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...
77.89
1.1814
0.0995
190
6
57.26
2026-03-04
2.
input("\n\nPress the enter key to exit.") # waits for the us...
76.52
1.1984
0.0600
85
5
66.72
2024-10-05
3.
import os import sys def run(program, *args): pid = os.fork(...
75.31
1.0473
0.1912
154
4
64.08
2024-05-09
4.
import random min = 1 max = 6 roll_again = "yes" while roll_...
71.05
1.1383
0.0301
272
6
60.18
2024-11-23
5.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
70.99
1.0518
0.1157
152
7
58.80
2024-05-27
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
68.44
1.1067
0.0188
388
9
59.44
2024-05-01
7.
public class HelloWorld { public static void main(String[] ...
65.73
1.0599
0.0211
143
4
55.98
2026-03-24
8.
import re import sys import urllib2 import BeautifulSoup usa...
65.59
0.9803
0.0984
344
7
54.43
2024-05-27
9.
function calculateArea(width, height) { try { var area = ...
64.99
1.0366
0.0322
301
3
59.23
2024-04-22
10.
/** Loop waiting for a connection and a valid command */ whi...
64.35
1.0448
0.0135
445
9
54.78
2025-10-07
11.
import urllib2 import json screen_name = "wordpress" url = "...
62.11
1.0621
-0.0407
246
6
57.01
2026-03-17
12.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
58.04
0.9849
-0.0304
183
4
55.35
2026-03-04
13.
(publish :path "/hello-count" :content-type "text/html" :fun...
57.69
0.9487
0.0000
356
7
50.37
2024-05-17
14.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
56.61
0.9234
0.0076
236
8
46.97
2024-05-27
15.
import urllib2 import urllib import json url = "http://ajax....
56.13
0.9776
-0.0545
438
3
54.69
2024-09-09
16.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
56.03
1.0060
-0.0846
467
1
56.03
2024-05-02
17.
/* Read a set of characters from the socket */ StringBuffer ...
55.11
1.0042
-0.0979
542
3
51.73
2024-05-01
18.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
52.75
0.9386
-0.0711
256
4
49.02
2024-12-08
19.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
50.30
0.9180
-0.0908
264
4
44.27
2024-05-20
20.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
47.38
0.9215
-0.1423
78
1
47.38
2024-04-24
21.
import std; int main() { std::println("Hello World!"); }
46.31
0.9810
-0.2194
56
4
41.46
2024-05-06
22.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
44.79
0.8513
-0.1147
179
4
39.39
2026-03-04