Text analysis for JG (j32587)

Return to profile of JG (j32587)

View texts not yet raced by JG (j32587)

Sorted by best race

Rank Text Best WPM Overall Difficulty Relative Speed Text Length Races Average WPM Last race
1. public class HelloWorld { public static void main(String[] ... 69.58 1.0599 0.2309 143 3 66.42 2026-03-04
2. import random min = 1 max = 6 roll_again = "yes" while roll_... 63.93 1.1383 0.0477 272 2 62.71 2024-11-19
3. import string from random import * characters = string.ascii... 62.75 1.1814 -0.0173 190 2 60.82 2024-12-15
4. import std; int main() { std::println("Hello World!"); } 62.62 0.9810 0.1807 56 3 58.57 2026-03-04
5. import random n = random.randint(1, 99) guess = int(raw_inpu... 59.07 1.1067 -0.0109 388 4 56.95 2025-01-11
6. /** Loop waiting for a connection and a valid command */ whi... 58.97 1.0448 0.0492 445 3 57.00 2025-07-25
7. class URLLister(SGMLParser): def reset(self): SGMLParser.res... 57.62 0.9849 0.0840 183 1 57.62 2024-11-19
8. import urllib2 import json screen_name = "wordpress" url = "... 57.37 1.0621 0.0022 246 1 57.37 2025-01-10
9. /* Read a set of characters from the socket */ StringBuffer ... 57.28 1.0042 0.0584 542 2 52.63 2024-11-16
10. print "Using URL", url req = urllib2.Request(url) fd = urlli... 56.85 1.0518 0.0029 152 1 56.85 2024-11-12
11. import os import sys def run(program, *args): pid = os.fork(... 56.48 1.0473 0.0005 154 1 56.48 2024-11-19
12. import re import sys import urllib2 import BeautifulSoup usa... 55.69 0.9803 0.0528 344 1 55.69 2026-03-04
13. function calculateArea(width, height) { try { var area = ... 52.72 1.0366 -0.0586 301 3 51.31 2026-02-01
14. import urllib2 import urllib import json url = "http://ajax.... 50.53 0.9776 -0.0402 438 3 45.62 2024-12-15
15. int res; unsigned long flags; u32 data = 0; if (PCI_##size##... 49.70 0.9180 0.0040 264 1 49.70 2024-11-24
16. (publish :path "/hello-count" :content-type "text/html" :fun... 49.63 0.9487 -0.0280 356 2 48.80 2026-03-04
17. auto monad = [](auto v) { return [=] { return v; }; }; auto ... 49.60 0.8513 0.0689 179 3 43.80 2026-03-04
18. this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order);... 47.72 0.9386 -0.0533 256 2 45.67 2024-11-19
19. input("\n\nPress the enter key to exit.") # waits for the us... 46.10 1.1984 -0.3432 85 1 46.10 2024-11-16
20. (defop hello2 req (w/link (pr "there") (pr "here"))) (defop ... 43.95 0.9234 -0.1081 236 2 42.30 2024-11-19
21. print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(... 42.22 0.9215 -0.1383 78 1 42.22 2025-01-10