Text race history for permil (permil)

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
98 2019-02-25 15:05:53 107.61 99%
95 2019-02-25 15:03:15 105.78 99%
86 2019-02-25 14:52:17 104.49 99%
47 2019-02-25 14:14:05 98.91 98%
46 2019-02-25 14:12:49 96.89 99%
29 2019-02-25 13:52:56 100.42 99%
16 2019-02-25 13:38:58 97.11 98%
10 2019-02-25 13:30:33 94.90 99%
3 2019-02-24 08:50:25 82.57 98%