TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Jake (startler03)
Return to profile of Jake (startler03)
View texts not yet raced by Jake (startler03)
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...
66.81
1.1814
0.0660
190
1
66.81
2025-01-25
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
66.14
1.1383
0.0965
272
1
66.14
2025-01-25
3.
input("\n\nPress the enter key to exit.") # waits for the us...
64.82
1.1984
0.0118
85
2
64.16
2025-01-25
4.
import os import sys def run(program, *args): pid = os.fork(...
64.75
1.0473
0.1616
154
2
62.95
2025-01-25
5.
import std; int main() { std::println("Hello World!"); }
63.31
0.9810
0.2010
56
2
61.57
2024-08-26
6.
import urllib2 import json screen_name = "wordpress" url = "...
63.22
1.0621
0.1182
246
2
62.54
2025-01-25
7.
/** Loop waiting for a connection and a valid command */ whi...
62.77
1.0448
0.1271
445
1
62.77
2025-01-25
8.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
62.69
1.0060
0.1644
467
2
62.36
2025-01-25
9.
import random n = random.randint(1, 99) guess = int(raw_inpu...
61.31
1.1067
0.0380
388
1
61.31
2025-01-22
10.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
60.22
0.9849
0.1394
183
3
56.38
2025-01-25
11.
function calculateArea(width, height) { try { var area = ...
60.02
1.0366
0.0840
301
1
60.02
2025-01-25
12.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
59.14
1.0518
0.0524
152
1
59.14
2025-01-25
13.
public class HelloWorld { public static void main(String[] ...
57.69
1.0599
0.0172
143
1
57.69
2024-08-26
14.
/* Read a set of characters from the socket */ StringBuffer ...
56.88
1.0042
0.0578
542
1
56.88
2025-01-25
15.
import re import sys import urllib2 import BeautifulSoup usa...
53.88
0.9803
0.0256
344
1
53.88
2025-01-22
16.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
51.71
0.9234
0.0420
236
2
50.90
2025-01-25
17.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
50.47
0.9180
0.0243
264
1
50.47
2025-01-25
18.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
44.01
0.9215
-0.0998
78
2
42.92
2025-01-25
19.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
39.76
0.8513
-0.1090
179
1
39.76
2024-08-26