/* 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 |
---|---|---|---|---|
1403. | pkas (pkas) | 32.20 | 95% | 2024-03-31 |
1404. | Roy (royh11) | 32.20 | 94% | 2025-05-23 |
1405. | Alexander Curambao (alexand... | 32.17 | 94% | 2025-03-16 |
1406. | Manav Rana (manv_rana70) | 32.14 | 97% | 2024-03-09 |
1407. | turbee6 (turbee6) | 32.14 | 95% | 2024-04-04 |
1408. | Adi (unsio) | 32.13 | 95% | 2023-01-26 |
1409. | Flamey (flameytheepik) | 32.12 | 92% | 2024-08-05 |
1410. | JkillahR (jkillahr) | 32.09 | 93% | 2024-07-08 |
1411. | Normal_Coder (normal_coder) | 32.08 | 92% | 2023-05-24 |
1412. | t11h (t111h) | 32.04 | 95% | 2022-03-31 |
1413. | Ronin Deschamps (real_roninx) | 32.02 | 93% | 2024-12-21 |
1414. | L1ght (l1ght_0803) | 32.02 | 92% | 2025-01-04 |
1415. | Who Cares? (babitaoli424) | 32.01 | 93% | 2023-07-12 |
1416. | Zaki (zakib978) | 31.99 | 94% | 2023-07-06 |
1417. | LearnedSage (learnedsage) | 31.96 | 97% | 2024-10-21 |
1418. | Lahiru Dissanayake (lhgrand... | 31.94 | 94% | 2023-07-25 |
1419. | Ermis (m4j0r4n1x) | 31.90 | 92% | 2023-09-28 |
1420. | nhoek (nhoek) | 31.86 | 94% | 2019-11-04 |
1421. | Jan (janq0) | 31.85 | 95% | 2023-08-06 |
1422. | D Leek (d_leek) | 31.80 | 93% | 2024-08-26 |
1423. | TurTle_Typist (2001prem) | 31.79 | 93% | 2023-08-10 |
1424. | z80 (zilogz80) | 31.76 | 99.3% | 2023-12-02 |
1425. | pinktape (funnybutpink) | 31.73 | 96% | 2023-11-21 |
1426. | Md. Mamun (mamun_sheikh) | 31.73 | 93% | 2023-06-16 |
1427. | Seane (seane_cifer) | 31.66 | 93.7% | 2024-05-11 |
1428. | MAMUN (wmamunhossain) | 31.64 | 95% | 2023-02-19 |
1429. | hanhcr7 (hanhcr7) | 31.61 | 91% | 2025-03-23 |
1430. | Buggy (bugssey) | 31.57 | 94% | 2023-12-09 |
1431. | sarvagna (sarvagna13) | 31.56 | 95% | 2023-07-27 |
1432. | Isay (isay__) | 31.55 | 95% | 2024-08-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |