/** 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 |
|---|---|---|---|---|
| 1776. | potato (hadroncollider7) | 33.10 | 95.6% | 2024-02-22 |
| 1777. | ahmed fahad (afk_43) | 33.08 | 93.1% | 2024-12-30 |
| 1778. | dhkts1 (dhkts1) | 33.07 | 92% | 2024-10-18 |
| 1779. | Sandra (badmac16) | 33.04 | 96% | 2024-02-03 |
| 1780. | Lucia (latestlucia) | 32.95 | 96% | 2024-01-15 |
| 1781. | zixra (zixra) | 32.91 | 90% | 2023-09-14 |
| 1782. | alihamzaPk (alihamza_pk) | 32.89 | 90% | 2024-05-21 |
| 1783. | mestiri77 (sfectorian) | 32.89 | 93% | 2025-05-27 |
| 1784. | Rincewind (gato_ninja) | 32.87 | 96.4% | 2024-03-11 |
| 1785. | Silver (psilverfish) | 32.86 | 94% | 2023-04-13 |
| 1786. | noob2907 (noob2907) | 32.84 | 95% | 2023-12-09 |
| 1787. | Ronin Deschamps (real_roninx) | 32.82 | 92% | 2024-12-27 |
| 1788. | Andy Quest (andyquest) | 32.82 | 94% | 2025-02-04 |
| 1789. | Amy (amy10) | 32.80 | 93% | 2023-05-24 |
| 1790. | not (noteurt) | 32.80 | 94% | 2023-07-09 |
| 1791. | sukhoi su-57 (shezy) | 32.79 | 96% | 2023-08-30 |
| 1792. | Zuan (syezo_08) | 32.74 | 94% | 2024-06-27 |
| 1793. | Bluue (bluuefuzzy) | 32.74 | 95% | 2023-08-10 |
| 1794. | juminten (manikdharma) | 32.69 | 96% | 2024-03-25 |
| 1795. | sven (svenhutchinson) | 32.66 | 95.4% | 2024-05-29 |
| 1796. | tstats[sirojiddinov] (siroj... | 32.64 | 94% | 2023-06-04 |
| 1797. | Ajay (aj4yyy) | 32.62 | 96% | 2025-08-11 |
| 1798. | kleeon (kleeon) | 32.59 | 94% | 2023-07-28 |
| 1799. | Dheeraj (dheerajsarana) | 32.59 | 94% | 2024-01-08 |
| 1800. | LIVELI (liveli123) | 32.58 | 94% | 2023-08-11 |
| 1801. | Vishesh (vishesh_patel) | 32.58 | 93% | 2023-05-24 |
| 1802. | Marcus (m11fc) | 32.58 | 93% | 2025-04-23 |
| 1803. | swutch (swutch) | 32.51 | 95% | 2023-05-24 |
| 1804. | Venky (venkyiiit) | 32.49 | 93.4% | 2024-07-05 |
| 1805. | Simone (mariophd) | 32.49 | 96% | 2023-07-23 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,943 | 50.46 | December 13, 2009 |
| Default (English) | 3 | 62.68 | December 14, 2008 |