TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for GalaYtypi (gala_ytypi)
Return to profile of GalaYtypi (gala_ytypi)
View texts not yet raced by GalaYtypi (gala_ytypi)
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...
32.90
1.1984
0.3696
85
4
24.63
2026-04-22
2.
import random n = random.randint(1, 99) guess = int(raw_inpu...
30.85
1.1067
0.3636
388
3
27.27
2026-04-22
3.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
29.40
0.9234
0.4778
236
5
25.58
2026-04-21
4.
function calculateArea(width, height) { try { var area = ...
29.10
1.0366
0.3503
301
4
24.98
2026-04-22
5.
import urllib2 import json screen_name = "wordpress" url = "...
28.36
1.0621
0.2896
246
2
25.97
2026-04-17
6.
/** Loop waiting for a connection and a valid command */ whi...
26.99
1.0448
0.2416
445
3
25.47
2026-04-21
7.
(publish :path "/hello-count" :content-type "text/html" :fun...
26.63
0.9487
0.3205
356
3
24.13
2026-04-20
8.
public class HelloWorld { public static void main(String[] ...
25.32
1.0599
0.1469
143
2
24.99
2026-04-22
9.
import std; int main() { std::println("Hello World!"); }
25.14
0.9810
0.2172
56
3
24.10
2026-04-22
10.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
24.66
0.9180
0.2573
264
2
22.04
2026-04-22
11.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
24.40
0.9849
0.1780
183
3
22.36
2026-04-18
12.
/* Read a set of characters from the socket */ StringBuffer ...
23.39
1.0042
0.1106
542
1
23.39
2026-04-17
13.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
23.18
0.9386
0.1662
256
4
20.58
2026-04-20
14.
import random min = 1 max = 6 roll_again = "yes" while roll_...
22.70
1.1383
-0.0564
272
1
22.70
2026-04-16
15.
import re import sys import urllib2 import BeautifulSoup usa...
22.59
0.9803
0.0964
344
3
21.81
2026-04-22
16.
import urllib2 import urllib import json url = "http://ajax....
22.53
0.9776
0.0962
438
1
22.53
2026-04-18
17.
import os import sys def run(program, *args): pid = os.fork(...
21.15
1.0473
-0.0393
154
2
20.10
2026-04-17
18.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
20.96
0.9215
0.0775
78
1
20.96
2026-04-20
19.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
19.59
1.0518
-0.1181
152
1
19.59
2026-04-18
20.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
18.87
0.8513
0.0481
179
5
17.74
2026-04-21