Text #10000

/* 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

Leaders

View ranks through of 1,801
Rank Username WPM Accuracy Date
1531. briana (lolwutbrii) 29.09 94% 2019-09-05
1532. GJ (___gj___) 29.05 94% 2024-04-11
1533. Arturo (arturo25) 29.03 96.9% 2023-10-03
1534. Joe Boucher (joerboucher91) 29.02 93% 2023-06-17
1535. Aashish (pro_racer1) 28.95 93.6% 2024-05-02
1536. Hasan Berkant (prediger) 28.93 93% 2024-02-19
1537. starDarken (stardarken) 28.93 96% 2024-10-20
1538. Shaheen (shaheen_parveen) 28.92 96% 2023-09-08
1539. Carlos Mauricio Riverin Vas... 28.92 95% 2024-11-05
1540. Vernon Davies (alphabeatle) 28.88 95% 2024-09-13
1541. Luis (speed123324) 28.84 91% 2023-12-28
1542. Sh4rk (sh4rk__) 28.81 95% 2024-07-28
1543. Rickus (rickuss) 28.79 93% 2023-08-13
1544. Diyas (d_ace) 28.79 90% 2023-06-30
1545. Anonymous (secret_codes) 28.78 95% 2018-10-11
1546. Prince kumar (ulquiorra__ci... 28.78 94% 2024-08-27
1547. Rayson (raysonnn) 28.75 94% 2024-08-22
1548. Noe (neemeeisspeed) 28.70 94% 2024-08-09
1549. Stephen (steve5041) 28.69 96% 2024-02-20
1550. Rutvik (rutvik_416) 28.62 92% 2024-05-04
1551. Fixed (pedestrianlove) 28.62 97% 2024-10-22
1552. djovak (djovak) 28.62 91% 2024-03-27
1553. ivtrappstarwassatxe (ivtrap... 28.62 94% 2023-08-01
1554. Marie (cu4tro) 28.58 95% 2024-04-13
1555. Adrian (paradox_42) 28.57 93% 2024-03-15
1556. Alvaro Ricaldi (alvaro__) 28.53 92% 2025-05-22
1557. Devesh (devesh_agarwal) 28.52 93% 2023-09-12
1558. liiz mariela perez gervacio... 28.51 93% 2025-05-23
1559. yassin (yassin_tafouzert) 28.45 93% 2025-03-08
1560. Nana (nanaisnotavailable) 28.36 94% 2024-08-22

Universes

Universe Races Average WPM First Race
Coder Edition 4,914 48.16 December 19, 2009
Default (English) 5 63.30 December 14, 2008