/** 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 |
|---|---|---|---|---|
| 1762. | Rincewind (gato_ninja) | 32.87 | 96.4% | 2024-03-11 |
| 1763. | Silver (psilverfish) | 32.86 | 94% | 2023-04-13 |
| 1764. | noob2907 (noob2907) | 32.84 | 95% | 2023-12-09 |
| 1765. | Ronin Deschamps (real_roninx) | 32.82 | 92% | 2024-12-27 |
| 1766. | Andy Quest (andyquest) | 32.82 | 94% | 2025-02-04 |
| 1767. | Amy (amy10) | 32.80 | 93% | 2023-05-24 |
| 1768. | not (noteurt) | 32.80 | 94% | 2023-07-09 |
| 1769. | sukhoi su-57 (shezy) | 32.79 | 96% | 2023-08-30 |
| 1770. | Zuan (syezo_08) | 32.74 | 94% | 2024-06-27 |
| 1771. | Bluue (bluuefuzzy) | 32.74 | 95% | 2023-08-10 |
| 1772. | juminten (manikdharma) | 32.69 | 96% | 2024-03-25 |
| 1773. | sven (svenhutchinson) | 32.66 | 95.4% | 2024-05-29 |
| 1774. | tstats[sirojiddinov] (siroj... | 32.64 | 94% | 2023-06-04 |
| 1775. | Ajay (aj4yyy) | 32.62 | 96% | 2025-08-11 |
| 1776. | kleeon (kleeon) | 32.59 | 94% | 2023-07-28 |
| 1777. | Dheeraj (dheerajsarana) | 32.59 | 94% | 2024-01-08 |
| 1778. | LIVELI (liveli123) | 32.58 | 94% | 2023-08-11 |
| 1779. | Vishesh (vishesh_patel) | 32.58 | 93% | 2023-05-24 |
| 1780. | Marcus (m11fc) | 32.58 | 93% | 2025-04-23 |
| 1781. | Fanor (fanor) | 32.57 | 95% | 2025-05-29 |
| 1782. | swutch (swutch) | 32.51 | 95% | 2023-05-24 |
| 1783. | Venky (venkyiiit) | 32.49 | 93.4% | 2024-07-05 |
| 1784. | Simone (mariophd) | 32.49 | 96% | 2023-07-23 |
| 1785. | Mandi (mandi_w) | 32.45 | 96% | 2023-11-25 |
| 1786. | Shea (shea378) | 32.43 | 93% | 2023-06-27 |
| 1787. | JOCSH (jocsh) | 32.43 | 94% | 2025-01-21 |
| 1788. | samiraarancibia (samiraaran... | 32.42 | 94% | 2025-06-22 |
| 1789. | r (blazinrt) | 32.39 | 93% | 2023-07-02 |
| 1790. | E (the_fast_one) | 32.37 | 93% | 2023-06-08 |
| 1791. | Ipadplayer (ipad_player09) | 32.35 | 93% | 2023-06-30 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,943 | 50.46 | December 13, 2009 |
| Default (English) | 3 | 62.68 | December 14, 2008 |