TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for SideSky (sidesky)
Return to profile of SideSky (sidesky)
View texts not yet raced by SideSky (sidesky)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import random n = random.randint(1, 99) guess = int(raw_inpu...
95.45
1.1067
0.0701
388
8
89.12
2025-05-29
2.
input("\n\nPress the enter key to exit.") # waits for the us...
94.50
1.1984
-0.0333
85
11
77.44
2025-06-14
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
92.72
1.1383
0.0048
272
9
79.89
2025-04-22
4.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
89.62
1.0518
0.0531
152
6
77.22
2025-06-07
5.
import urllib2 import json screen_name = "wordpress" url = "...
86.03
1.0621
-0.0015
246
11
71.69
2025-06-18
6.
public class HelloWorld { public static void main(String[] ...
85.73
1.0599
-0.0030
143
6
77.64
2025-04-30
7.
/** Loop waiting for a connection and a valid command */ whi...
84.94
1.0448
0.0024
445
7
77.62
2025-05-26
8.
function calculateArea(width, height) { try { var area = ...
83.20
1.0366
-0.0109
301
8
76.34
2025-06-10
9.
import string from random import * characters = string.ascii...
82.79
1.1814
-0.1607
190
2
79.04
2025-04-14
10.
import os import sys def run(program, *args): pid = os.fork(...
81.82
1.0473
-0.0386
154
10
71.63
2025-05-25
11.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
80.71
1.0060
-0.0110
467
8
74.60
2025-06-06
12.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
80.17
0.9180
0.0704
264
11
69.18
2025-06-19
13.
import urllib2 import urllib import json url = "http://ajax....
79.83
0.9776
0.0066
438
11
75.18
2025-06-17
14.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
78.09
0.9234
0.0393
236
6
69.04
2025-06-05
15.
/* Read a set of characters from the socket */ StringBuffer ...
77.43
1.0042
-0.0496
542
3
70.65
2025-05-27
16.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
77.32
0.9386
0.0146
256
6
71.39
2025-06-12
17.
(publish :path "/hello-count" :content-type "text/html" :fun...
76.40
0.9487
-0.0068
356
9
73.03
2025-04-18
18.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
76.18
0.9849
-0.0457
183
10
73.01
2025-06-08
19.
import re import sys import urllib2 import BeautifulSoup usa...
72.45
0.9803
-0.0871
344
6
69.04
2025-04-15
20.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
72.28
0.9215
-0.0304
78
3
70.18
2025-04-09
21.
import std; int main() { std::println("Hello World!"); }
71.35
0.9810
-0.1014
56
5
68.19
2025-03-02
22.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
65.46
0.8513
-0.0443
179
5
60.79
2025-04-04