/* 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 |
---|---|---|---|---|
1391. | Md. Mamun (mamun_sheikh) | 31.73 | 93% | 2023-06-16 |
1392. | Seane (seane_cifer) | 31.66 | 93.7% | 2024-05-11 |
1393. | MAMUN (wmamunhossain) | 31.64 | 95% | 2023-02-19 |
1394. | hanhcr7 (hanhcr7) | 31.61 | 91% | 2025-03-23 |
1395. | Buggy (bugssey) | 31.57 | 94% | 2023-12-09 |
1396. | sarvagna (sarvagna13) | 31.56 | 95% | 2023-07-27 |
1397. | Isay (isay__) | 31.55 | 95% | 2024-08-30 |
1398. | S (bigdooke) | 31.52 | 94% | 2024-03-27 |
1399. | Sergio Moises Apaza Caballe... | 31.51 | 93.2% | 2024-05-29 |
1400. | Sk Sofiur Rahaman (sksofiur... | 31.51 | 94% | 2023-07-08 |
1401. | Gareth42 (gareth42) | 31.47 | 95.3% | 2024-03-23 |
1402. | E aehhh rapazz como ta??? (... | 31.45 | 90% | 2011-07-12 |
1403. | Rodion (stalskyle) | 31.32 | 95% | 2023-06-25 |
1404. | Nacho (la_gorra) | 31.30 | 97% | 2025-02-28 |
1405. | Yobe (yobegaming) | 31.27 | 90% | 2025-01-30 |
1406. | pylic (pylic) | 31.27 | 93% | 2024-10-29 |
1407. | Kyle (kyle_12) | 31.26 | 95% | 2023-07-07 |
1408. | wht002 (wht002) | 31.22 | 92% | 2024-03-21 |
1409. | Khine (knsxw_) | 31.20 | 96% | 2023-08-30 |
1410. | Naren (spoiled_brat) | 31.19 | 91% | 2024-04-19 |
1411. | Fanor (fanor) | 31.17 | 94% | 2025-05-22 |
1412. | Sandra (badmac16) | 31.16 | 97% | 2024-01-31 |
1413. | Hazwar (hazwar_09) | 31.16 | 91% | 2025-01-10 |
1414. | eldjey (eldjey) | 31.13 | 93% | 2024-09-13 |
1415. | TheJulez (thejulez) | 31.12 | 93% | 2023-08-17 |
1416. | teresa (tterrrz) | 31.08 | 97% | 2024-12-19 |
1417. | Amarpreet (bhangu_05) | 31.07 | 93% | 2021-11-12 |
1418. | AbuWaleed (abuwaleed) | 31.04 | 96% | 2023-07-10 |
1419. | PastaSmuggler (pasta_smuggler) | 31.03 | 92% | 2024-08-16 |
1420. | Sid (8_sid_8) | 31.02 | 98% | 2023-09-07 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |