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.1493
143
2
31.38
2025-06-27
2.
input("\n\nPress the enter key to exit.") # waits for the us...
32.67
1.1984
0.0101
85
3
28.40
2025-06-06
3.
/** Loop waiting for a connection and a valid command */ whi...
32.04
1.0448
0.1404
445
8
29.45
2025-06-22
4.
import string from random import * characters = string.ascii...
31.79
1.1814
-0.0055
190
4
29.38
2025-06-27
5.
import random min = 1 max = 6 roll_again = "yes" while roll_...
30.87
1.1383
0.0036
272
5
26.84
2025-06-02
6.
/* Read a set of characters from the socket */ StringBuffer ...
30.73
1.0042
0.1325
542
2
29.86
2025-06-21
7.
function calculateArea(width, height) { try { var area = ...
29.94
1.0366
0.0709
301
4
29.05
2025-06-22
8.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
28.62
0.9234
0.1353
236
5
27.18
2025-06-27
9.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
28.05
0.9849
0.0527
183
3
25.60
2025-06-22
10.
import os import sys def run(program, *args): pid = os.fork(...
27.06
1.0473
-0.0464
154
1
27.06
2025-06-06
11.
import urllib2 import urllib import json url = "http://ajax....
27.00
0.9776
0.0211
438
3
25.63
2025-06-18
12.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
26.76
0.8513
0.1386
179
4
24.92
2025-06-27
13.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
26.72
0.9215
0.0669
78
3
24.26
2025-06-22
14.
import re import sys import urllib2 import BeautifulSoup usa...
25.17
0.9803
-0.0493
344
4
24.23
2025-06-04
15.
import random n = random.randint(1, 99) guess = int(raw_inpu...
24.90
1.1067
-0.1857
388
1
24.90
2025-05-17
16.
(publish :path "/hello-count" :content-type "text/html" :fun...
24.87
0.9487
-0.0288
356
4
24.42
2025-06-27
17.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
24.75
0.9386
-0.0231
256
3
24.09
2025-06-22
18.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
24.43
0.9180
-0.0143
264
1
24.43
2025-06-18
19.
import std; int main() { std::println("Hello World!"); }
22.76
0.9810
-0.1391
56
1
22.76
2025-06-22
20.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
22.71
1.0518
-0.2118
152
1
22.71
2025-05-28