/** 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 |
---|---|---|---|---|
49. | Zefew (zephew) | 86.55 | 98% | 2023-10-03 |
50. | ♥ Maria Shennah (amun2) | 86.40 | 97% | 2016-06-25 |
51. | Minnie (dalamus) | 85.94 | 98% | 2019-07-11 |
52. | - (pie314271) | 85.88 | 96% | 2019-08-13 |
53. | (w1ns) | 85.74 | 97% | 2022-07-01 |
54. | 🤺 (turboflames) | 85.65 | 98% | 2021-06-27 |
55. | @dudiellon (dudiellon) | 85.37 | 95% | 2012-02-02 |
56. | Brian (brian4) | 85.21 | 97% | 2025-02-03 |
57. | SideSky (sidesky) | 84.94 | 96.4% | 2025-02-26 |
58. | lzh9102 (lzh9102) | 84.73 | 95% | 2013-02-18 |
59. | Jay (kamikamigod) | 84.49 | 98% | 2025-04-18 |
60. | KiddieX (emyrr) | 84.45 | 96% | 2023-09-24 |
61. | purplefr|ction (tesla_diesel) | 84.30 | 98% | 2021-10-22 |
62. | ImBrayyy (imbrayyy01) | 84.28 | 97% | 2023-09-16 |
63. | Lydia (shiruzu) | 84.27 | 98.7% | 2024-09-11 |
64. | tanon (tanon710s) | 84.19 | 97% | 2019-02-25 |
65. | (poem) | 84.17 | 97% | 2022-07-01 |
66. | dauF (72dauf) | 84.07 | 95% | 2025-01-04 |
67. | Rithvik (rithvikthegreat) | 83.95 | 100% | 2018-04-27 |
68. | LB (man_onatree) | 83.70 | 98% | 2023-06-05 |
69. | cole (socol) | 83.57 | 99% | 2024-08-01 |
70. | ANDREA (andreaak00) | 83.56 | 96% | 2019-07-20 |
71. | PicturingFrames (frame_abil... | 83.56 | 96% | 2022-09-03 |
72. | Sumit (smtchahal2) | 83.40 | 94% | 2014-01-03 |
73. | Julian (robthephysician) | 83.38 | 97% | 2025-01-27 |
74. | (zak389) | 83.32 | 96.6% | 2025-04-14 |
75. | marsh (yepeyi) | 83.09 | 96% | 2023-08-19 |
76. | Albertus (ioie98) | 82.98 | 96% | 2016-03-25 |
77. | Noah (parillan) | 82.94 | 95% | 2023-09-30 |
78. | ASDFG (jassanna) | 82.88 | 94% | 2011-12-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |