TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Amir (amirahmedimtiaz)
Return to profile of Amir (amirahmedimtiaz)
View texts not yet raced by Amir (amirahmedimtiaz)
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 = "...
89.39
1.0621
0.2505
246
61
60.79
2024-05-12
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
87.19
1.1383
0.1359
272
44
65.28
2024-03-09
3.
import string from random import * characters = string.ascii...
85.90
1.1814
0.0736
190
54
68.57
2024-05-12
4.
input("\n\nPress the enter key to exit.") # waits for the us...
82.05
1.1984
-0.0120
85
52
62.76
2024-03-24
5.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
81.40
1.0518
0.1472
152
55
61.98
2024-03-03
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
79.99
1.1067
0.0613
388
52
64.97
2024-05-12
7.
import os import sys def run(program, *args): pid = os.fork(...
79.96
1.0473
0.1263
154
47
62.20
2024-05-12
8.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
79.79
0.9234
0.2535
236
63
56.87
2024-05-12
9.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
77.86
0.9849
0.1594
183
56
60.88
2024-03-24
10.
public class HelloWorld { public static void main(String[] ...
77.79
1.0599
0.0831
143
53
60.49
2024-05-12
11.
function calculateArea(width, height) { try { var area = ...
77.55
1.0366
0.1068
301
69
59.67
2024-03-24
12.
import urllib2 import urllib import json url = "http://ajax....
73.59
0.9776
0.1093
438
57
58.21
2024-03-03
13.
import std; int main() { std::println("Hello World!"); }
73.44
0.9810
0.1094
56
33
53.55
2024-03-24
14.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
73.34
0.9180
0.1565
264
68
58.28
2024-05-12
15.
/** Loop waiting for a connection and a valid command */ whi...
72.46
1.0448
0.0271
445
59
57.47
2024-03-03
16.
/* Read a set of characters from the socket */ StringBuffer ...
71.95
1.0042
0.0564
542
43
58.46
2024-05-12
17.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
71.05
0.9215
0.1236
78
55
53.12
2024-05-12
18.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
71.05
1.0060
0.1304
467
34
60.08
2024-05-12
19.
import re import sys import urllib2 import BeautifulSoup usa...
70.42
0.9803
0.0581
344
60
57.62
2024-05-12
20.
(publish :path "/hello-count" :content-type "text/html" :fun...
69.17
0.9487
0.0777
356
56
56.10
2024-03-10
21.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
67.01
0.9386
0.0439
256
49
56.69
2024-03-09
22.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
66.25
0.8513
0.1080
179
29
52.17
2024-02-26