TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for z80 (zilogz80)
Return to profile of z80 (zilogz80)
View texts not yet raced by z80 (zilogz80)
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_...
39.82
1.1383
0.0535
272
1
39.82
2023-12-13
2.
/** Loop waiting for a connection and a valid command */ whi...
38.77
1.0448
0.1283
445
1
38.77
2024-02-05
3.
import os import sys def run(program, *args): pid = os.fork(...
37.98
1.0473
0.0944
154
1
37.98
2023-12-01
4.
import urllib2 import json screen_name = "wordpress" url = "...
36.72
1.0621
0.0433
246
2
36.07
2023-12-01
5.
input("\n\nPress the enter key to exit.") # waits for the us...
36.64
1.1984
-0.1145
85
1
36.64
2023-12-01
6.
import string from random import * characters = string.ascii...
35.48
1.1814
-0.1197
190
1
35.48
2023-12-01
7.
public class HelloWorld { public static void main(String[] ...
35.07
1.0599
-0.0041
143
3
32.58
2023-12-13
8.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
34.58
0.9849
0.0566
183
1
34.58
2023-12-01
9.
function calculateArea(width, height) { try { var area = ...
34.46
1.0366
0.0049
301
1
34.46
2023-12-02
10.
import urllib2 import urllib import json url = "http://ajax....
34.19
0.9776
0.0571
438
4
31.37
2023-12-10
11.
import std; int main() { std::println("Hello World!"); }
32.84
0.9810
0.0191
56
2
30.36
2023-12-01
12.
import random n = random.randint(1, 99) guess = int(raw_inpu...
32.40
1.1067
-0.1378
388
1
32.40
2023-12-01
13.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
31.84
1.0518
-0.0892
152
1
31.84
2023-12-01
14.
/* Read a set of characters from the socket */ StringBuffer ...
31.76
1.0042
-0.0445
542
1
31.76
2023-12-02
15.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
30.76
0.9234
0.0083
236
2
30.14
2023-12-02
16.
(publish :path "/hello-count" :content-type "text/html" :fun...
28.77
0.9487
-0.0720
356
1
28.77
2023-12-01
17.
import re import sys import urllib2 import BeautifulSoup usa...
27.88
0.9803
-0.1365
344
1
27.88
2023-12-01
18.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
27.64
0.9180
-0.0879
264
1
27.64
2023-12-01