/* 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 |
---|---|---|---|---|
1389. | Alisk (lordalisk) | 33.97 | 96% | 2023-12-11 |
1390. | Danny (winnie_danny) | 33.95 | 94% | 2023-08-13 |
1391. | Leo (tfeq) | 33.93 | 92% | 2023-07-10 |
1392. | jht (jht0) | 33.92 | 95.7% | 2024-03-14 |
1393. | Aman maheshwari (aman0123) | 33.92 | 95% | 2025-01-11 |
1394. | Shekhar (law_breaker) | 33.89 | 94.9% | 2023-12-30 |
1395. | Mohamed (mohamed25) | 33.89 | 95% | 2023-07-06 |
1396. | Vikash (sky_223) | 33.83 | 95% | 2023-06-06 |
1397. | Siti (shajar23) | 33.81 | 97% | 2023-08-15 |
1398. | peter parker (peterparker_123) | 33.81 | 93% | 2024-02-18 |
1399. | wonderful_day_to_you (wonde... | 33.79 | 94% | 2023-06-05 |
1400. | sid__que (sid__que) | 33.78 | 95% | 2023-06-12 |
1401. | Angel (_sophieee) | 33.77 | 93% | 2021-11-14 |
1402. | Thanakrit (mnchtnk) | 33.75 | 93% | 2025-02-14 |
1403. | jgb (jgb21) | 33.75 | 95% | 2025-07-10 |
1404. | Aladdin (4star) | 33.70 | 94% | 2023-07-03 |
1405. | Emil (emil10150) | 33.66 | 91.8% | 2023-09-24 |
1406. | Vishnu (crazy_typeracer) | 33.64 | 92% | 2021-08-27 |
1407. | Daniel (nodasch) | 33.64 | 92% | 2022-10-20 |
1408. | Rohani Rohan (rohani_khan) | 33.64 | 91% | 2024-06-25 |
1409. | wikkonly (wikkonly) | 33.62 | 95% | 2024-09-24 |
1410. | Augusto Aguilar (fa1progra) | 33.62 | 92% | 2025-06-08 |
1411. | saltywalker (saltywalker) | 33.61 | 96% | 2023-08-02 |
1412. | Neo (jcp_cs_1) | 33.60 | 96% | 2024-02-15 |
1413. | Tanya (tanyasinha) | 33.60 | 95% | 2025-07-03 |
1414. | Rajat Das (rajat_das777) | 33.58 | 95% | 2023-08-29 |
1415. | Colin (cmothersead) | 33.57 | 94% | 2023-08-17 |
1416. | an (clockworkman) | 33.54 | 97.1% | 2024-07-08 |
1417. | Sky (happysky) | 33.52 | 94% | 2023-02-16 |
1418. | Infinity (its_infinity) | 33.51 | 97% | 2024-11-10 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,914 | 48.16 | December 19, 2009 |
Default (English) | 5 | 63.30 | December 14, 2008 |