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 string from random import * characters = string.ascii...
103.66
1.1814
0.0782
190
3
87.24
2026-03-10
2.
import random n = random.randint(1, 99) guess = int(raw_inpu...
96.29
1.1067
0.0633
388
9
89.92
2026-03-11
3.
input("\n\nPress the enter key to exit.") # waits for the us...
94.50
1.1984
-0.0501
85
12
77.71
2026-04-03
4.
import random min = 1 max = 6 roll_again = "yes" while roll_...
92.72
1.1383
-0.0117
272
9
79.89
2025-04-22
5.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
89.62
1.0518
0.0372
152
7
78.83
2026-04-03
6.
/** Loop waiting for a connection and a valid command */ whi...
89.33
1.0448
0.0406
445
8
79.09
2026-03-04
7.
import urllib2 import json screen_name = "wordpress" url = "...
86.03
1.0621
-0.0168
246
11
71.69
2025-06-18
8.
public class HelloWorld { public static void main(String[] ...
85.73
1.0599
-0.0182
143
7
78.67
2026-04-03
9.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
83.99
1.0060
0.0146
467
9
75.65
2026-04-03
10.
function calculateArea(width, height) { try { var area = ...
83.20
1.0366
-0.0256
301
8
76.34
2025-06-10
11.
import os import sys def run(program, *args): pid = os.fork(...
81.82
1.0473
-0.0531
154
10
71.63
2025-05-25
12.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
80.17
0.9180
0.0561
264
11
69.18
2025-06-19
13.
import urllib2 import urllib import json url = "http://ajax....
79.83
0.9776
-0.0076
438
11
75.18
2025-06-17
14.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
78.09
0.9234
0.0255
236
6
69.04
2025-06-05
15.
/* Read a set of characters from the socket */ StringBuffer ...
77.43
1.0042
-0.0634
542
3
70.65
2025-05-27
16.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
77.32
0.9386
0.0009
256
6
71.39
2025-06-12
17.
(publish :path "/hello-count" :content-type "text/html" :fun...
76.40
0.9487
-0.0204
356
9
73.03
2025-04-18
18.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
76.18
0.9849
-0.0592
183
10
73.01
2025-06-08
19.
import re import sys import urllib2 import BeautifulSoup usa...
72.45
0.9803
-0.1000
344
6
69.04
2025-04-15
20.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
72.28
0.9215
-0.0432
78
4
68.72
2026-03-07
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
72.00
0.8513
0.0236
179
6
62.66
2026-04-03
22.
import std; int main() { std::println("Hello World!"); }
71.35
0.9810
-0.1140
56
5
68.19
2025-03-02