TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Steve (steveleem)
Return to profile of Steve (steveleem)
View texts not yet raced by Steve (steveleem)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
public class HelloWorld { public static void main(String[] ...
87.30
1.0599
0.2711
143
10
61.48
2024-01-12
2.
import string from random import * characters = string.ascii...
76.96
1.1814
-0.0053
190
11
64.75
2024-01-09
3.
input("\n\nPress the enter key to exit.") # waits for the us...
73.39
1.1984
-0.0835
85
16
59.51
2024-01-09
4.
import urllib2 import json screen_name = "wordpress" url = "...
71.24
1.0621
0.0270
246
15
62.07
2024-01-12
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
69.81
1.1067
-0.0418
388
11
57.61
2024-09-29
6.
/** Loop waiting for a connection and a valid command */ whi...
67.52
1.0448
-0.0101
445
9
61.15
2024-01-09
7.
/* Read a set of characters from the socket */ StringBuffer ...
67.17
1.0042
0.0216
542
21
58.43
2024-01-12
8.
import random min = 1 max = 6 roll_again = "yes" while roll_...
67.05
1.1383
-0.1169
272
8
61.08
2024-01-05
9.
import urllib2 import urllib import json url = "http://ajax....
67.05
0.9776
0.0465
438
18
54.34
2024-01-12
10.
import os import sys def run(program, *args): pid = os.fork(...
66.64
1.0473
-0.0288
154
16
57.83
2024-01-12
11.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
66.22
0.9180
0.0924
264
19
50.04
2024-01-10
12.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
65.50
1.0518
-0.0496
152
7
58.40
2024-01-12
13.
function calculateArea(width, height) { try { var area = ...
63.93
1.0366
-0.0610
301
4
61.30
2024-01-12
14.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
63.60
1.0060
-0.0498
467
7
53.56
2024-01-09
15.
import std; int main() { std::println("Hello World!"); }
62.77
0.9810
-0.0300
56
15
46.44
2024-01-10
16.
import re import sys import urllib2 import BeautifulSoup usa...
60.46
0.9803
-0.0586
344
14
54.00
2024-01-10
17.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
60.32
0.9386
-0.0190
256
14
51.39
2024-09-29
18.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
59.91
0.9849
-0.0686
183
17
50.65
2024-09-29
19.
(publish :path "/hello-count" :content-type "text/html" :fun...
58.64
0.9487
-0.0488
356
12
51.16
2024-01-12
20.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
57.94
0.9234
-0.0358
236
12
49.63
2024-01-10
21.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
55.98
0.9215
-0.0685
78
14
46.98
2024-01-12
22.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
54.52
0.8513
-0.0259
179
17
45.62
2024-01-09