TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for muchinchai (muchinchai)
Return to profile of muchinchai (muchinchai)
View texts not yet raced by muchinchai (muchinchai)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
input("\n\nPress the enter key to exit.") # waits for the us...
92.36
1.1984
0.1183
85
18
78.58
2025-03-04
2.
import string from random import * characters = string.ascii...
81.70
1.1814
-0.0103
190
18
74.44
2024-11-05
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
80.86
1.1383
0.0171
272
21
69.48
2025-01-24
4.
import std; int main() { std::println("Hello World!"); }
76.56
0.9810
0.1078
56
13
67.14
2025-02-15
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
76.34
1.1067
-0.0144
388
17
68.10
2024-05-14
6.
public class HelloWorld { public static void main(String[] ...
75.78
1.0599
0.0240
143
28
63.59
2024-06-24
7.
import urllib2 import json screen_name = "wordpress" url = "...
74.14
1.0621
0.0012
246
30
65.31
2025-01-24
8.
function calculateArea(width, height) { try { var area = ...
73.03
1.0366
0.0086
301
22
62.17
2025-01-24
9.
import os import sys def run(program, *args): pid = os.fork(...
72.95
1.0473
-0.0015
154
29
64.33
2025-02-15
10.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
72.40
1.0518
-0.0129
152
17
61.42
2024-08-15
11.
/** Loop waiting for a connection and a valid command */ whi...
71.06
1.0448
-0.0233
445
20
64.01
2025-01-24
12.
/* Read a set of characters from the socket */ StringBuffer ...
69.40
1.0042
-0.0100
542
17
62.20
2025-01-24
13.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
68.93
1.0060
-0.0337
467
10
62.27
2025-02-15
14.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
66.91
0.9215
0.0349
78
19
58.61
2024-09-08
15.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
66.63
0.9849
-0.0291
183
26
57.73
2024-05-14
16.
template
bool all(Args ...args) { return (...
66.63
0.9493
-0.0369
246
1
66.63
2023-12-04
17.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
66.43
0.9180
0.0329
264
26
59.87
2024-08-15
18.
import urllib2 import urllib import json url = "http://ajax....
65.29
0.9776
-0.0420
438
21
57.29
2025-03-04
19.
import re import sys import urllib2 import BeautifulSoup usa...
63.57
0.9803
-0.0713
344
20
58.34
2024-05-20
20.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
62.98
0.9386
-0.0380
256
15
55.92
2025-02-15
21.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
62.35
0.9234
-0.0275
236
17
53.83
2024-06-24
22.
(publish :path "/hello-count" :content-type "text/html" :fun...
60.74
0.9487
-0.0742
356
24
55.57
2024-11-05
23.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
57.98
0.8513
-0.0280
179
18
49.12
2025-02-15
24.
NamedDecl *Sema::getCurFunctionOrMethodDecl() const { DeclCo...
54.27
0.7879
-0.0161
202
3
52.48
2023-12-08