TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Afzal (afzal_ansari)
Return to profile of Afzal (afzal_ansari)
View texts not yet raced by Afzal (afzal_ansari)
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.35
1.1984
0.1266
85
27
39.18
2025-04-24
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
44.34
1.1383
-0.0161
272
26
37.37
2024-10-11
3.
public class HelloWorld { public static void main(String[] ...
44.32
1.0599
0.0618
143
22
33.69
2025-06-04
4.
import string from random import * characters = string.ascii...
43.73
1.1814
-0.0746
190
28
35.33
2025-04-16
5.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
42.69
1.0518
0.0287
152
41
33.05
2025-01-05
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
42.27
1.1067
-0.0369
388
31
36.13
2025-06-04
7.
import urllib2 import json screen_name = "wordpress" url = "...
41.80
1.0621
-0.0042
246
32
33.05
2025-01-05
8.
function calculateArea(width, height) { try { var area = ...
41.71
1.0366
0.0191
301
37
33.20
2024-12-26
9.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
41.16
0.9849
0.0568
183
42
32.18
2025-04-24
10.
import os import sys def run(program, *args): pid = os.fork(...
40.50
1.0473
-0.0223
154
41
33.31
2024-11-07
11.
/* Read a set of characters from the socket */ StringBuffer ...
40.20
1.0042
0.0132
542
22
33.37
2024-09-29
12.
import std; int main() { std::println("Hello World!"); }
39.93
0.9810
0.0296
56
12
32.47
2025-01-05
13.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
39.76
0.9180
0.0883
264
50
30.03
2025-04-24
14.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
38.92
0.9386
0.0464
256
20
29.26
2025-04-23
15.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
38.90
0.9234
0.0611
236
35
29.93
2025-06-04
16.
/** Loop waiting for a connection and a valid command */ whi...
38.26
1.0448
-0.0765
445
32
31.89
2025-06-04
17.
(publish :path "/hello-count" :content-type "text/html" :fun...
37.87
0.9487
0.0098
356
37
29.79
2025-06-04
18.
import urllib2 import urllib import json url = "http://ajax....
37.75
0.9776
-0.0222
438
23
32.13
2025-04-23
19.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
37.50
0.9215
0.0276
78
38
29.89
2024-11-07
20.
import re import sys import urllib2 import BeautifulSoup usa...
37.16
0.9803
-0.0398
344
31
30.64
2024-12-26
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
34.06
0.8513
0.0107
179
9
29.83
2025-06-04
22.
NamedDecl *Sema::getCurFunctionOrMethodDecl() const { DeclCo...
30.34
0.7879
-0.0200
202
5
26.07
2023-12-18
23.
template
bool all(Args ...args) { return (...
27.18
0.9493
-0.2614
246
1
27.18
2023-12-04