TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for SalmanMKC (hellothen)
Return to profile of SalmanMKC (hellothen)
View texts not yet raced by SalmanMKC (hellothen)
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...
107.10
1.1067
0.3339
388
20
88.14
2024-04-30
2.
input("\n\nPress the enter key to exit.") # waits for the us...
95.05
1.1984
0.0684
85
9
80.78
2024-02-12
3.
import string from random import * characters = string.ascii...
92.36
1.1814
0.0617
190
9
76.76
2021-08-24
4.
public class HelloWorld { public static void main(String[] ...
91.32
1.0599
0.1756
143
15
67.38
2022-11-22
5.
import urllib2 import json screen_name = "wordpress" url = "...
88.27
1.0621
0.1327
246
11
69.65
2024-02-12
6.
import os import sys def run(program, *args): pid = os.fork(...
85.17
1.0473
0.1044
154
10
64.45
2024-02-12
7.
/** Loop waiting for a connection and a valid command */ whi...
81.30
1.0448
0.0627
445
7
66.89
2024-02-12
8.
function calculateArea(width, height) { try { var area = ...
80.12
1.0366
0.0522
301
16
67.39
2024-02-12
9.
import random min = 1 max = 6 roll_again = "yes" while roll_...
78.61
1.1383
-0.0797
272
9
69.95
2019-02-06
10.
/* Read a set of characters from the socket */ StringBuffer ...
76.64
1.0042
0.0367
542
7
66.21
2022-11-22
11.
if (response) { try { var dealData = JSON.parse(response)...
72.48
0.8661
0.1026
501
9
62.18
2019-02-06
12.
import re import sys import urllib2 import BeautifulSoup usa...
72.19
0.9803
0.0009
344
7
62.66
2019-08-25
13.
import urllib2 import urllib import json url = "http://ajax....
71.99
0.9776
0.0032
438
11
64.91
2024-02-12
14.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
71.75
1.0518
-0.0761
152
8
66.33
2021-08-24
15.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
70.39
0.9215
0.0330
78
10
55.97
2022-11-22
16.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
65.03
0.9386
-0.0598
256
12
56.28
2022-11-22
17.
import std; int main() { std::println("Hello World!"); }
62.93
0.9810
-0.1163
56
1
62.93
2024-03-15
18.
(publish :path "/hello-count" :content-type "text/html" :fun...
62.07
0.9487
-0.0973
356
6
56.00
2022-11-22
19.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
61.95
0.9180
-0.0810
264
7
55.09
2022-11-22
20.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
61.80
0.9234
-0.0801
236
7
55.15
2022-10-06
21.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
60.13
0.9849
-0.1685
183
7
55.46
2021-08-24
22.
function showContent(dealData) { var newContent = ''; for ...
52.76
0.7133
-0.0023
440
4
48.83
2019-01-30
23.
var $form, width, height, area; $form = $('#calculator'); $(...
49.27
0.8254
-0.1714
372
1
49.27
2019-01-28