TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Vishnu (crazy_typeracer)
Return to profile of Vishnu (crazy_typeracer)
View texts not yet raced by Vishnu (crazy_typeracer)
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...
56.62
1.1814
0.2593
190
2
55.49
2023-01-09
2.
import random n = random.randint(1, 99) guess = int(raw_inpu...
50.40
1.1067
0.1805
388
2
49.63
2023-01-09
3.
input("\n\nPress the enter key to exit.") # waits for the us...
50.22
1.1984
0.0719
85
4
47.91
2023-01-09
4.
public class HelloWorld { public static void main(String[] ...
46.03
1.0599
0.1235
143
3
40.66
2023-01-09
5.
/** Loop waiting for a connection and a valid command */ whi...
44.98
1.0448
0.1215
445
2
43.47
2023-01-09
6.
import urllib2 import json screen_name = "wordpress" url = "...
44.08
1.0621
0.0698
246
3
39.88
2021-09-08
7.
import os import sys def run(program, *args): pid = os.fork(...
43.45
1.0473
0.0729
154
2
41.65
2023-01-09
8.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
43.17
1.0518
0.0666
152
2
36.43
2021-08-27
9.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
42.90
0.9386
0.1659
256
3
35.18
2021-12-14
10.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
42.00
0.9234
0.1707
236
2
36.63
2023-01-09
11.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
40.28
0.9180
0.1189
264
4
36.25
2023-01-09
12.
function calculateArea(width, height) { try { var area = ...
40.07
1.0366
0.0016
301
1
40.07
2021-09-08
13.
(publish :path "/hello-count" :content-type "text/html" :fun...
38.02
0.9487
0.0486
356
5
34.92
2021-09-07
14.
import re import sys import urllib2 import BeautifulSoup usa...
37.51
0.9803
-0.0080
344
3
32.11
2023-01-09
15.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
36.75
0.9849
-0.0326
183
3
36.36
2021-12-14
16.
import urllib2 import urllib import json url = "http://ajax....
36.41
0.9776
-0.0316
438
1
36.41
2021-09-08
17.
/* Read a set of characters from the socket */ StringBuffer ...
33.64
1.0042
-0.1291
542
2
32.44
2021-08-27
18.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
23.99
0.9215
-0.2962
78
1
23.99
2021-08-27