TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Sergito (yoonseok)
Return to profile of Sergito (yoonseok)
View texts not yet raced by Sergito (yoonseok)
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...
75.14
1.1814
-0.0283
190
13
67.46
2025-01-25
2.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
74.05
1.0518
0.0845
152
10
63.64
2025-01-19
3.
public class HelloWorld { public static void main(String[] ...
72.46
1.0599
0.0520
143
13
65.62
2025-02-06
4.
import re import sys import urllib2 import BeautifulSoup usa...
72.35
0.9803
0.1300
344
11
62.58
2025-01-26
5.
function calculateArea(width, height) { try { var area = ...
72.09
1.0366
0.0697
301
8
62.84
2025-01-26
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
72.05
1.1067
-0.0011
388
6
61.83
2025-02-06
7.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
71.56
1.0060
0.0921
467
7
63.49
2025-01-30
8.
import os import sys def run(program, *args): pid = os.fork(...
71.55
1.0473
0.0507
154
10
60.56
2025-01-11
9.
import urllib2 import json screen_name = "wordpress" url = "...
70.34
1.0621
0.0173
246
7
64.55
2025-02-01
10.
/** Loop waiting for a connection and a valid command */ whi...
67.90
1.0448
-0.0028
445
11
59.73
2025-01-30
11.
import urllib2 import urllib import json url = "http://ajax....
66.07
0.9776
0.0363
438
9
54.74
2025-03-23
12.
import random min = 1 max = 6 roll_again = "yes" while roll_...
65.23
1.1383
-0.1373
272
6
61.70
2025-01-12
13.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
64.26
0.9386
0.0475
256
12
51.97
2025-02-06
14.
input("\n\nPress the enter key to exit.") # waits for the us...
64.11
1.1984
-0.2146
85
2
57.70
2024-12-25
15.
/* Read a set of characters from the socket */ StringBuffer ...
63.06
1.0042
-0.0365
542
8
58.30
2025-01-26
16.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
62.73
0.9180
0.0446
264
8
54.81
2025-01-26
17.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
62.09
0.9215
0.0313
78
8
56.87
2025-01-13
18.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
59.97
0.9234
-0.0031
236
7
53.32
2025-01-30
19.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
59.03
0.8513
0.0545
179
7
50.21
2025-01-27
20.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
55.88
0.9849
-0.1274
183
3
54.23
2024-12-29
21.
(publish :path "/hello-count" :content-type "text/html" :fun...
52.74
0.9487
-0.1394
356
4
47.80
2025-01-26
22.
import std; int main() { std::println("Hello World!"); }
51.82
0.9810
-0.1858
56
2
39.27
2025-01-14