Text race history for Ashu (asaral)

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
125 2023-07-27 16:34:13 42.26 95.6%
100 2023-07-27 10:51:08 39.95 97.2%
76 2023-07-17 18:26:01 47.61 98.1%
74 2023-07-17 18:22:51 36.31 95%
50 2023-07-10 07:28:46 41.35 97.9%
27 2023-07-06 02:54:19 39.33 97.9%
8 2023-06-30 19:06:03 33.85 96.9%