| Official speed | 130.90 wpm (40.79 seconds elapsed during race) | 
 
  | Without ending ping | 131.37 wpm (145 ms delay sending score to TypeRacer’s server) | 
 
  | Timerless | 131.81 wpm (135 ms elapsed before first character typed; 40.51 seconds elapsed during race) | 
 
  | Timerless minus one | 131.51 wpm, ignoring the first character typed | 
 
  | Race Start | July 8, 2023 2:40:40am UTC | 
 
  | Race Finish | July 8, 2023 2:41:21am UTC | 
 
  | Outcome | No win (1 of 1) | 
 
  | Accuracy | 98.7% | 
 
  | Points | 124.35 | 
 
  | Text | #10001 (Length: 445 characters) /** 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); } | 
 
  | Characters typed | /** Loop waiting for a connection and a valid command */ while (true) { Socket socket = null; InputStream stream = null; try { sokcecket = serverSocket.accept(); socket.setSoTimeout(10 * 1000); stream = socket.getInputStream(); } catch (AceccessControlException ace) { log.warn("StandarDdServera..accept security exception: " + ace.getMessage(), ace); continue; } catch (IOException e) { log.error("StandardServer.await: accept: ", e):; System.exit(1); } | 
 
  | Timing | 
    
     | Character | / | * | * |  | L | o | o | p |  | w | a | i | t | i | n | g |  | f | o | r |  | a |  | c | o |  
     | Milliseconds | 135 | 29 | 139 | 54 | 140 | 106 | 119 | 32 | 27 | 64 | 69 | 43 | 36 | 112 | 67 | 25 | 77 | 72 | 43 | 83 | 41 | 66 | 80 | 71 | 52 |  
    
     | Character | n | n | e | c | t | i | o | n |  | a | n | d |  | a |  | v | a | l | i | d |  | c | o | m | m |  
     | Milliseconds | 88 | 125 | 15 | 120 | 120 | 60 | 10 | 62 | 75 | 33 | 44 | 47 | 58 | 31 | 94 | 134 | 16 | 145 | 62 | 84 | 66 | 68 | 44 | 73 | 149 |  
    
     | Character | a | n | d |  | * | / |  | w | h | i | l | e |  | ( | t | r | u | e | ) |  | { |  | S | o | c |  
     | Milliseconds | 19 | 106 | 35 | 78 | 111 | 27 | 56 | 220 | 35 | 98 | 76 | 59 | 48 | 86 | 30 | 35 | 86 | 60 | 40 | 98 | 58 | 105 | 131 | 87 | 85 |  
    
     | Character | k | e | t |  | s | o | c | k | e | t |  | = |  | n | u | l | l | ; |  | I | n | p | u | t | S |  
     | Milliseconds | 51 | 36 | 52 | 86 | 53 | 56 | 109 | 68 | 64 | 60 | 65 | 82 | 70 | 66 | 62 | 65 | 111 | 52 | 25 | 132 | 72 | 66 | 41 | 46 | 164 |  
    
     | Character | t | r | e | a | m |  | s | t | r | e | a | m |  | = |  | n | u | l | l | ; |  | t | r | y |  |  
     | Milliseconds | 150 | 57 | 38 | 56 | 72 | 106 | 80 | 101 | 55 | 65 | 33 | 53 | 104 | 86 | 54 | 82 | 43 | 92 | 114 | 67 | 19 | 82 | 26 | 48 | 53 |  
    
     | Character | { |  | s | o | k | c | e | -e | -c | -k | c | k | e | t |  | = |  | s | e | r | v | e | r | S | o |  
     | Milliseconds | 83 | 70 | 91 | 71 | 120 | 70 | 35 | 272 | 119 | 135 | 62 | 71 | 26 | 94 | 36 | 105 | 76 | 58 | 60 | 66 | 143 | 35 | 70 | 129 | 99 |  
    
     | Character | c | k | e | t | . | a | c | c | e | p | t | ( | ) | ; |  | s | o | c | k | e | t | . | s | e | t |  
     | Milliseconds | 117 | 28 | 94 | 109 | 117 | 209 | 100 | 104 | 33 | 17 | 85 | 72 | 90 | 45 | 66 | 114 | 74 | 86 | 83 | 46 | 3 | 145 | 79 | 85 | 52 |  
    
     | Character | S | o | T | i | m | e | o | u | t | ( | 1 | 0 |  | * |  | 1 | 0 | 0 | 0 | ) | ; |  | s | t | r |  
     | Milliseconds | 150 | 83 | 170 | 66 | 83 | 66 | 73 | 64 | 79 | 91 | 172 | 163 | 50 | 112 | 54 | 131 | 148 | 137 | 109 | 166 | 66 | 37 | 108 | 64 | 17 |  
    
     | Character | e | a | m |  | = |  | s | o | c | k | e | t | . | g | e | t | I | n | p | u | t | S | t | r | e |  
     | Milliseconds | 70 | 28 | 77 | 51 | 120 | 46 | 77 | 55 | 87 | 36 | 53 | 81 | 95 | 69 | 120 | 40 | 211 | 93 | 65 | 38 | 57 | 253 | 129 | 41 | 50 |  
    
     | Character | a | m | ( | ) | ; |  | } |  | c | a | t | c | h |  | ( | A | c | e | c | -c | -e | c | e | s | s |  
     | Milliseconds | 17 | 43 | 104 | 75 | 57 | 55 | 151 | 91 | 138 | 90 | 76 | 121 | 19 | 60 | 86 | 215 | 102 | 126 | 0 | 240 | 148 | 119 | 78 | 73 | 131 |  
    
     | Character | C | o | n | t | r | o | l | E | x | c | e | p | t | i | o | n |  | a | c | e | ) |  | { |  | l |  
     | Milliseconds | 125 | 79 | 46 | 31 | 138 | 76 | 40 | 186 | 106 | 106 | 69 | 36 | 52 | 108 | 0 | 44 | 104 | 24 | 98 | 60 | 120 | 95 | 189 | 55 | 107 |  
    
     | Character | o | g | . | w | a | r | n | ( | " | S | t | a | n | d | a | r | D | -D | d | S | e | r | v | e | r |  
     | Milliseconds | 75 | 52 | 135 | 101 | 73 | 55 | 109 | 54 | 175 | 207 | 142 | 55 | 84 | 41 | 56 | 82 | 207 | 238 | 92 | 151 | 83 | 55 | 125 | 58 | 74 |  
    
     | Character | a | . | -. | -a | . | a | c | c | e | p | t |  | s | e | c | u | r | i | t | y |  | e | x | c | e |  
     | Milliseconds | 78 | 258 | 127 | 157 | 25 | 129 | 76 | 101 | 38 | 28 | 79 | 64 | 95 | 65 | 71 | 69 | 74 | 91 | 46 | 82 | 33 | 110 | 123 | 111 | 72 |  
    
     | Character | p | t | i | o | n | : |  | " |  | + |  | a | c | e | . | g | e | t | M | e | s | s | a | g | e |  
     | Milliseconds | 24 | 79 | 86 | 7 | 27 | 199 | 18 | 184 | 131 | 115 | 76 | 50 | 110 | 41 | 155 | 70 | 72 | 63 | 142 | 66 | 51 | 138 | 33 | 122 | 37 |  
    
     | Character | ( | ) | , |  | a | c | e | ) | ; |  | c | o | n | t | i | n | u | e | ; |  | } |  | c | a | t |  
     | Milliseconds | 104 | 81 | 77 | 59 | 137 | 64 | 102 | 61 | 102 | 34 | 99 | 74 | 73 | 40 | 48 | 145 | 17 | 182 | 208 | 59 | 123 | 61 | 124 | 101 | 63 |  
    
     | Character | c | h |  | ( | I | O | E | x | c | e | p | t | i | o | n |  | e | ) |  | { |  | l | o | g | . |  
     | Milliseconds | 127 | 42 | 23 | 69 | 220 | 33 | 196 | 173 | 148 | 49 | 39 | 99 | 66 | 11 | 60 | 70 | 68 | 95 | 497 | 161 | 67 | 212 | 43 | 91 | 69 |  
    
     | Character | e | r | r | o | r | ( | " | S | t | a | n | d | a | r | d | S | e | r | v | e | r | . | a | w | a |  
     | Milliseconds | 136 | 84 | 104 | 70 | 59 | 71 | 159 | 179 | 156 | 78 | 67 | 33 | 74 | 58 | 56 | 138 | 58 | 66 | 129 | 42 | 93 | 81 | 138 | 59 | 88 |  
    
     | Character | i | t | : |  | a | c | c | e | p | t | : |  | " | , |  | e | ) | : | -: | ; |  | S | y | s | t |  
     | Milliseconds | 20 | 53 | 158 | 44 | 103 | 58 | 109 | 46 | 21 | 59 | 234 | 35 | 189 | 173 | 56 | 154 | 105 | 214 | 246 | 194 | 4 | 166 | 86 | 61 | 44 |  
    
     | Character | e | m | . | e | x | i | t | ( | 1 | ) | ; |  | } |  
     | Milliseconds | 138 | 89 | 135 | 163 | 106 | 146 | 57 | 105 | 278 | 176 | 78 | 109 | 95 |  | 
 
  | WPM Timing | 
 
  | Seconds | WPM |  0.82 | 132.37 | 1.63 | 161.79 | 2.45 | 161.79 | 3.26 | 165.46 | 4.08 | 167.67 | 4.9 | 166.69 | 5.71 | 165.99 | 6.53 | 167.3 | 7.34 | 163.42 | 8.16 | 164.73 | 8.97 | 167.13 | 9.79 | 158.11 | 10.61 | 155 | 11.42 | 154.43 | 12.24 | 151.98 | 13.05 | 152.59 | 13.87 | 151.4 | 14.69 | 149.53 | 15.5 | 147.85 | 16.32 | 149.28 | 17.13 | 148.48 | 17.95 | 148.42 | 18.77 | 148.36 | 19.58 | 144.63 | 20.4 | 142.96 | 21.21 | 142.55 | 22.03 | 142.72 | 22.84 | 142.88 | 23.66 | 142.01 | 24.48 | 138.74 | 25.29 | 136.64 | 26.11 | 136.51 | 26.92 | 136.83 | 27.74 | 137.13 | 28.56 | 137.41 | 29.37 | 137.68 | 30.19 | 137.94 | 31 | 137.4 | 31.82 | 137.27 | 32.64 | 137.15 | 33.45 | 135.6 | 34.27 | 134.82 | 35.08 | 134.08 | 35.9 | 135.04 | 36.72 | 134.99 | 37.53 | 134.93 | 38.35 | 133.31 | 39.16 | 132.68 | 39.98 | 132.07 | 40.79 | 130.9 |  |