TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Alvaro Moyata (tocsky)
Return to profile of Alvaro Moyata (tocsky)
View texts not yet raced by Alvaro Moyata (tocsky)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
public class HelloWorld { public static void main(String[] ...
32.69
1.0599
0.1191
143
3
31.74
2025-07-05
2.
input("\n\nPress the enter key to exit.") # waits for the us...
32.67
1.1984
-0.0201
85
4
29.26
2025-07-07
3.
/** Loop waiting for a connection and a valid command */ whi...
32.04
1.0448
0.1108
445
8
29.45
2025-06-22
4.
import string from random import * characters = string.ascii...
31.79
1.1814
-0.0348
190
4
29.38
2025-06-27
5.
import random min = 1 max = 6 roll_again = "yes" while roll_...
30.87
1.1383
-0.0249
272
5
26.84
2025-06-02
6.
/* Read a set of characters from the socket */ StringBuffer ...
30.73
1.0042
0.1041
542
3
29.83
2025-07-03
7.
function calculateArea(width, height) { try { var area = ...
29.94
1.0366
0.0432
301
4
29.05
2025-06-22
8.
import urllib2 import urllib import json url = "http://ajax....
29.57
0.9776
0.0889
438
5
26.54
2025-07-07
9.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
28.62
0.9234
0.1088
236
6
27.21
2025-07-05
10.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
28.05
0.9849
0.0268
183
4
25.79
2025-07-03
11.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
27.95
0.9215
0.0866
78
5
24.20
2025-07-05
12.
import os import sys def run(program, *args): pid = os.fork(...
27.06
1.0473
-0.0713
154
1
27.06
2025-06-06
13.
import std; int main() { std::println("Hello World!"); }
27.04
0.9810
-0.0058
56
3
24.81
2025-07-07
14.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
26.76
0.8513
0.1138
179
4
24.92
2025-06-27
15.
(publish :path "/hello-count" :content-type "text/html" :fun...
26.71
0.9487
0.0146
356
5
24.88
2025-07-03
16.
import re import sys import urllib2 import BeautifulSoup usa...
26.05
0.9803
-0.0408
344
5
24.59
2025-07-03
17.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
25.62
0.9386
-0.0146
256
4
24.47
2025-07-05
18.
import random n = random.randint(1, 99) guess = int(raw_inpu...
24.90
1.1067
-0.2086
388
1
24.90
2025-05-17
19.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
24.43
0.9180
-0.0369
264
1
24.43
2025-06-18
20.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
24.42
1.0518
-0.1711
152
2
23.57
2025-07-07