TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for MINH (shinmyou)
Return to profile of MINH (shinmyou)
View texts not yet raced by MINH (shinmyou)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import std; int main() { std::println("Hello World!"); }
73.08
0.9810
0.6260
56
4
65.41
2024-06-25
2.
input("\n\nPress the enter key to exit.") # waits for the us...
72.67
1.1984
0.3699
85
1
72.67
2024-06-19
3.
public class HelloWorld { public static void main(String[] ...
70.95
1.0599
0.4899
143
6
63.75
2024-06-25
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
69.98
1.1067
0.4149
388
2
67.35
2024-06-25
5.
function calculateArea(width, height) { try { var area = ...
68.45
1.0366
0.4627
301
4
58.16
2024-06-26
6.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
65.61
1.0518
0.3852
152
9
56.13
2024-06-25
7.
import random min = 1 max = 6 roll_again = "yes" while roll_...
65.37
1.1383
0.2842
272
2
59.72
2024-06-25
8.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
62.65
0.9215
0.4483
78
7
50.83
2024-06-25
9.
import urllib2 import json screen_name = "wordpress" url = "...
61.89
1.0621
0.2910
246
6
54.94
2024-06-25
10.
import os import sys def run(program, *args): pid = os.fork(...
59.48
1.0473
0.2521
154
5
52.41
2024-06-25
11.
/* Read a set of characters from the socket */ StringBuffer ...
59.16
1.0042
0.2921
542
4
52.83
2024-06-26
12.
import string from random import * characters = string.ascii...
56.20
1.1814
0.0414
190
2
53.52
2024-06-26
13.
import urllib2 import urllib import json url = "http://ajax....
56.12
0.9776
0.2550
438
4
49.70
2024-06-26
14.
/** Loop waiting for a connection and a valid command */ whi...
53.58
1.0448
0.1341
445
2
49.80
2024-06-19
15.
(publish :path "/hello-count" :content-type "text/html" :fun...
53.06
0.9487
0.2214
356
5
47.84
2024-06-25
16.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
50.97
0.9386
0.1737
256
6
46.67
2024-06-26
17.
import re import sys import urllib2 import BeautifulSoup usa...
50.07
0.9803
0.1185
344
3
47.13
2024-06-25
18.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
47.88
0.9180
0.1267
264
4
43.30
2024-06-25
19.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
46.61
0.9849
0.0361
183
3
42.73
2024-06-22
20.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
46.42
0.8513
0.1500
179
3
41.02
2024-06-24