/* 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 |
---|---|---|---|---|
1495. | Manav Rana (manv_rana70) | 32.14 | 97% | 2024-03-09 |
1496. | turbee6 (turbee6) | 32.14 | 95% | 2024-04-04 |
1497. | Adi (unsio) | 32.13 | 95% | 2023-01-26 |
1498. | Flamey (flameytheepik) | 32.12 | 92% | 2024-08-05 |
1499. | JkillahR (jkillahr) | 32.09 | 93.3% | 2024-07-08 |
1500. | Normal_Coder (normal_coder) | 32.08 | 92% | 2023-05-24 |
1501. | t11h (t111h) | 32.04 | 95% | 2022-03-31 |
1502. | Ronin Deschamps (real_roninx) | 32.02 | 93% | 2024-12-21 |
1503. | L1ght (l1ght_0803) | 32.02 | 91.9% | 2025-01-04 |
1504. | Who Cares? (babitaoli424) | 32.01 | 93% | 2023-07-12 |
1505. | Zaki (zakib978) | 31.99 | 94% | 2023-07-06 |
1506. | LearnedSage (learnedsage) | 31.96 | 97% | 2024-10-21 |
1507. | Lahiru Dissanayake (lhgrand... | 31.94 | 94% | 2023-07-25 |
1508. | Ermis (m4j0r4n1x) | 31.90 | 92% | 2023-09-28 |
1509. | nhoek (nhoek) | 31.86 | 94% | 2019-11-04 |
1510. | Jan (janq0) | 31.85 | 95% | 2023-08-06 |
1511. | D Leek (d_leek) | 31.80 | 93% | 2024-08-26 |
1512. | KralTi (kralt) | 31.80 | 95% | 2025-03-29 |
1513. | TurTle_Typist (2001prem) | 31.79 | 93% | 2023-08-10 |
1514. | z80 (zilogz80) | 31.76 | 99.3% | 2023-12-02 |
1515. | pinktape (funnybutpink) | 31.73 | 96% | 2023-11-21 |
1516. | Md. Mamun (mamun_sheikh) | 31.73 | 93% | 2023-06-16 |
1517. | Seane (seane_cifer) | 31.66 | 93.7% | 2024-05-11 |
1518. | MAMUN (wmamunhossain) | 31.64 | 95% | 2023-02-19 |
1519. | hanhcr7 (hanhcr7) | 31.61 | 91% | 2025-03-23 |
1520. | Buggy (bugssey) | 31.57 | 94% | 2023-12-09 |
1521. | sarvagna (sarvagna13) | 31.56 | 95% | 2023-07-27 |
1522. | Isay (isay__) | 31.55 | 95% | 2024-08-30 |
1523. | S (bigdooke) | 31.52 | 94% | 2024-03-27 |
1524. | Sk Sofiur Rahaman (sksofiur... | 31.51 | 94% | 2023-07-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |