TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for ali_ahmed (ali_ahemd2477)
Return to profile of ali_ahmed (ali_ahemd2477)
View texts not yet raced by ali_ahmed (ali_ahemd2477)
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_...
32.00
1.1383
0.3549
272
6
25.56
2025-07-31
2.
import std; int main() { std::println("Hello World!"); }
28.21
0.9810
0.3353
56
2
26.75
2025-07-31
3.
import random n = random.randint(1, 99) guess = int(raw_inpu...
27.81
1.1067
0.1909
388
1
27.81
2025-07-12
4.
import urllib2 import json screen_name = "wordpress" url = "...
27.65
1.0621
0.2281
246
3
25.14
2025-07-31
5.
function calculateArea(width, height) { try { var area = ...
26.96
1.0366
0.2214
301
3
24.80
2025-07-12
6.
public class HelloWorld { public static void main(String[] ...
26.88
1.0599
0.1943
143
3
22.38
2025-07-12
7.
(publish :path "/hello-count" :content-type "text/html" :fun...
25.92
0.9487
0.2608
356
2
25.21
2025-07-31
8.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
24.65
0.9215
0.2287
78
7
18.48
2025-07-31
9.
import os import sys def run(program, *args): pid = os.fork(...
24.47
1.0473
0.0945
154
2
22.91
2025-07-12
10.
input("\n\nPress the enter key to exit.") # waits for the us...
23.74
1.1984
-0.0907
85
3
21.59
2024-12-26
11.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
22.70
0.8513
0.2079
179
3
17.47
2025-07-31
12.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
22.03
0.9234
0.1045
236
2
19.43
2025-07-12
13.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
21.97
0.9849
0.0402
183
4
19.75
2024-12-29
14.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
21.36
0.9180
0.0787
264
4
18.80
2025-07-31
15.
import re import sys import urllib2 import BeautifulSoup usa...
20.79
0.9803
-0.0102
344
1
20.79
2025-05-08
16.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
20.39
0.9386
0.0128
256
4
17.95
2025-07-31
17.
/** Loop waiting for a connection and a valid command */ whi...
19.18
1.0448
-0.1498
445
1
19.18
2024-12-26
18.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
18.58
1.0518
-0.1848
152
2
18.36
2024-12-29