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.
input("\n\nPress the enter key to exit.") # waits for the us...
52.63
1.1984
0.9779
85
4
29.35
2025-12-16
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
37.12
1.1383
0.3967
272
7
27.21
2025-12-16
3.
import random n = random.randint(1, 99) guess = int(raw_inpu...
36.47
1.1067
0.4014
388
2
32.14
2025-12-16
4.
function calculateArea(width, height) { try { var area = ...
35.76
1.0366
0.4421
301
4
27.54
2025-12-16
5.
import std; int main() { std::println("Hello World!"); }
34.93
0.9810
0.4634
56
4
28.91
2025-12-16
6.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
33.40
0.9386
0.4425
256
5
21.04
2025-12-16
7.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
32.92
0.9180
0.4433
264
5
21.62
2025-12-16
8.
import urllib2 import json screen_name = "wordpress" url = "...
27.65
1.0621
0.0813
246
3
25.14
2025-07-31
9.
public class HelloWorld { public static void main(String[] ...
26.88
1.0599
0.0516
143
3
22.38
2025-07-12
10.
(publish :path "/hello-count" :content-type "text/html" :fun...
25.92
0.9487
0.1231
356
2
25.21
2025-07-31
11.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
24.65
0.9215
0.0978
78
7
18.48
2025-07-31
12.
import os import sys def run(program, *args): pid = os.fork(...
24.47
1.0473
-0.0354
154
2
22.91
2025-07-12
13.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
22.70
0.8513
0.0874
179
3
17.47
2025-07-31
14.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
22.03
0.9234
-0.0124
236
2
19.43
2025-07-12
15.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
21.97
0.9849
-0.0764
183
4
19.75
2024-12-29
16.
import re import sys import urllib2 import BeautifulSoup usa...
20.79
0.9803
-0.1206
344
1
20.79
2025-05-08
17.
/** Loop waiting for a connection and a valid command */ whi...
19.18
1.0448
-0.2517
445
1
19.18
2024-12-26
18.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
18.58
1.0518
-0.2835
152
2
18.36
2024-12-29