TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for bmax (bmax)
Return to profile of bmax (bmax)
View texts not yet raced by bmax (bmax)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
input("\n\nPress the enter key to exit.") # waits for the us...
52.44
1.1984
0.1707
85
10
39.96
2024-05-31
2.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
49.30
1.0518
0.2568
152
12
43.12
2021-12-05
3.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
47.36
0.9849
0.2696
183
14
39.19
2024-05-31
4.
import string from random import * characters = string.ascii...
47.35
1.1814
0.0662
190
9
40.68
2024-05-31
5.
import random min = 1 max = 6 roll_again = "yes" while roll_...
46.64
1.1383
0.0910
272
10
38.40
2023-01-31
6.
import urllib2 import json screen_name = "wordpress" url = "...
46.20
1.0621
0.1619
246
7
41.82
2021-12-05
7.
import random n = random.randint(1, 99) guess = int(raw_inpu...
45.64
1.1067
0.0952
388
6
40.59
2023-04-05
8.
import re import sys import urllib2 import BeautifulSoup usa...
42.02
0.9803
0.1363
344
4
34.86
2023-02-01
9.
(publish :path "/hello-count" :content-type "text/html" :fun...
41.96
0.9487
0.1726
356
5
36.69
2024-05-31
10.
function calculateArea(width, height) { try { var area = ...
41.89
1.0366
0.0776
301
5
34.60
2021-11-17
11.
/** Loop waiting for a connection and a valid command */ whi...
41.76
1.0448
0.0687
445
7
38.02
2023-02-01
12.
/* Read a set of characters from the socket */ StringBuffer ...
41.44
1.0042
0.0970
542
2
40.34
2021-11-17
13.
import urllib2 import urllib import json url = "http://ajax....
41.36
0.9776
0.1239
438
2
38.46
2021-10-29
14.
public class HelloWorld { public static void main(String[] ...
40.47
1.0599
0.0130
143
3
35.71
2021-11-17
15.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
39.01
0.9234
0.1158
236
7
35.98
2022-12-11
16.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
38.77
0.9386
0.0863
256
5
35.37
2023-02-01
17.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
33.14
0.9180
-0.0416
264
3
28.15
2023-02-01
18.
import os import sys def run(program, *args): pid = os.fork(...
32.68
1.0473
-0.1805
154
1
32.68
2021-11-18
19.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
31.71
0.9215
-0.0788
78
7
28.07
2021-11-02