/* 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 |
|---|---|---|---|---|
| 114. | Yuhang (yuhang0722) | 75.21 | 97% | 2022-10-22 |
| 115. | Brian (brian4) | 75.08 | 97% | 2025-02-03 |
| 116. | cole (socol) | 75.01 | 97% | 2024-07-31 |
| 117. | Melissa (dieseldaug16) | 74.75 | 97% | 2025-05-19 |
| 118. | Minnie (dalamus) | 74.54 | 97% | 2019-07-11 |
| 119. | asdfgrace (asdfgrace) | 74.48 | 94% | 2024-05-24 |
| 120. | nmyo (nmyo) | 74.46 | 97% | 2019-02-25 |
| 121. | Albertus (ioie98) | 74.37 | 94% | 2016-03-25 |
| 122. | Haggis (haggis) | 74.31 | 97% | 2012-02-16 |
| 123. | LB (man_onatree) | 74.27 | 96% | 2023-06-24 |
| 124. | Kim (kimson52) | 74.24 | 98% | 2024-09-27 |
| 125. | 🌹Ayra (ayraa) | 73.71 | 96% | 2024-01-11 |
| 126. | Max (statutory) | 73.63 | 91% | 2017-05-31 |
| 127. | :) (bavadin) | 73.63 | 97% | 2020-01-10 |
| 128. | _noname (_noname) | 73.62 | 98% | 2023-10-20 |
| 129. | Johnny (randomjohnnyh) | 73.49 | 92% | 2012-04-10 |
| 130. | bob (ekizs) | 73.28 | 94% | 2024-04-10 |
| 131. | (mylove4u) | 73.27 | — | 2011-02-12 |
| 132. | Gabor (gktek) | 73.17 | — | 2010-03-04 |
| 133. | deja vu (zight554) | 73.17 | 98% | 2022-03-01 |
| 134. | Leo (leoz) | 72.97 | 95% | 2011-06-10 |
| 135. | Gendarme (gendarme) | 72.92 | 97% | 2024-12-03 |
| 136. | lavé (traben) | 72.86 | 96% | 2021-11-03 |
| 137. | Karl (kistenklaus) | 72.78 | 96% | 2025-01-19 |
| 138. | Kamperi (kamperi) | 72.57 | 96% | 2013-10-23 |
| 139. | NoNo (nonoesimposible) | 72.45 | 99% | 2024-03-08 |
| 140. | hamza (mizoxes) | 72.44 | 97% | 2021-11-13 |
| 141. | dotdotdot (atuladhar1) | 72.31 | 98% | 2023-07-04 |
| 142. | Shoemaker-Levy 9 (atthetop) | 72.29 | 96% | 2018-11-01 |
| 143. | RAMs3c (xander360) | 72.02 | 97.5% | 2025-01-07 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,914 | 48.16 | December 19, 2009 |
| Default (English) | 5 | 63.30 | December 14, 2008 |