TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for ahsan (ahsandev)
Return to profile of ahsan (ahsandev)
View texts not yet raced by ahsan (ahsandev)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import urllib2 import json screen_name = "wordpress" url = "...
52.86
1.0621
0.1464
246
2
49.91
2026-04-07
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
52.16
1.1383
0.0542
272
1
52.16
2026-05-09
3.
import string from random import * characters = string.ascii...
50.97
1.1814
-0.0161
190
2
48.80
2026-04-21
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
48.77
1.1067
0.0083
388
3
47.87
2026-05-06
5.
input("\n\nPress the enter key to exit.") # waits for the us...
48.71
1.1984
-0.0847
85
1
48.71
2026-04-06
6.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
48.44
1.0518
0.0557
152
3
45.68
2026-04-09
7.
import os import sys def run(program, *args): pid = os.fork(...
48.13
1.0473
0.0531
154
5
44.48
2026-04-09
8.
/** Loop waiting for a connection and a valid command */ whi...
46.23
1.0448
0.0122
445
2
45.28
2026-05-04
9.
import std; int main() { std::println("Hello World!"); }
45.92
0.9810
0.0689
56
2
43.52
2026-04-09
10.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
44.89
0.9386
0.0877
256
4
42.45
2026-05-05
11.
function calculateArea(width, height) { try { var area = ...
43.86
1.0366
-0.0338
301
2
41.19
2026-04-06
12.
public class HelloWorld { public static void main(String[] ...
43.18
1.0599
-0.0727
143
1
43.18
2026-04-06
13.
import re import sys import urllib2 import BeautifulSoup usa...
42.71
0.9803
-0.0038
344
2
42.47
2026-04-07
14.
/* Read a set of characters from the socket */ StringBuffer ...
41.45
1.0042
-0.0565
542
1
41.45
2026-04-07
15.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
41.29
0.9234
0.0206
236
4
38.21
2026-04-21
16.
(publish :path "/hello-count" :content-type "text/html" :fun...
41.13
0.9487
-0.0083
356
2
40.92
2026-04-09
17.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
40.27
0.9849
-0.0642
183
1
40.27
2026-04-07
18.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
38.96
0.8513
0.0395
179
5
35.15
2026-05-09
19.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
38.37
0.9180
-0.0407
264
2
37.35
2026-04-21
20.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
35.72
0.9215
-0.1048
78
2
31.03
2026-05-09