TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Azrael (_azrael)
Return to profile of Azrael (_azrael)
View texts not yet raced by Azrael (_azrael)
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_...
50.82
1.1383
0.1385
272
2
49.32
2025-06-11
2.
input("\n\nPress the enter key to exit.") # waits for the us...
50.00
1.1984
0.0578
85
3
49.14
2025-06-12
3.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
49.12
0.9386
0.2955
256
5
39.44
2026-03-19
4.
import std; int main() { std::println("Hello World!"); }
48.40
0.9810
0.2350
56
1
48.40
2025-06-08
5.
import os import sys def run(program, *args): pid = os.fork(...
45.80
1.0473
0.1034
154
1
45.80
2025-06-11
6.
function calculateArea(width, height) { try { var area = ...
45.36
1.0366
0.1031
301
1
45.36
2025-06-08
7.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
45.26
0.9234
0.2138
236
2
41.99
2025-06-18
8.
import urllib2 import json screen_name = "wordpress" url = "...
41.30
1.0621
-0.0244
246
1
41.30
2025-06-18
9.
import re import sys import urllib2 import BeautifulSoup usa...
40.86
0.9803
0.0463
344
2
39.45
2025-06-18
10.
/* Read a set of characters from the socket */ StringBuffer ...
40.34
1.0042
0.0093
542
1
40.34
2025-06-08
11.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
39.17
0.9215
0.0626
78
1
39.17
2025-06-08
12.
import string from random import * characters = string.ascii...
39.07
1.1814
-0.1998
190
1
39.07
2025-06-08
13.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
37.55
0.8513
0.0921
179
2
35.96
2025-06-18
14.
import urllib2 import urllib import json url = "http://ajax....
35.82
0.9776
-0.0776
438
1
35.82
2025-06-12
15.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
34.85
1.0518
-0.1762
152
1
34.85
2025-06-11
16.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
28.67
0.9849
-0.2646
183
1
28.67
2025-02-09
17.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
28.32
0.9180
-0.2065
264
1
28.32
2025-02-09
18.
public class HelloWorld { public static void main(String[] ...
23.70
1.0599
-0.4644
143
1
23.70
2025-02-09