/* 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 |
---|---|---|---|---|
117. | 🌹パレスチナと🥀 ... | 73.71 | 96% | 2024-01-11 |
118. | Max (statutory) | 73.63 | 91% | 2017-05-31 |
119. | :) (bavadin) | 73.63 | 97% | 2020-01-10 |
120. | _noname (_noname) | 73.62 | 98% | 2023-10-20 |
121. | Johnny (randomjohnnyh) | 73.49 | 92% | 2012-04-10 |
122. | bob (ekizs) | 73.28 | 94% | 2024-04-10 |
123. | (mylove4u) | 73.27 | — | 2011-02-12 |
124. | Gabor (gktek) | 73.17 | — | 2010-03-04 |
125. | deja vu (zight554) | 73.17 | 98% | 2022-03-01 |
126. | Leo (leoz) | 72.97 | 95% | 2011-06-10 |
127. | Gendarme (gendarme) | 72.92 | 97% | 2024-12-03 |
128. | lavé (traben) | 72.86 | 96% | 2021-11-03 |
129. | Kamperi (kamperi) | 72.57 | 96% | 2013-10-23 |
130. | NoNo (nonoesimposible) | 72.45 | 99% | 2024-03-08 |
131. | hamza (mizoxes) | 72.44 | 97% | 2021-11-13 |
132. | dotdotdot (atuladhar1) | 72.31 | 98% | 2023-07-04 |
133. | Shoemaker-Levy 9 (atthetop) | 72.29 | 96% | 2018-11-01 |
134. | RAMs3c (xander360) | 72.02 | 97.5% | 2025-01-07 |
135. | Amir (amirahmedimtiaz) | 71.95 | 96% | 2024-02-25 |
136. | (shazman) | 71.82 | 97% | 2019-10-14 |
137. | plop (ploppiplop) | 71.80 | 98% | 2023-07-10 |
138. | Brandon (kempy92) | 71.75 | 94% | 2011-09-07 |
139. | Zero (0gundam) | 71.74 | 91% | 2016-11-14 |
140. | fantastic banter (erratic_ked) | 71.72 | 90% | 2017-05-27 |
141. | Orgalorrrrg (orgalorg) | 71.55 | 98.4% | 2024-03-06 |
142. | police (styrofoam) | 71.51 | 95% | 2019-01-27 |
143. | BaniaTeAmo3 (camilin2002) | 71.51 | 98% | 2023-08-13 |
144. | NebulaGrey (dmorrow3) | 71.28 | 97% | 2017-10-15 |
145. | vicbrabo (vicbr4bo) | 71.23 | 97% | 2023-08-19 |
146. | Nicholas (nicholas_r) | 71.03 | 98% | 2025-01-29 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |