TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for alihamzaPk (alihamza_pk)
Return to profile of alihamzaPk (alihamza_pk)
View texts not yet raced by alihamzaPk (alihamza_pk)
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_...
47.98
1.1383
0.4732
272
4
33.96
2023-12-06
2.
import string from random import * characters = string.ascii...
44.53
1.1814
0.3140
190
3
33.66
2023-12-06
3.
import urllib2 import urllib import json url = "http://ajax....
38.03
0.9776
0.3113
438
4
28.46
2024-05-21
4.
(publish :path "/hello-count" :content-type "text/html" :fun...
36.04
0.9487
0.2774
356
2
28.30
2023-12-06
5.
import os import sys def run(program, *args): pid = os.fork(...
35.38
1.0473
0.1464
154
2
30.44
2024-05-21
6.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
34.05
0.8513
0.2836
179
1
34.05
2023-12-06
7.
input("\n\nPress the enter key to exit.") # waits for the us...
33.13
1.1984
-0.0979
85
1
33.13
2023-08-15
8.
/** Loop waiting for a connection and a valid command */ whi...
32.89
1.0448
0.0731
445
1
32.89
2024-05-21
9.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
31.79
0.9386
0.1325
256
1
31.79
2024-01-13
10.
import urllib2 import json screen_name = "wordpress" url = "...
28.75
1.0621
-0.0895
246
2
25.82
2023-08-13
11.
public class HelloWorld { public static void main(String[] ...
28.26
1.0599
-0.1040
143
3
25.59
2023-08-20
12.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
27.91
1.0518
-0.1044
152
2
26.18
2023-08-14
13.
function calculateArea(width, height) { try { var area = ...
27.75
1.0366
-0.0939
301
4
25.33
2023-08-18
14.
import random n = random.randint(1, 99) guess = int(raw_inpu...
27.32
1.1067
-0.1895
388
2
23.91
2023-08-15
15.
import std; int main() { std::println("Hello World!"); }
25.60
0.9810
-0.1035
56
1
25.60
2024-01-13
16.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
24.46
0.9180
-0.0932
264
6
22.00
2023-08-18
17.
import re import sys import urllib2 import BeautifulSoup usa...
24.20
0.9803
-0.1577
344
3
21.11
2023-08-13
18.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
23.47
0.9234
-0.1235
236
2
22.95
2023-08-13
19.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
23.10
0.9849
-0.2018
183
3
22.05
2023-08-20
20.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
21.04
0.9215
-0.2075
78
1
21.04
2023-08-15