/* 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 |
---|---|---|---|---|
1447. | pkas (pkas) | 32.20 | 95% | 2024-03-31 |
1448. | Roy (royh11) | 32.20 | 94% | 2025-05-23 |
1449. | Alexander Curambao (alexand... | 32.17 | 94% | 2025-03-16 |
1450. | Manav Rana (manv_rana70) | 32.14 | 97% | 2024-03-09 |
1451. | turbee6 (turbee6) | 32.14 | 95% | 2024-04-04 |
1452. | Adi (unsio) | 32.13 | 95% | 2023-01-26 |
1453. | Flamey (flameytheepik) | 32.12 | 92% | 2024-08-05 |
1454. | JkillahR (jkillahr) | 32.09 | 93.3% | 2024-07-08 |
1455. | Normal_Coder (normal_coder) | 32.08 | 92% | 2023-05-24 |
1456. | t11h (t111h) | 32.04 | 95% | 2022-03-31 |
1457. | Ronin Deschamps (real_roninx) | 32.02 | 93% | 2024-12-21 |
1458. | L1ght (l1ght_0803) | 32.02 | 92% | 2025-01-04 |
1459. | Who Cares? (babitaoli424) | 32.01 | 93% | 2023-07-12 |
1460. | Zaki (zakib978) | 31.99 | 94% | 2023-07-06 |
1461. | LearnedSage (learnedsage) | 31.96 | 97% | 2024-10-21 |
1462. | Lahiru Dissanayake (lhgrand... | 31.94 | 94% | 2023-07-25 |
1463. | Ermis (m4j0r4n1x) | 31.90 | 92% | 2023-09-28 |
1464. | nhoek (nhoek) | 31.86 | 94% | 2019-11-04 |
1465. | Jan (janq0) | 31.85 | 95% | 2023-08-06 |
1466. | D Leek (d_leek) | 31.80 | 93% | 2024-08-26 |
1467. | KralTi (kralt) | 31.80 | 95% | 2025-03-29 |
1468. | TurTle_Typist (2001prem) | 31.79 | 93% | 2023-08-10 |
1469. | z80 (zilogz80) | 31.76 | 99.3% | 2023-12-02 |
1470. | pinktape (funnybutpink) | 31.73 | 96% | 2023-11-21 |
1471. | Md. Mamun (mamun_sheikh) | 31.73 | 93% | 2023-06-16 |
1472. | Seane (seane_cifer) | 31.66 | 93.7% | 2024-05-11 |
1473. | MAMUN (wmamunhossain) | 31.64 | 95% | 2023-02-19 |
1474. | hanhcr7 (hanhcr7) | 31.61 | 91% | 2025-03-23 |
1475. | Buggy (bugssey) | 31.57 | 94% | 2023-12-09 |
1476. | sarvagna (sarvagna13) | 31.56 | 95% | 2023-07-27 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |