Text analysis for Per (dubgeiser)

Return to profile of Per (dubgeiser)

View texts not yet raced by Per (dubgeiser)

Sorted by best race

Rank Text Best WPM Overall Difficulty Relative Speed Text Length Races Average WPM Last race
1. import os import sys def run(program, *args): pid = os.fork(... 62.16 1.0407 0.1582 154 8 52.57 2024-04-09
2. public class HelloWorld { public static void main(String[] ... 60.83 1.0522 0.1210 143 3 58.07 2024-02-05
3. input("\n\nPress the enter key to exit.") # waits for the us... 60.78 1.2095 -0.0372 85 1 60.78 2024-03-04
4. import random n = random.randint(1, 99) guess = int(raw_inpu... 59.44 1.1061 0.0403 388 5 56.91 2024-03-08
5. import random min = 1 max = 6 roll_again = "yes" while roll_... 58.96 1.1366 0.0006 272 6 52.53 2024-03-08
6. import urllib2 import json screen_name = "wordpress" url = "... 57.43 1.0541 0.0535 246 2 54.99 2024-03-08
7. function calculateArea(width, height) { try { var area = ... 55.00 1.0250 0.0358 301 4 49.68 2024-04-16
8. import string from random import * characters = string.ascii... 54.94 1.1801 -0.1205 190 1 54.94 2024-01-31
9. import std; int main() { std::println("Hello World!"); } 54.38 0.9624 0.0864 56 4 52.82 2024-03-20
10. class URLLister(SGMLParser): def reset(self): SGMLParser.res... 54.04 0.9769 0.0654 183 2 50.01 2024-03-08
11. /** Loop waiting for a connection and a valid command */ whi... 54.00 1.0304 0.0111 445 6 51.70 2024-04-19
12. import re import sys import urllib2 import BeautifulSoup usa... 52.29 0.9697 0.0388 344 3 49.58 2024-01-31
13. import urllib2 import urllib import json url = "http://ajax.... 50.38 0.9647 0.0070 438 3 47.22 2024-02-07
14. /* Read a set of characters from the socket */ StringBuffer ... 49.95 0.9937 -0.0303 542 2 47.33 2024-01-31
15. print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(... 48.68 0.9134 0.0255 78 2 48.15 2024-03-08
16. (defop hello2 req (w/link (pr "there") (pr "here"))) (defop ... 48.02 0.9110 0.0152 236 7 43.41 2024-01-31
17. this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);... 46.96 0.9341 -0.0284 256 4 43.97 2024-03-20
18. print "Using URL", url req = urllib2.Request(url) fd = urlli... 45.96 1.0408 -0.1544 152 1 45.96 2024-01-17
19. (publish :path "/hello-count" :content-type "text/html" :fun... 45.07 0.9318 -0.0625 356 2 44.47 2024-02-05
20. int res; unsigned long flags; u32 data = 0; if (PCI_##size##... 43.98 0.9139 -0.0657 264 4 40.68 2024-03-13
21. auto monad = [](auto v) { return [=] { return v; }; }; auto ... 37.46 0.8589 -0.1364 179 2 36.59 2024-01-27