/** 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 |
---|---|---|---|---|
39. | (keegant) | 91.31 | 97% | 2019-06-19 |
40. | Shutaro (w_h_) | 89.99 | 97% | 2019-02-26 |
41. | Arrogant (dkaocka) | 89.82 | 94.9% | 2023-12-14 |
42. | Atilla (blueatillalonny) | 89.17 | 93% | 2015-04-29 |
43. | Yuhang (yuhang0722) | 88.75 | 98% | 2023-08-06 |
44. | Jackson (j4ckal11) | 88.74 | 100% | 2023-06-10 |
45. | Alon (daycolor) | 88.41 | 97% | 2019-10-17 |
46. | Anders (anderstypematrix) | 87.92 | — | 2011-01-28 |
47. | Boi (disnoob) | 87.80 | 97% | 2023-07-14 |
48. | PhilliesMagic (fightin_phils) | 87.51 | — | 2010-12-22 |
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 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,943 | 50.46 | December 13, 2009 |
Default (English) | 3 | 62.68 | December 14, 2008 |