/* 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 |
---|---|---|---|---|
97. | matthew (oligophagy) | 76.59 | 97% | 2024-12-05 |
98. | little_kiwi (little_kiwi) | 76.41 | 90% | 2011-05-30 |
99. | Karan Jain (karanjain18) | 76.38 | 98% | 2021-07-18 |
100. | Albert (hsabove) | 76.35 | 96.9% | 2023-11-09 |
101. | NOT AN ALT (kenixx) | 76.33 | 97% | 2017-11-15 |
102. | Julian (robthephysician) | 76.09 | 97.7% | 2024-04-06 |
103. | ANDREA (andreaak00) | 76.07 | 97% | 2018-08-04 |
104. | Hey What's Up (oystersmiling) | 76.05 | 97% | 2022-10-29 |
105. | Taro (yada) | 75.98 | 94% | 2012-10-07 |
106. | Nobody (nobodykiller) | 75.88 | 95% | 2024-02-13 |
107. | Jay (kamikamigod) | 75.54 | 97.2% | 2024-08-30 |
108. | potato (omgpotatoes) | 75.52 | 98% | 2018-01-06 |
109. | anton (anton206) | 75.44 | 97% | 2023-11-10 |
110. | Yuhang (yuhang0722) | 75.21 | 97% | 2022-10-22 |
111. | Brian (brian4) | 75.08 | 97% | 2025-02-03 |
112. | cole (socol) | 75.01 | 97% | 2024-07-31 |
113. | Melissa (dieseldaug16) | 74.75 | 97% | 2025-05-19 |
114. | Minnie (dalamus) | 74.54 | 97% | 2019-07-11 |
115. | asdfgrace (asdfgrace) | 74.48 | 94% | 2024-05-24 |
116. | nmyo (nmyo) | 74.46 | 97% | 2019-02-25 |
117. | Albertus (ioie98) | 74.37 | 94% | 2016-03-25 |
118. | Haggis (haggis) | 74.31 | 97% | 2012-02-16 |
119. | LB (man_onatree) | 74.27 | 96% | 2023-06-24 |
120. | Kim (kimson52) | 74.24 | 98% | 2024-09-27 |
121. | 🌹Save Gave🥀 (ayraa) | 73.71 | 96% | 2024-01-11 |
122. | Max (statutory) | 73.63 | 91% | 2017-05-31 |
123. | :) (bavadin) | 73.63 | 97% | 2020-01-10 |
124. | _noname (_noname) | 73.62 | 98% | 2023-10-20 |
125. | Johnny (randomjohnnyh) | 73.49 | 92% | 2012-04-10 |
126. | bob (ekizs) | 73.28 | 94% | 2024-04-10 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |