TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for syna (syna51)
Return to profile of syna (syna51)
View texts not yet raced by syna (syna51)
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...
30.76
1.1814
0.1793
190
4
27.20
2024-08-23
2.
input("\n\nPress the enter key to exit.") # waits for the us...
29.43
1.1984
0.0968
85
2
24.43
2024-08-21
3.
import random n = random.randint(1, 99) guess = int(raw_inpu...
28.30
1.1067
0.1433
388
4
25.84
2024-08-19
4.
/** Loop waiting for a connection and a valid command */ whi...
28.13
1.0448
0.2023
445
3
26.11
2024-08-23
5.
public class HelloWorld { public static void main(String[] ...
27.70
1.0599
0.1632
143
4
24.69
2024-08-22
6.
import os import sys def run(program, *args): pid = os.fork(...
27.23
1.0473
0.1574
154
2
25.19
2024-08-22
7.
function calculateArea(width, height) { try { var area = ...
26.62
1.0366
0.1395
301
4
22.89
2024-08-16
8.
import random min = 1 max = 6 roll_again = "yes" while roll_...
25.85
1.1383
0.0021
272
3
22.95
2024-08-19
9.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
25.72
0.9849
0.1534
183
2
23.01
2024-08-22
10.
/* Read a set of characters from the socket */ StringBuffer ...
24.70
1.0042
0.0880
542
3
20.35
2024-08-22
11.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
23.63
0.9180
0.1261
264
3
21.69
2024-08-23
12.
import urllib2 import json screen_name = "wordpress" url = "...
23.42
1.0621
-0.0250
246
3
23.23
2024-08-16
13.
(publish :path "/hello-count" :content-type "text/html" :fun...
22.64
0.9487
0.0566
356
2
22.12
2024-08-21
14.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
21.85
1.0518
-0.0835
152
2
20.76
2024-08-21
15.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
21.01
0.9386
-0.0111
256
1
21.01
2024-08-15
16.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
20.82
0.9215
-0.0028
78
4
17.48
2024-08-21
17.
import re import sys import urllib2 import BeautifulSoup usa...
20.30
0.9803
-0.0841
344
1
20.30
2024-08-15
18.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
18.41
0.8513
-0.0443
179
3
17.19
2024-08-24
19.
import std; int main() { std::println("Hello World!"); }
16.65
0.9810
-0.2518
56
1
16.65
2024-08-14