TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Vinne (vinneruch)
Return to profile of Vinne (vinneruch)
View texts not yet raced by Vinne (vinneruch)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import string from random import * characters = string.ascii...
42.55
1.1814
0.6478
190
5
26.20
2024-07-28
2.
input("\n\nPress the enter key to exit.") # waits for the us...
39.44
1.1984
0.4906
85
10
19.83
2024-08-03
3.
import random n = random.randint(1, 99) guess = int(raw_inpu...
36.26
1.1067
0.4504
388
6
28.75
2024-07-28
4.
/* Read a set of characters from the socket */ StringBuffer ...
36.06
1.0042
0.5454
542
7
27.75
2024-08-02
5.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
35.76
0.9215
0.6130
78
6
27.65
2024-07-30
6.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
35.37
1.0518
0.4700
152
4
21.40
2024-07-28
7.
import urllib2 import urllib import json url = "http://ajax....
35.24
0.9776
0.5370
438
4
28.80
2024-07-13
8.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
35.16
0.9849
0.5272
183
7
27.09
2024-07-12
9.
import std; int main() { std::println("Hello World!"); }
33.65
0.9810
0.4574
56
8
22.25
2024-07-28
10.
import random min = 1 max = 6 roll_again = "yes" while roll_...
33.59
1.1383
0.3028
272
6
23.27
2024-07-06
11.
import re import sys import urllib2 import BeautifulSoup usa...
33.33
0.9803
0.4503
344
6
24.90
2024-07-30
12.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
33.11
0.8513
0.5641
179
11
22.22
2024-07-12
13.
import os import sys def run(program, *args): pid = os.fork(...
32.10
1.0473
0.3332
154
10
25.76
2024-07-28
14.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
31.08
0.9386
0.3955
256
5
23.85
2024-08-07
15.
/** Loop waiting for a connection and a valid command */ whi...
30.86
1.0448
0.2852
445
4
20.98
2024-07-07
16.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
30.64
0.9180
0.3982
264
5
24.12
2024-07-07
17.
(publish :path "/hello-count" :content-type "text/html" :fun...
29.83
0.9487
0.3376
356
5
21.04
2024-07-06
18.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
28.80
0.9234
0.3171
236
2
20.40
2024-07-13
19.
import urllib2 import json screen_name = "wordpress" url = "...
25.90
1.0621
0.0529
246
7
17.95
2024-07-07
20.
function calculateArea(width, height) { try { var area = ...
19.38
1.0366
-0.2036
301
3
16.34
2024-07-07
21.
public class HelloWorld { public static void main(String[] ...
16.22
1.0599
-0.3630
143
5
14.15
2024-07-07