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.1208
85
27
39.18
2025-04-24
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
44.34
1.1383
-0.0209
272
27
37.21
2025-07-29
3.
public class HelloWorld { public static void main(String[] ...
44.32
1.0599
0.0570
143
23
33.86
2025-07-24
4.
import string from random import * characters = string.ascii...
43.73
1.1814
-0.0794
190
29
35.40
2025-07-06
5.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
42.69
1.0518
0.0240
152
41
33.05
2025-01-05
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
42.27
1.1067
-0.0415
388
31
36.13
2025-06-04
7.
import urllib2 import json screen_name = "wordpress" url = "...
41.80
1.0621
-0.0087
246
34
33.22
2025-07-29
8.
function calculateArea(width, height) { try { var area = ...
41.71
1.0366
0.0145
301
38
33.30
2025-07-29
9.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
41.16
0.9849
0.0523
183
43
32.17
2025-07-06
10.
import os import sys def run(program, *args): pid = os.fork(...
40.50
1.0473
-0.0267
154
41
33.31
2024-11-07
11.
/* Read a set of characters from the socket */ StringBuffer ...
40.20
1.0042
0.0088
542
22
33.37
2024-09-29
12.
import std; int main() { std::println("Hello World!"); }
39.93
0.9810
0.0252
56
13
32.77
2025-07-24
13.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
39.76
0.9180
0.0840
264
50
30.03
2025-04-24
14.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
38.92
0.9386
0.0422
256
20
29.26
2025-04-23
15.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
38.90
0.9234
0.0569
236
36
30.02
2025-07-17
16.
/** Loop waiting for a connection and a valid command */ whi...
38.26
1.0448
-0.0806
445
33
31.95
2025-07-29
17.
(publish :path "/hello-count" :content-type "text/html" :fun...
37.87
0.9487
0.0056
356
37
29.79
2025-06-04
18.
import urllib2 import urllib import json url = "http://ajax....
37.75
0.9776
-0.0263
438
24
32.22
2025-07-17
19.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
37.50
0.9215
0.0235
78
39
29.92
2025-07-06
20.
import re import sys import urllib2 import BeautifulSoup usa...
37.16
0.9803
-0.0439
344
32
30.74
2025-07-06
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
34.06
0.8513
0.0070
179
10
29.71
2025-07-17
22.
NamedDecl *Sema::getCurFunctionOrMethodDecl() const { DeclCo...
30.34
0.7879
-0.0233
202
5
26.07
2023-12-18
23.
template
bool all(Args ...args) { return (...
27.18
0.9493
-0.2644
246
1
27.18
2023-12-04