Text race history for Steve (steveleem)

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
237 2024-01-09 05:34:50 66.74 95.9%
200 2024-01-08 16:30:01 62.63 95.5%
140 2024-01-05 00:48:12 63.85 96.7%
118 2024-01-04 04:04:32 67.52 96.1%
117 2024-01-04 04:02:55 61.74 96.8%
108 2024-01-04 01:12:01 56.60 94.7%
36 2024-01-02 22:44:21 60.41 96.5%
35 2024-01-02 17:18:58 53.60 96.8%
20 2024-01-02 16:57:04 57.22 95.4%