TypeRacer Data
Coder Edition Universe
Leaders
Texts
Months
Universes
Import
About
Back to Main Universe
View profile:
Text analysis for yassin (yassin_tafouzert)
Return to profile of yassin (yassin_tafouzert)
View texts not yet raced by yassin (yassin_tafouzert)
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...
35.90
1.1814
0.0487
190
5
34.55
2025-03-08
2.
import random min = 1 max = 6 roll_again = "yes" while roll_...
34.24
1.1383
0.0349
272
2
33.16
2025-03-08
3.
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop ...
33.85
0.9234
0.2364
236
3
31.23
2025-03-08
4.
class URLLister(SGMLParser): def reset(self): SGMLParser.res...
32.63
0.9849
0.1331
183
3
29.37
2025-01-31
5.
(publish :path "/hello-count" :content-type "text/html" :fun...
32.10
0.9487
0.1512
356
4
30.71
2025-02-12
6.
print "Using URL", url req = urllib2.Request(url) fd = urlli...
31.90
1.0518
0.0412
152
1
31.90
2025-01-28
7.
/** Loop waiting for a connection and a valid command */ whi...
31.78
1.0448
0.0441
445
6
28.90
2025-03-08
8.
import re import sys import urllib2 import BeautifulSoup usa...
31.59
0.9803
0.1021
344
4
28.90
2025-03-08
9.
import urllib2 import urllib import json url = "http://ajax....
31.42
0.9776
0.0990
438
4
26.96
2025-01-31
10.
import urllib2 import json screen_name = "wordpress" url = "...
30.40
1.0621
-0.0205
246
1
30.40
2025-03-08
11.
function calculateArea(width, height) { try { var area = ...
29.86
1.0366
-0.0135
301
3
28.65
2025-03-08
12.
import os import sys def run(program, *args): pid = os.fork(...
29.49
1.0473
-0.0369
154
1
29.49
2025-01-30
13.
/* Read a set of characters from the socket */ StringBuffer ...
28.45
1.0042
-0.0294
542
2
27.68
2025-03-08
14.
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(...
25.51
0.9215
-0.0474
78
2
24.14
2025-03-08
15.
int res; unsigned long flags; u32 data = 0; if (PCI_##size##...
25.17
0.9180
-0.0556
264
2
24.10
2025-01-31
16.
input("\n\nPress the enter key to exit.") # waits for the us...
25.15
1.1984
-0.3367
85
2
21.38
2025-03-08
17.
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);...
24.45
0.9386
-0.1008
256
1
24.45
2025-01-31
18.
public class HelloWorld { public static void main(String[] ...
23.75
1.0599
-0.2461
143
1
23.75
2025-03-08
19.
auto monad = [](auto v) { return [=] { return v; }; }; auto ...
23.31
0.8513
-0.0526
179
2
22.48
2025-03-08