TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for sygi (sygi)
Return to profile of sygi (sygi)
View texts not yet raced by sygi (sygi)
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_...
92.45
1.1383
0.2385
272
10
70.84
2024-12-10
2.
import string from random import * characters = string.ascii...
86.45
1.1814
0.1060
190
4
75.76
2024-11-25
3.
input("\n\nPress the enter key to exit.") # waits for the us...
78.79
1.1984
-0.0250
85
2
68.23
2024-12-10
4.
public class HelloWorld { public static void main(String[] ...
76.83
1.0599
0.0843
143
2
69.91
2024-11-27
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
72.69
1.1067
-0.0242
388
3
68.52
2024-12-10
6.
import os import sys def run(program, *args): pid = os.fork(...
71.43
1.0473
0.0165
154
4
63.45
2024-11-27
7.
/** Loop waiting for a connection and a valid command */ whi...
71.21
1.0448
0.0157
445
4
63.94
2024-11-25
8.
function calculateArea(width, height) { try { var area = ...
70.63
1.0366
0.0152
301
4
64.84
2024-11-19
9.
/* Read a set of characters from the socket */ StringBuffer ...
66.04
1.0042
-0.0207
542
4
57.59
2026-04-24
10.
import std; int main() { std::println("Hello World!"); }
64.94
0.9810
-0.0139
56
5
51.85
2024-11-26
11.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
64.66
1.0518
-0.0889
152
2
61.45
2024-11-26
12.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
64.16
0.9215
0.0340
78
10
54.40
2024-11-26
13.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
63.86
0.9386
0.0124
256
5
54.22
2024-11-27
14.
import urllib2 import json screen_name = "wordpress" url = "...
62.35
1.0621
-0.1336
246
2
59.39
2024-11-25
15.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
61.30
1.0060
-0.0931
467
1
61.30
2024-11-25
16.
import urllib2 import urllib import json url = "http://ajax....
60.79
0.9776
-0.0723
438
1
60.79
2024-11-25
17.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
59.98
0.9180
-0.0248
264
1
59.98
2024-12-10
18.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
59.27
0.9849
-0.1022
183
2
55.79
2024-11-19
19.
import re import sys import urllib2 import BeautifulSoup usa...
57.57
0.9803
-0.1229
344
3
56.23
2024-11-27
20.
(publish :path "/hello-count" :content-type "text/html" :fun...
57.53
0.9487
-0.0919
356
3
55.08
2024-11-25
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
57.26
0.8513
0.0014
179
4
49.78
2024-11-26
22.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
57.08
0.9234
-0.0733
236
2
55.61
2024-12-10