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...
82.63
1.1814
0.0753
190
14
68.54
2025-06-28
2.
public class HelloWorld { public static void main(String[] ...
78.48
1.0599
0.1337
143
14
66.54
2025-06-21
3.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
74.05
1.0518
0.0745
152
10
63.64
2025-01-19
4.
import re import sys import urllib2 import BeautifulSoup usa...
72.35
0.9803
0.1201
344
12
62.90
2025-06-21
5.
function calculateArea(width, height) { try { var area = ...
72.09
1.0366
0.0598
301
8
62.84
2025-01-26
6.
import random n = random.randint(1, 99) guess = int(raw_inpu...
72.05
1.1067
-0.0109
388
6
61.83
2025-02-06
7.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
71.56
1.0060
0.0824
467
7
63.49
2025-01-30
8.
import os import sys def run(program, *args): pid = os.fork(...
71.55
1.0473
0.0409
154
10
60.56
2025-01-11
9.
import urllib2 import json screen_name = "wordpress" url = "...
70.34
1.0621
0.0077
246
7
64.55
2025-02-01
10.
/** Loop waiting for a connection and a valid command */ whi...
67.90
1.0448
-0.0121
445
11
59.73
2025-01-30
11.
import urllib2 import urllib import json url = "http://ajax....
66.07
0.9776
0.0273
438
10
55.53
2025-06-28
12.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
65.26
0.9386
0.0540
256
14
53.38
2025-07-14
13.
import random min = 1 max = 6 roll_again = "yes" while roll_...
65.23
1.1383
-0.1462
272
6
61.70
2025-01-12
14.
input("\n\nPress the enter key to exit.") # waits for the us...
64.11
1.1984
-0.2233
85
2
57.70
2024-12-25
15.
/* Read a set of characters from the socket */ StringBuffer ...
63.06
1.0042
-0.0451
542
9
58.79
2025-06-28
16.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
62.73
0.9180
0.0361
264
8
54.81
2025-01-26
17.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
62.09
0.9215
0.0228
78
8
56.87
2025-01-13
18.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
59.97
0.9234
-0.0113
236
7
53.32
2025-01-30
19.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
59.03
0.8513
0.0465
179
7
50.21
2025-01-27
20.
(publish :path "/hello-count" :content-type "text/html" :fun...
57.31
0.9487
-0.0771
356
5
49.70
2025-06-21
21.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
55.88
0.9849
-0.1350
183
3
54.23
2024-12-29
22.
import std; int main() { std::println("Hello World!"); }
51.82
0.9810
-0.1929
56
2
39.27
2025-01-14