TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for SnekChrmr (snekchrmr)
Return to profile of SnekChrmr (snekchrmr)
View texts not yet raced by SnekChrmr (snekchrmr)
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...
43.04
1.1984
0.0928
85
7
32.67
2024-08-08
2.
import string from random import * characters = string.ascii...
40.54
1.1814
0.0348
190
8
33.73
2024-06-26
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
39.16
1.1383
0.0365
272
10
35.19
2024-09-10
4.
/** Loop waiting for a connection and a valid command */ whi...
38.19
1.0448
0.1009
445
11
33.01
2025-01-26
5.
import random n = random.randint(1, 99) guess = int(raw_inpu...
38.07
1.1067
0.0354
388
8
33.88
2024-08-08
6.
import urllib2 import json screen_name = "wordpress" url = "...
37.69
1.0621
0.0686
246
2
31.21
2024-05-13
7.
function calculateArea(width, height) { try { var area = ...
36.59
1.0366
0.0611
301
7
31.43
2025-01-23
8.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
36.36
1.0518
0.0390
152
3
31.86
2025-02-03
9.
public class HelloWorld { public static void main(String[] ...
36.21
1.0599
0.0264
143
8
30.54
2024-09-10
10.
import os import sys def run(program, *args): pid = os.fork(...
35.48
1.0473
0.0171
154
7
30.89
2024-09-10
11.
/* Read a set of characters from the socket */ StringBuffer ...
33.15
1.0042
-0.0097
542
7
28.64
2025-01-23
12.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
32.84
0.9849
0.0003
183
5
28.23
2024-06-26
13.
import std; int main() { std::println("Hello World!"); }
32.49
0.9810
-0.0063
56
5
26.17
2024-08-08
14.
(publish :path "/hello-count" :content-type "text/html" :fun...
32.04
0.9487
0.0125
356
12
27.47
2025-02-03
15.
import re import sys import urllib2 import BeautifulSoup usa...
31.09
0.9803
-0.0476
344
7
26.53
2025-02-03
16.
import urllib2 import urllib import json url = "http://ajax....
29.97
0.9776
-0.0785
438
5
26.42
2024-07-29
17.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
29.96
0.9234
-0.0246
236
7
25.29
2025-01-24
18.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
28.80
0.9386
-0.0746
256
6
23.56
2025-01-26
19.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
27.16
0.8513
-0.0365
179
7
23.73
2024-06-02
20.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
26.56
0.9180
-0.1212
264
6
23.52
2025-01-26
21.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
25.71
0.9215
-0.1502
78
7
21.24
2024-05-13