TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for oleg (oleg_ros)
Return to profile of oleg (oleg_ros)
View texts not yet raced by oleg (oleg_ros)
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...
48.95
1.1984
0.1035
85
12
39.26
2025-07-10
2.
import string from random import * characters = string.ascii...
46.48
1.1814
0.0548
190
10
40.63
2025-09-09
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
44.43
1.1383
0.0434
272
15
39.17
2025-07-10
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
42.70
1.1067
0.0290
388
14
35.97
2025-07-11
5.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
41.57
1.0518
0.0538
152
10
33.61
2025-03-25
6.
function calculateArea(width, height) { try { var area = ...
40.75
1.0366
0.0472
301
16
35.48
2025-09-09
7.
import urllib2 import json screen_name = "wordpress" url = "...
40.28
1.0621
0.0092
246
8
35.25
2025-06-17
8.
public class HelloWorld { public static void main(String[] ...
39.83
1.0599
-0.0006
143
13
33.88
2025-07-10
9.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
39.43
0.9849
0.0638
183
11
32.21
2025-09-09
10.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
38.47
0.9180
0.1052
264
11
30.75
2025-03-25
11.
import std; int main() { std::println("Hello World!"); }
37.51
0.9810
0.0166
56
6
31.19
2025-03-26
12.
/* Read a set of characters from the socket */ StringBuffer ...
36.92
1.0042
-0.0223
542
10
32.50
2025-03-20
13.
import urllib2 import urllib import json url = "http://ajax....
36.90
0.9776
0.0038
438
6
33.07
2024-12-04
14.
/** Loop waiting for a connection and a valid command */ whi...
36.43
1.0448
-0.0759
445
6
33.29
2025-09-09
15.
import os import sys def run(program, *args): pid = os.fork(...
35.71
1.0473
-0.0975
154
6
31.90
2024-12-04
16.
import re import sys import urllib2 import BeautifulSoup usa...
35.41
0.9803
-0.0385
344
11
31.05
2025-09-09
17.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
34.85
0.9386
-0.0117
256
10
29.66
2025-09-09
18.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
34.59
0.9234
-0.0034
236
6
28.37
2025-09-09
19.
(publish :path "/hello-count" :content-type "text/html" :fun...
33.20
0.9487
-0.0657
356
5
31.24
2025-02-18
20.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
31.77
0.8513
-0.0063
179
3
27.12
2025-09-09
21.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
31.22
0.9215
-0.0912
78
9
25.97
2025-09-09
22.
NamedDecl *Sema::getCurFunctionOrMethodDecl() const { DeclCo...
26.79
0.7879
-0.0754
202
2
25.81
2023-12-08