TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Maha (neonnex)
Return to profile of Maha (neonnex)
View texts not yet raced by Maha (neonnex)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
public class HelloWorld { public static void main(String[] ...
73.21
1.0599
0.2485
143
3
68.29
2024-09-11
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
69.01
1.1383
0.0940
272
3
61.44
2024-08-18
3.
import os import sys def run(program, *args): pid = os.fork(...
65.78
1.0473
0.1307
154
5
58.54
2024-09-16
4.
input("\n\nPress the enter key to exit.") # waits for the us...
63.48
1.1984
-0.0680
85
4
62.62
2024-09-09
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
61.11
1.1067
-0.0140
388
3
57.43
2024-08-16
6.
import string from random import * characters = string.ascii...
60.29
1.1814
-0.1011
190
3
58.78
2024-09-11
7.
/* Read a set of characters from the socket */ StringBuffer ...
59.02
1.0042
0.0523
542
2
51.43
2024-09-16
8.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
58.77
1.0518
0.0020
152
4
57.94
2024-09-09
9.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
58.43
1.0060
0.0247
467
1
58.43
2024-08-31
10.
import urllib2 import json screen_name = "wordpress" url = "...
57.93
1.0621
-0.0238
246
3
56.54
2024-09-11
11.
function calculateArea(width, height) { try { var area = ...
57.03
1.0366
-0.0166
301
3
55.53
2024-08-18
12.
/** Loop waiting for a connection and a valid command */ whi...
56.62
1.0448
-0.0277
445
2
52.93
2024-08-18
13.
(publish :path "/hello-count" :content-type "text/html" :fun...
56.46
0.9487
0.0661
356
4
52.09
2024-09-16
14.
import std; int main() { std::println("Hello World!"); }
54.68
0.9810
-0.0098
56
3
50.69
2024-09-09
15.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
51.89
0.9386
-0.0114
256
4
50.07
2024-09-09
16.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
51.80
0.8513
0.0685
179
2
50.90
2024-09-09
17.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
50.49
0.9215
-0.0197
78
2
49.04
2024-08-16
18.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
49.75
0.9180
-0.0280
264
4
45.36
2024-08-31
19.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
47.67
0.9849
-0.1300
183
1
47.67
2024-07-15
20.
import re import sys import urllib2 import BeautifulSoup usa...
47.32
0.9803
-0.1347
344
2
44.71
2024-08-16
21.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
43.35
0.9234
-0.1444
236
1
43.35
2024-08-15