Text race history for (sidd_)

Back to text analysis page

/** 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
205 2024-11-27 08:19:37 112.92 97.5%
192 2019-12-28 01:32:27 117.85 99%
160 2019-07-20 17:11:48 113.54 98%
158 2019-07-20 17:08:41 107.70 98%
156 2019-07-20 17:05:55 105.66 97%
103 2019-02-10 19:48:44 119.66 100%
74 2019-01-27 23:37:04 101.62 97%
16 2018-10-03 17:47:34 113.91 98%