TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Vashista (vashista)
Return to profile of Vashista (vashista)
View texts not yet raced by Vashista (vashista)
Sorted by best race
Rank
Text
Best WPM
Overall Difficulty
Relative Speed
Text Length
Races
Average WPM
Last race
1.
import urllib2 import json screen_name = "wordpress" url = "...
68.02
1.0621
0.2373
246
4
61.71
2024-09-18
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
67.48
1.1383
0.1469
272
4
59.89
2024-09-19
3.
import os import sys def run(program, *args): pid = os.fork(...
64.77
1.0473
0.1897
154
7
57.14
2024-09-20
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
64.39
1.1067
0.1211
388
4
59.81
2024-09-18
5.
/** Loop waiting for a connection and a valid command */ whi...
62.82
1.0448
0.1577
445
3
57.91
2024-09-18
6.
input("\n\nPress the enter key to exit.") # waits for the us...
62.21
1.1984
-0.0167
85
3
56.84
2024-09-19
7.
public class HelloWorld { public static void main(String[] ...
59.36
1.0599
0.0717
143
8
56.16
2024-09-19
8.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
57.34
0.9849
0.1108
183
5
54.85
2024-09-18
9.
import string from random import * characters = string.ascii...
57.30
1.1814
-0.0864
190
2
51.72
2024-09-11
10.
function calculateArea(width, height) { try { var area = ...
55.61
1.0366
0.0242
301
2
55.46
2024-09-19
11.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
55.41
1.0518
0.0079
152
5
51.87
2024-09-18
12.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
55.13
0.8513
0.1935
179
6
42.47
2024-09-18
13.
import std; int main() { std::println("Hello World!"); }
52.86
0.9810
0.0205
56
5
47.25
2024-09-16
14.
import re import sys import urllib2 import BeautifulSoup usa...
51.51
0.9803
0.0014
344
2
50.51
2024-09-18
15.
import urllib2 import urllib import json url = "http://ajax....
51.45
0.9776
0.0049
438
3
49.65
2024-09-18
16.
/* Read a set of characters from the socket */ StringBuffer ...
50.65
1.0042
-0.0370
542
4
49.06
2024-09-19
17.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
49.67
1.0060
-0.0727
467
1
49.67
2024-09-19
18.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
49.37
0.9215
0.0190
78
1
49.37
2024-09-18
19.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
48.76
0.9386
-0.0093
256
3
46.70
2024-09-19
20.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
44.87
0.9234
-0.0639
236
2
37.82
2024-09-16
21.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
42.29
0.9180
-0.1109
264
3
41.09
2024-09-16