/** 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 |
---|---|---|---|
232 | 2025-09-11 11:17:05 | 35.92 | 92% |
225 | 2025-09-05 10:32:34 | 40.44 | 94% |
213 | 2025-09-04 11:57:50 | 38.66 | 93% |
211 | 2025-09-04 11:53:52 | 39.66 | 94% |
178 | 2025-08-13 11:15:23 | 36.25 | 93% |
172 | 2025-08-13 07:40:11 | 35.79 | 94% |
153 | 2025-07-10 05:53:33 | 25.05 | 93% |
151 | 2025-07-09 08:21:42 | 35.22 | 95% |
147 | 2025-07-08 10:47:03 | 29.82 | 93% |
130 | 2025-07-05 19:17:27 | 35.31 | 94% |
129 | 2025-07-04 18:31:37 | 29.16 | 94% |
124 | 2025-07-04 15:03:05 | 26.02 | 94% |
76 | 2025-06-29 13:58:44 | 29.18 | 93% |
40 | 2025-06-26 09:01:18 | 26.48 | 90% |
1 | 2025-06-15 08:12:30 | 22.30 | 90% |