TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for Kayega (briankayega)
Return to profile of Kayega (briankayega)
View texts not yet raced by Kayega (briankayega)
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...
77.19
1.1984
0.0706
85
25
58.35
2024-08-15
2.
import string from random import * characters = string.ascii...
70.68
1.1814
-0.0195
190
22
59.80
2024-08-15
3.
import random min = 1 max = 6 roll_again = "yes" while roll_...
68.23
1.1383
-0.0166
272
26
53.88
2024-10-02
4.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
67.70
1.0518
0.0611
152
33
54.73
2024-08-15
5.
import urllib2 import json screen_name = "wordpress" url = "...
67.34
1.0621
0.0449
246
30
54.23
2024-08-05
6.
public class HelloWorld { public static void main(String[] ...
67.26
1.0599
0.0458
143
32
50.26
2024-08-24
7.
import random n = random.randint(1, 99) guess = int(raw_inpu...
67.22
1.1067
-0.0016
388
21
56.19
2024-10-02
8.
import os import sys def run(program, *args): pid = os.fork(...
66.04
1.0473
0.0384
154
29
52.64
2024-08-24
9.
function calculateArea(width, height) { try { var area = ...
62.31
1.0366
-0.0123
301
21
54.13
2024-12-20
10.
/** Loop waiting for a connection and a valid command */ whi...
61.58
1.0448
-0.0325
445
29
51.26
2024-08-24
11.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
60.70
0.9215
0.0764
78
26
45.66
2024-10-02
12.
import urllib2 import urllib import json url = "http://ajax....
59.61
0.9776
0.0024
438
31
47.78
2024-10-02
13.
import re import sys import urllib2 import BeautifulSoup usa...
57.39
0.9803
-0.0368
344
23
47.62
2024-05-24
14.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
56.52
0.9180
0.0112
264
31
43.99
2024-04-28
15.
/* Read a set of characters from the socket */ StringBuffer ...
56.34
1.0042
-0.0780
542
17
46.38
2024-06-21
16.
(publish :path "/hello-count" :content-type "text/html" :fun...
55.25
0.9487
-0.0404
356
22
46.07
2024-08-24
17.
cmake_minimum_required(VERSION 3.10) project(Tutorial VERSIO...
55.15
1.0060
-0.0994
467
3
54.45
2024-08-13
18.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
54.85
0.9386
-0.0369
256
21
46.90
2024-06-16
19.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
53.85
0.9849
-0.0996
183
18
46.80
2024-08-15
20.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
53.69
0.9234
-0.0408
236
26
43.15
2024-08-13
21.
import std; int main() { std::println("Hello World!"); }
51.49
0.9810
-0.1345
56
10
43.83
2024-04-27
22.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
47.86
0.8513
-0.0645
179
16
40.66
2024-10-02