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.1141
85
11
39.26
2025-01-31
2.
import string from random import * characters = string.ascii...
46.48
1.1814
0.0648
190
7
40.45
2025-03-25
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
44.43
1.1383
0.0530
272
14
39.28
2025-06-17
4.
import random n = random.randint(1, 99) guess = int(raw_inpu...
42.70
1.1067
0.0382
388
13
35.68
2025-06-10
5.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
41.57
1.0518
0.0628
152
10
33.61
2025-03-25
6.
import urllib2 import json screen_name = "wordpress" url = "...
40.28
1.0621
0.0179
246
8
35.25
2025-06-17
7.
public class HelloWorld { public static void main(String[] ...
39.16
1.0599
-0.0099
143
11
32.88
2025-03-26
8.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
38.47
0.9180
0.1135
264
11
30.75
2025-03-25
9.
function calculateArea(width, height) { try { var area = ...
38.20
1.0366
-0.0124
301
13
34.81
2025-03-26
10.
import std; int main() { std::println("Hello World!"); }
37.51
0.9810
0.0247
56
6
31.19
2025-03-26
11.
/* Read a set of characters from the socket */ StringBuffer ...
36.92
1.0042
-0.0143
542
10
32.50
2025-03-20
12.
import urllib2 import urllib import json url = "http://ajax....
36.90
0.9776
0.0118
438
6
33.07
2024-12-04
13.
/** Loop waiting for a connection and a valid command */ whi...
36.43
1.0448
-0.0680
445
5
32.86
2024-11-20
14.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
35.98
0.9849
-0.0202
183
9
30.72
2025-04-16
15.
import os import sys def run(program, *args): pid = os.fork(...
35.71
1.0473
-0.0898
154
6
31.90
2024-12-04
16.
import re import sys import urllib2 import BeautifulSoup usa...
35.24
0.9803
-0.0354
344
9
30.97
2025-03-20
17.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
34.85
0.9386
-0.0042
256
9
29.60
2024-10-23
18.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
34.59
0.9234
0.0040
236
5
28.15
2025-04-16
19.
(publish :path "/hello-count" :content-type "text/html" :fun...
33.20
0.9487
-0.0585
356
5
31.24
2025-02-18
20.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
31.22
0.9215
-0.0844
78
8
25.57
2025-01-31
21.
NamedDecl *Sema::getCurFunctionOrMethodDecl() const { DeclCo...
26.79
0.7879
-0.0696
202
2
25.81
2023-12-08
22.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
24.93
0.8513
-0.1829
179
2
24.79
2024-12-04