TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for NSM101 (nsm101)
Return to profile of NSM101 (nsm101)
View texts not yet raced by NSM101 (nsm101)
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...
28.43
1.1984
0.1298
85
2
25.88
2025-05-29
2.
function calculateArea(width, height) { try { var area = ...
23.35
1.0366
0.0542
301
2
22.38
2025-05-30
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
22.61
1.1383
-0.0820
272
2
22.39
2025-05-27
4.
import os import sys def run(program, *args): pid = os.fork(...
22.35
1.0473
-0.0032
154
2
21.31
2025-06-04
5.
/** Loop waiting for a connection and a valid command */ whi...
21.62
1.0448
-0.0348
445
1
21.62
2025-05-29
6.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
20.98
1.0518
-0.0717
152
1
20.98
2025-05-27
7.
import urllib2 import json screen_name = "wordpress" url = "...
20.79
1.0621
-0.0909
246
1
20.79
2025-06-07
8.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
20.67
0.9386
0.0270
256
1
20.67
2025-06-03
9.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
20.20
0.9234
0.0203
236
1
20.20
2025-06-07
10.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
19.94
0.9849
-0.0534
183
2
19.04
2025-06-06
11.
import re import sys import urllib2 import BeautifulSoup usa...
19.47
0.9803
-0.0707
344
1
19.47
2025-05-27
12.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
18.19
0.8513
-0.0015
179
1
18.19
2025-06-03