TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Saurabh (ssb456)
Return to profile of Saurabh (ssb456)
View texts not yet raced by Saurabh (ssb456)
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...
41.27
1.1984
0.0641
85
7
37.36
2025-06-13
2.
import string from random import * characters = string.ascii...
39.13
1.1814
0.0156
190
7
32.50
2025-06-13
3.
import urllib2 import json screen_name = "wordpress" url = "...
38.42
1.0621
0.1132
246
6
32.93
2025-03-15
4.
import random min = 1 max = 6 roll_again = "yes" while roll_...
36.86
1.1383
-0.0107
272
5
34.31
2025-03-15
5.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
35.94
1.0518
0.0476
152
7
32.35
2025-03-15
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
34.85
1.1067
-0.0406
388
6
32.73
2024-09-11
7.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
34.64
0.9215
0.1382
78
8
25.79
2025-03-15
8.
function calculateArea(width, height) { try { var area = ...
34.34
1.0366
0.0139
301
6
29.18
2025-06-13
9.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
33.86
0.9849
0.0509
183
9
29.28
2025-03-15
10.
import os import sys def run(program, *args): pid = os.fork(...
33.72
1.0473
-0.0158
154
5
29.43
2025-06-13
11.
/* Read a set of characters from the socket */ StringBuffer ...
33.49
1.0042
0.0203
542
9
29.99
2025-06-13
12.
/** Loop waiting for a connection and a valid command */ whi...
33.29
1.0448
-0.0264
445
5
32.11
2025-03-15
13.
import urllib2 import urllib import json url = "http://ajax....
31.63
0.9776
-0.0100
438
3
29.58
2025-06-13
14.
public class HelloWorld { public static void main(String[] ...
31.35
1.0599
-0.1009
143
4
29.19
2023-12-27
15.
(publish :path "/hello-count" :content-type "text/html" :fun...
30.73
0.9487
-0.0087
356
4
27.42
2023-10-11
16.
import re import sys import urllib2 import BeautifulSoup usa...
29.38
0.9803
-0.0816
344
4
27.23
2025-06-13
17.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
28.70
0.9386
-0.0607
256
5
26.80
2025-03-15
18.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
28.06
0.9180
-0.0596
264
6
24.56
2025-06-13
19.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
27.17
0.9234
-0.0923
236
3
26.25
2025-11-06
20.
import std; int main() { std::println("Hello World!"); }
26.08
0.9810
-0.1832
56
1
26.08
2025-06-13
21.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
23.58
0.8513
-0.1300
179
1
23.58
2024-09-12