Text analysis for Walter Camacho (waltercs07)

Return to profile of Walter Camacho (waltercs07)

View texts not yet raced by Walter Camacho (waltercs07)

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... 56.78 1.1984 0.1039 85 22 45.57 2025-11-01
2. import string from random import * characters = string.ascii... 49.27 1.1814 -0.0514 190 16 43.39 2025-10-29
3. print "Using URL", url req = urllib2.Request(url) fd = urlli... 48.49 1.0518 0.0603 152 15 40.41 2025-10-06
4. import random min = 1 max = 6 roll_again = "yes" while roll_... 48.08 1.1383 -0.0356 272 15 40.69 2025-07-23
5. import random n = random.randint(1, 99) guess = int(raw_inpu... 46.45 1.1067 -0.0413 388 14 41.05 2025-11-05
6. class URLLister(SGMLParser): def reset(self): SGMLParser.res... 45.51 0.9849 0.0589 183 12 36.56 2025-10-15
7. function calculateArea(width, height) { try { var area = ... 45.48 1.0366 0.0065 301 16 40.02 2025-11-12
8. print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(... 44.56 0.9215 0.1005 78 17 34.95 2025-10-31
9. public class HelloWorld { public static void main(String[] ... 44.17 1.0599 -0.0468 143 20 39.69 2025-11-10
10. /** Loop waiting for a connection and a valid command */ whi... 43.98 1.0448 -0.0361 445 9 40.39 2025-11-19
11. import std; int main() { std::println("Hello World!"); } 43.71 0.9810 0.0215 56 10 38.40 2025-10-30
12. import re import sys import urllib2 import BeautifulSoup usa... 42.23 0.9803 -0.0117 344 15 35.98 2025-09-21
13. this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);... 41.41 0.9386 0.0112 256 16 33.77 2025-11-08
14. import os import sys def run(program, *args): pid = os.fork(... 41.23 1.0473 -0.1017 154 12 37.21 2025-10-21
15. (defop hello2 req (w/link (pr "there") (pr "here"))) (defop ... 41.10 0.9234 0.0193 236 11 34.08 2025-11-14
16. (publish :path "/hello-count" :content-type "text/html" :fun... 40.77 0.9487 -0.0136 356 13 35.83 2025-11-13
17. import urllib2 import json screen_name = "wordpress" url = "... 40.32 1.0621 -0.1373 246 12 37.49 2025-10-20
18. import urllib2 import urllib import json url = "http://ajax.... 39.67 0.9776 -0.0677 438 18 35.96 2025-09-26
19. /* Read a set of characters from the socket */ StringBuffer ... 39.34 1.0042 -0.1019 542 13 36.55 2025-11-09
20. int res; unsigned long flags; u32 data = 0; if (PCI_##size##... 37.60 0.9180 -0.0556 264 16 31.25 2025-08-31
21. auto monad = [](auto v) { return [=] { return v; }; }; auto ... 35.46 0.8513 -0.0380 179 24 28.13 2025-11-07