TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Julian (robthephysician)
Return to profile of Julian (robthephysician)
View texts not yet raced by Julian (robthephysician)
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_...
102.08
1.1383
0.1555
272
6
83.93
2025-01-12
2.
import string from random import * characters = string.ascii...
100.27
1.1814
0.0895
190
5
84.35
2025-11-24
3.
input("\n\nPress the enter key to exit.") # waits for the us...
91.37
1.1984
-0.0403
85
3
83.32
2025-01-27
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
84.74
1.1067
-0.0327
388
3
83.83
2025-11-24
5.
/** Loop waiting for a connection and a valid command */ whi...
84.66
1.0448
0.0282
445
3
80.22
2025-11-24
6.
public class HelloWorld { public static void main(String[] ...
83.69
1.0599
0.0008
143
3
75.77
2025-01-29
7.
function calculateArea(width, height) { try { var area = ...
82.13
1.0366
0.0043
301
3
74.65
2025-01-12
8.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
81.63
1.0518
-0.0172
152
6
71.26
2025-11-24
9.
import urllib2 import json screen_name = "wordpress" url = "...
80.97
1.0621
-0.0359
246
7
73.25
2025-11-24
10.
import os import sys def run(program, *args): pid = os.fork(...
80.11
1.0473
-0.0320
154
6
67.48
2025-09-22
11.
/* Read a set of characters from the socket */ StringBuffer ...
79.89
1.0042
0.0084
542
4
70.12
2025-11-24
12.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
74.31
0.9386
0.0032
256
3
66.01
2024-04-04
13.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
74.13
1.0060
-0.0665
467
2
72.55
2025-02-09
14.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
72.98
0.8513
0.0737
179
3
68.43
2025-01-29
15.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
72.29
0.9215
-0.0053
78
2
70.70
2025-11-24
16.
import re import sys import urllib2 import BeautifulSoup usa...
70.99
0.9803
-0.0805
344
2
68.74
2024-07-31
17.
import urllib2 import urllib import json url = "http://ajax....
70.97
0.9776
-0.0781
438
2
68.92
2024-04-04
18.
(publish :path "/hello-count" :content-type "text/html" :fun...
69.08
0.9487
-0.0732
356
3
65.14
2025-11-24
19.
import std; int main() { std::println("Hello World!"); }
68.61
0.9810
-0.1114
56
2
64.95
2025-01-28
20.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
66.65
0.9180
-0.0733
264
5
60.15
2026-02-02
21.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
66.64
0.9234
-0.0788
236
2
63.73
2024-04-07