/* Read a set of characters from the socket */ StringBuffer command = new StringBuffer(); int expected = 1024; /* Cut off to avoid DoS attack */ while (expected < shutdown.length()) { if (random == null) random = new Random(System.currentTimeMillis()); expected += (random.nextInt() % 1024); } while (expected > 0) { int ch = -1; try { ch = stream.read(); } catch (IOException e) { log.warn("StandardServer.await: read: ", e); ch = -1; } if (ch < 32) /* Control character or EOF terminates loop break; command.append((char) ch); expected--; }
—from Tomcat Server, a software by Apache Project
Active since December 19, 2009.
542 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
872. | voxdoxx (iaeax) | 43.97 | 93% | 2024-09-24 |
873. | Legerier (axzar) | 43.97 | 92% | 2024-12-16 |
874. | wan (wansap) | 43.94 | 96% | 2024-08-08 |
875. | Inrieal. (inrieal) | 43.94 | 95% | 2024-12-08 |
876. | Noor (noor_awsome) | 43.82 | 96% | 2023-05-31 |
877. | ehahaha (ehahaha) | 43.78 | 96% | 2024-02-01 |
878. | Codexplorer (codexplorer) | 43.74 | 93% | 2025-01-30 |
879. | Sebstian (sedasti) | 43.73 | 93% | 2023-05-22 |
880. | Xen0o2 (xen0o2) | 43.71 | 94% | 2023-07-05 |
881. | mukr (heager) | 43.69 | 97% | 2023-02-09 |
882. | Weekey (layvth) | 43.67 | 93.3% | 2024-09-12 |
883. | Ayush (llama_lord) | 43.66 | 88% | 2012-08-19 |
884. | Bishoy Hany (bishoy_hany) | 43.64 | 95% | 2025-04-29 |
885. | Sporak (cheeseballoon) | 43.61 | 95% | 2025-06-02 |
886. | ROHIT (rohitpawar) | 43.60 | 97% | 2024-10-24 |
887. | Jeferson Beliber (jbyungz) | 43.59 | 93% | 2024-10-09 |
888. | Ted Horyczun (tedhoryczun) | 43.48 | 95.2% | 2024-08-27 |
889. | 0xtgk (0xtgk) | 43.47 | 97% | 2023-09-08 |
890. | Philip (pnielsen2) | 43.45 | 94% | 2023-10-25 |
891. | Majestic (majesticfry) | 43.44 | 91% | 2023-05-23 |
892. | Mohamed (no0fal) | 43.44 | 96% | 2023-07-06 |
893. | Ruan (ruanp) | 43.42 | 95% | 2022-09-07 |
894. | Abdul (abdulwd) | 43.40 | 95% | 2020-02-25 |
895. | Yaya (jostu) | 43.40 | 94% | 2022-11-05 |
896. | Eduardo (eder_vs) | 43.40 | 94% | 2023-09-01 |
897. | Vilson (vilsonkh) | 43.39 | 97% | 2024-04-16 |
898. | GordonShumway (gordon_shumway) | 43.36 | 97.6% | 2024-02-02 |
899. | Fraa (fraa_engram) | 43.34 | 96% | 2023-07-24 |
900. | isthislewz (isthislewz) | 43.32 | 96% | 2023-07-13 |
901. | Ehs (racer_ehs) | 43.30 | 94% | 2024-08-06 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |