TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for TypeSquid (typesquid)
Return to profile of TypeSquid (typesquid)
View texts not yet raced by TypeSquid (typesquid)
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_...
37.22
1.1383
0.2409
272
2
33.61
2024-09-14
2.
function calculateArea(width, height) { try { var area = ...
34.29
1.0366
0.2340
301
2
33.04
2024-09-15
3.
import os import sys def run(program, *args): pid = os.fork(...
33.46
1.0473
0.1926
154
4
25.99
2024-09-15
4.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
33.46
1.0518
0.1881
152
3
27.24
2024-09-22
5.
import urllib2 import json screen_name = "wordpress" url = "...
31.85
1.0621
0.1181
246
3
29.11
2024-09-14
6.
import urllib2 import urllib import json url = "http://ajax....
31.70
0.9776
0.1971
438
1
31.70
2024-09-19
7.
public class HelloWorld { public static void main(String[] ...
31.50
1.0599
0.1073
143
2
31.02
2024-09-14
8.
import std; int main() { std::println("Hello World!"); }
30.74
0.9810
0.1581
56
3
22.56
2024-09-14
9.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
30.51
0.9215
0.2091
78
4
23.06
2024-09-15
10.
/* Read a set of characters from the socket */ StringBuffer ...
30.24
1.0042
0.1164
542
2
28.60
2024-09-14
11.
(publish :path "/hello-count" :content-type "text/html" :fun...
29.54
0.9487
0.1459
356
3
25.74
2024-09-14
12.
/** Loop waiting for a connection and a valid command */ whi...
29.48
1.0448
0.0476
445
1
29.48
2024-09-14
13.
input("\n\nPress the enter key to exit.") # waits for the us...
28.98
1.1984
-0.1245
85
1
28.98
2024-09-11
14.
import random n = random.randint(1, 99) guess = int(raw_inpu...
27.10
1.1067
-0.1025
388
1
27.10
2024-09-14
15.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
25.52
0.9386
0.0071
256
1
25.52
2024-09-11
16.
import string from random import * characters = string.ascii...
20.15
1.1814
-0.4347
190
1
20.15
2024-09-12
17.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
18.94
0.9180
-0.2162
264
1
18.94
2024-09-12