/* 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 |
---|---|---|---|---|
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 |
147. | Aren (tl8xv) | 70.61 | 96% | 2023-05-23 |
148. | (altrocality) | 70.56 | 97% | 2024-01-04 |
149. | Harry (hajohlay) | 70.36 | 97% | 2019-11-23 |
150. | DNF (lam4nk) | 70.29 | 96.9% | 2023-12-20 |
151. | SkimnerPhi (skyminer707) | 70.27 | 95% | 2022-09-04 |
152. | austin (0x13ba) | 70.22 | 98% | 2024-02-21 |
153. | TC (tccaetano) | 70.20 | 94% | 2011-10-24 |
154. | Ethan (waitblock) | 70.18 | 96% | 2022-05-31 |
155. | Jake (jmill1125) | 69.89 | 98% | 2024-11-22 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |