TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Lydia (shiruzu)
Return to profile of Lydia (shiruzu)
View texts not yet raced by Lydia (shiruzu)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
input("\n\nPress the enter key to exit.") # waits for the us...
103.23
1.1984
0.0033
85
34
94.05
2025-07-08
2.
import string from random import * characters = string.ascii...
99.70
1.1814
-0.0208
190
35
89.46
2025-06-06
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
96.50
1.1383
-0.0150
272
39
85.02
2025-07-10
4.
function calculateArea(width, height) { try { var area = ...
91.78
1.0366
0.0318
301
36
82.42
2025-07-08
5.
public class HelloWorld { public static void main(String[] ...
90.75
1.0599
-0.0035
143
41
79.35
2025-07-11
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
89.90
1.1067
-0.0602
388
42
81.64
2025-07-08
7.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
89.66
1.0518
-0.0081
152
37
76.69
2025-07-02
8.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
88.89
0.9849
0.0499
183
35
72.38
2025-05-21
9.
import urllib2 import json screen_name = "wordpress" url = "...
87.91
1.0621
-0.0388
246
42
80.83
2025-06-24
10.
import std; int main() { std::println("Hello World!"); }
85.36
0.9810
0.0127
56
35
68.86
2025-07-07
11.
import os import sys def run(program, *args): pid = os.fork(...
85.28
1.0473
-0.0546
154
38
77.28
2025-07-11
12.
/* Read a set of characters from the socket */ StringBuffer ...
84.49
1.0042
-0.0207
542
34
75.51
2025-07-11
13.
/** Loop waiting for a connection and a valid command */ whi...
84.27
1.0448
-0.0638
445
33
77.24
2025-06-05
14.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
83.69
1.0060
-0.0318
467
30
76.77
2025-07-07
15.
import urllib2 import urllib import json url = "http://ajax....
83.19
0.9776
-0.0092
438
29
78.41
2025-06-13
16.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
81.51
0.9215
0.0273
78
33
70.75
2025-06-27
17.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
80.16
0.9386
-0.0055
256
35
73.53
2025-06-26
18.
(publish :path "/hello-count" :content-type "text/html" :fun...
79.16
0.9487
-0.0272
356
38
70.68
2025-07-10
19.
import re import sys import urllib2 import BeautifulSoup usa...
78.47
0.9803
-0.0668
344
38
70.66
2025-07-01
20.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
75.76
0.9180
-0.0361
264
37
68.46
2025-07-03
21.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
75.54
0.9234
-0.0441
236
40
68.62
2025-07-07
22.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
74.92
0.8513
0.0208
179
29
64.02
2025-06-23