/* 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 |
|---|---|---|---|---|
| 1025. | TermsAndConditions (beathis) | 42.05 | 96% | 2023-09-27 |
| 1026. | apizaep (apizaep) | 42.04 | 95% | 2024-08-25 |
| 1027. | ethan (asdf2552) | 42.04 | 97% | 2025-11-08 |
| 1028. | Theo (theoreticalpotato) | 42.03 | 95.5% | 2023-10-18 |
| 1029. | theLostPirate (thelostpirat3) | 42.03 | 95% | 2025-06-24 |
| 1030. | Jun Kim (giratina3) | 42.01 | 95% | 2023-09-03 |
| 1031. | shrek (beppi) | 42.01 | 95% | 2025-07-07 |
| 1032. | TeeA (teeatyperacer) | 41.99 | 95% | 2023-05-31 |
| 1033. | Nameguy (nameguy) | 41.98 | 94% | 2024-02-16 |
| 1034. | Riv The Greats (wadsadwasdw... | 41.97 | 93% | 2025-04-28 |
| 1035. | Qy (hihiqy1) | 41.92 | 96% | 2019-01-09 |
| 1036. | Joo (jo_o) | 41.87 | 96% | 2023-09-08 |
| 1037. | I'm still sticking with Qwe... | 41.84 | 94% | 2023-12-30 |
| 1038. | John Doe (typist1029384756) | 41.81 | 97% | 2023-03-30 |
| 1039. | Arif (arifali) | 41.79 | 96.3% | 2023-11-26 |
| 1040. | nullun (nullun) | 41.75 | 94% | 2023-06-08 |
| 1041. | KEN (kent_type) | 41.73 | 97% | 2025-08-05 |
| 1042. | AGUS TOTEMO KANASHII (splas... | 41.73 | 91% | 2024-11-29 |
| 1043. | Sneakz (sneakerman17) | 41.72 | 95% | 2023-12-01 |
| 1044. | Unus (_unus) | 41.63 | 97% | 2023-07-04 |
| 1045. | Saurabh (sbhandari) | 41.59 | 96% | 2024-04-30 |
| 1046. | Bijoy (bijoy022_) | 41.55 | 97.3% | 2024-08-23 |
| 1047. | André (xzylee) | 41.50 | 92% | 2024-02-12 |
| 1048. | Mohammmed Amine (free_pales... | 41.50 | 95% | 2024-08-15 |
| 1049. | (e_elashra1) | 41.46 | 94% | 2025-08-16 |
| 1050. | tstats[shanyg] (shanyg) | 41.45 | 94% | 2023-08-28 |
| 1051. | bmax (bmax) | 41.44 | 96% | 2021-10-28 |
| 1052. | Sai (sai213) | 41.43 | 92% | 2025-04-08 |
| 1053. | dujo09 (dujo09) | 41.42 | 96% | 2023-09-26 |
| 1054. | dirty_qwerty (soapfish) | 41.42 | 97% | 2023-08-14 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,914 | 48.16 | December 19, 2009 |
| Default (English) | 5 | 63.30 | December 14, 2008 |