/** 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); }
Game | Time | WPM | Accuracy |
---|---|---|---|
397 | 2023-11-19 15:02:17 | 78.70 | 97.2% |
375 | 2023-11-01 14:18:04 | 70.76 | 97% |
369 | 2023-08-25 09:42:02 | 79.91 | 97.2% |
360 | 2023-08-22 13:57:41 | 74.91 | 97.1% |
343 | 2023-06-21 13:37:32 | 69.35 | 96.3% |
310 | 2023-06-09 10:38:58 | 74.09 | 97.7% |
302 | 2023-06-08 12:18:24 | 81.24 | 97.1% |
224 | 2023-06-05 10:26:57 | 72.85 | 97% |
222 | 2023-06-05 09:41:40 | 83.70 | 98.1% |
153 | 2023-06-02 10:21:33 | 76.93 | 97.9% |
144 | 2023-06-02 10:09:18 | 75.85 | 96.7% |
141 | 2023-06-02 10:04:16 | 65.33 | 96.2% |
136 | 2023-06-02 09:38:54 | 75.91 | 97.9% |
132 | 2023-06-02 09:05:17 | 69.41 | 97.3% |
113 | 2023-06-01 09:23:52 | 71.58 | 96.9% |
108 | 2023-06-01 09:16:27 | 71.20 | 98.3% |
104 | 2023-05-31 12:42:51 | 70.93 | 97.3% |
81 | 2023-05-31 08:35:19 | 71.27 | 97.2% |
72 | 2023-05-31 08:21:23 | 72.70 | 97.5% |
68 | 2023-05-30 20:08:37 | 69.05 | 96.5% |
33 | 2023-05-30 13:04:24 | 68.57 | 96.8% |
30 | 2023-05-29 19:19:33 | 67.84 | 96.6% |
29 | 2023-05-29 19:17:50 | 68.93 | 97.2% |
26 | 2023-05-29 16:55:16 | 59.76 | 95.6% |
24 | 2023-05-26 09:51:02 | 62.36 | 96.8% |
21 | 2023-05-26 09:35:16 | 62.90 | 97.9% |