TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Maruf Hasan (mehad605)
Return to profile of Maruf Hasan (mehad605)
View texts not yet raced by Maruf Hasan (mehad605)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import random n = random.randint(1, 99) guess = int(raw_inpu...
49.32
1.1067
0.1595
388
6
41.74
2025-09-17
2.
input("\n\nPress the enter key to exit.") # waits for the us...
49.05
1.1984
0.0609
85
4
46.16
2025-09-17
3.
import string from random import * characters = string.ascii...
48.56
1.1814
0.0653
190
4
40.62
2025-09-17
4.
import os import sys def run(program, *args): pid = os.fork(...
47.95
1.0473
0.1838
154
6
40.93
2025-09-17
5.
import std; int main() { std::println("Hello World!"); }
46.95
0.9810
0.2244
56
3
43.39
2025-09-11
6.
import urllib2 import json screen_name = "wordpress" url = "...
45.84
1.0621
0.1148
246
5
41.09
2025-09-16
7.
import random min = 1 max = 6 roll_again = "yes" while roll_...
45.73
1.1383
0.0358
272
6
41.24
2025-09-17
8.
public class HelloWorld { public static void main(String[] ...
45.65
1.0599
0.1121
143
5
41.67
2025-09-11
9.
/** Loop waiting for a connection and a valid command */ whi...
43.93
1.0448
0.0831
445
4
40.07
2025-09-11
10.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
43.72
0.9234
0.1991
236
6
35.45
2025-09-16
11.
function calculateArea(width, height) { try { var area = ...
42.80
1.0366
0.0622
301
8
38.35
2025-09-17
12.
import re import sys import urllib2 import BeautifulSoup usa...
42.52
0.9803
0.1114
344
3
39.25
2025-09-17
13.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
41.47
1.0518
0.0129
152
3
39.37
2025-09-15
14.
import urllib2 import urllib import json url = "http://ajax....
39.35
0.9776
0.0327
438
4
36.01
2025-09-17
15.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
37.89
0.9849
-0.0121
183
3
36.33
2025-09-11
16.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
36.78
0.9180
0.0263
264
2
35.00
2025-09-11
17.
(publish :path "/hello-count" :content-type "text/html" :fun...
36.42
0.9487
-0.0137
356
4
32.80
2025-09-17
18.
/* Read a set of characters from the socket */ StringBuffer ...
35.91
1.0042
-0.0822
542
1
35.91
2025-09-08
19.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
34.83
0.9215
-0.0273
78
3
32.32
2025-09-04
20.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
32.75
0.8513
-0.0105
179
3
31.88
2025-09-17