/* 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 |
---|---|---|---|---|
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 |
1525. | Gareth42 (gareth42) | 31.47 | 95.3% | 2024-03-23 |
1526. | E aehhh rapazz como ta??? (... | 31.45 | 90% | 2011-07-12 |
1527. | Rodion (stalskyle) | 31.32 | 95% | 2023-06-25 |
1528. | CuriousChild (curiouschild) | 31.32 | 95% | 2021-09-04 |
1529. | Nacho (la_gorra) | 31.30 | 97% | 2025-02-28 |
1530. | Liz Mariela Perez Gervacio ... | 31.30 | 95% | 2025-06-09 |
1531. | Yobe (yobegaming) | 31.27 | 90% | 2025-01-30 |
1532. | pylic (pylic) | 31.27 | 93% | 2024-10-29 |
1533. | Kyle (kyle_12) | 31.26 | 95% | 2023-07-07 |
1534. | wht002 (wht002) | 31.22 | 92.2% | 2024-03-21 |
1535. | David (david_chen) | 31.22 | 95% | 2025-04-25 |
1536. | Khine (knsxw_) | 31.20 | 96% | 2023-08-30 |
1537. | Naren (spoiled_brat) | 31.19 | 91% | 2024-04-19 |
1538. | Sandra (badmac16) | 31.16 | 97% | 2024-01-31 |
1539. | Hazwar (hazwar_09) | 31.16 | 91% | 2025-01-10 |
1540. | Just Kamal (just_kamal) | 31.15 | 90% | 2025-03-03 |
1541. | eldjey (eldjey) | 31.13 | 93% | 2024-09-13 |
1542. | TheJulez (thejulez) | 31.12 | 93% | 2023-08-17 |
1543. | teresa (tterrrz) | 31.08 | 97% | 2024-12-19 |
1544. | Amarpreet (bhangu_05) | 31.07 | 93% | 2021-11-12 |
1545. | AbuWaleed (abuwaleed) | 31.04 | 96% | 2023-07-10 |
1546. | Sid (8_sid_8) | 31.02 | 98% | 2023-09-07 |
1547. | Palestine Freedom (greenza) | 31.01 | 96% | 2024-05-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |