/** Loop waiting for a connection and a valid command */ while (true) { Socket socket = null; InputStream stream = null; try { socket = serverSocket.accept(); socket.setSoTimeout(10 * 1000); stream = socket.getInputStream(); } catch (AccessControlException ace) { log.warn("StandardServer.accept security exception: " + ace.getMessage(), ace); continue; } catch (IOException e) { log.error("StandardServer.await: accept: ", e); System.exit(1); }
—from Tomcat Server, a software by Apache Project
Active since December 13, 2009.
445 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
1474. | danyls (danyls) | 37.83 | 96% | 2023-05-31 |
1475. | kublaikhan (uncarvedblock) | 37.83 | 92% | 2023-07-18 |
1476. | krish (krish008) | 37.82 | 95% | 2023-07-14 |
1477. | ditsabil (ditsabil) | 37.81 | 96% | 2024-08-15 |
1478. | Redon (redon1998) | 37.75 | 94% | 2023-11-07 |
1479. | Abd elmouiz (mouiz2006) | 37.71 | 96% | 2025-06-24 |
1480. | Lotus (lotusanimations) | 37.69 | 95% | 2024-11-23 |
1481. | Top#Secret~ (tataki) | 37.66 | 93% | 2024-01-09 |
1482. | Ahmed (e_elashra1) | 37.65 | 92.8% | 2025-05-15 |
1483. | Antonio (some1b) | 37.63 | 95% | 2023-08-02 |
1484. | Python (slimpython) | 37.58 | 95% | 2024-04-07 |
1485. | Manish (god_of_minds) | 37.50 | 97.1% | 2025-03-16 |
1486. | juliet (jc848) | 37.48 | 95% | 2024-06-13 |
1487. | Laurie (fairywren33) | 37.36 | 95% | 2023-07-22 |
1488. | FLLFFL (fllffl) | 37.36 | 94% | 2024-02-13 |
1489. | bubblar (bubblar) | 37.35 | 92% | 2019-07-22 |
1490. | Alexander Curambao (alexand... | 37.34 | 95% | 2025-03-17 |
1491. | Daniel (kix512) | 37.31 | 94% | 2023-03-30 |
1492. | Matt (tigerstyle) | 37.26 | 96% | 2023-10-04 |
1493. | Templeton (templetontsai) | 37.25 | 95% | 2023-08-05 |
1494. | macintosh (puppy23) | 37.25 | 94% | 2024-06-01 |
1495. | Independent Tarantula (inde... | 37.19 | 97% | 2024-06-12 |
1496. | tia (teayah) | 37.17 | 95% | 2023-08-02 |
1497. | Hrigved (hrigved) | 37.13 | 92% | 2024-05-20 |
1498. | Irfan (irfan3) | 37.12 | 97% | 2013-07-29 |
1499. | Simon (epick_simon) | 37.12 | 94% | 2023-06-12 |
1500. | BigHead (big_head0) | 37.12 | 96% | 2023-08-06 |
1501. | Milan (m_i_n_o) | 37.09 | 95% | 2022-10-29 |
1502. | SiLeVoL (silevol) | 37.09 | 94% | 2023-07-06 |
1503. | Rondino (rondino2) | 37.08 | 91% | 2016-04-03 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |