Official speed |
97.77 wpm (54.62 seconds elapsed during race) |
Without ending ping |
97.96 wpm (104 ms delay sending score to TypeRacer’s server) |
Timerless |
98.57 wpm (341 ms elapsed before first character typed; 54.17 seconds elapsed during race) |
Timerless minus one |
98.35 wpm, ignoring the first character typed |
Race Start |
September 9, 2023 4:52:44am UTC |
Race Finish |
September 9, 2023 4:53:39am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
98.9% |
Points |
92.88 |
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 |
/*8 * lLoop 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 (AccessControl"ExException ace) { log.warn("StandardServer.accept security exception: " + ace.getMessage(), ace) ; continue; } catch (IOException e) { log.error("StandardServer.await: accept: ", e); System.exit(1); } |
Timing |
Character |
/ |
* |
8 |
|
- |
-8 |
* |
|
l |
-l |
L |
o |
o |
p |
|
w |
a |
i |
t |
i |
n |
g |
|
f |
o |
Milliseconds |
341 |
283 |
106 |
108 |
396 |
106 |
348 |
95 |
173 |
409 |
206 |
131 |
86 |
97 |
62 |
113 |
16 |
114 |
106 |
39 |
40 |
91 |
63 |
106 |
55 |
Character |
r |
|
a |
|
c |
o |
n |
n |
e |
c |
t |
i |
o |
n |
|
a |
n |
d |
|
a |
|
v |
a |
l |
i |
Milliseconds |
67 |
73 |
56 |
113 |
135 |
41 |
140 |
114 |
90 |
137 |
154 |
42 |
6 |
37 |
76 |
36 |
67 |
73 |
77 |
80 |
86 |
121 |
23 |
79 |
26 |
Character |
d |
|
c |
o |
m |
m |
a |
n |
d |
|
* |
|
- |
/ |
|
w |
h |
i |
l |
e |
|
( |
t |
r |
u |
Milliseconds |
63 |
105 |
95 |
61 |
121 |
116 |
68 |
98 |
73 |
78 |
206 |
285 |
337 |
179 |
131 |
112 |
70 |
17 |
45 |
58 |
74 |
194 |
107 |
120 |
86 |
Character |
e |
) |
|
{ |
|
S |
o |
c |
k |
e |
t |
|
s |
o |
c |
k |
e |
t |
|
= |
|
n |
u |
l |
l |
Milliseconds |
67 |
196 |
85 |
238 |
94 |
227 |
111 |
104 |
45 |
92 |
77 |
51 |
84 |
65 |
70 |
72 |
92 |
85 |
37 |
532 |
142 |
158 |
129 |
147 |
82 |
Character |
; |
|
I |
n |
p |
u |
t |
S |
t |
r |
e |
a |
m |
|
s |
t |
r |
e |
a |
m |
|
= |
|
n |
u |
Milliseconds |
126 |
90 |
245 |
122 |
97 |
63 |
80 |
167 |
304 |
116 |
57 |
0 |
60 |
61 |
123 |
129 |
134 |
49 |
23 |
42 |
69 |
94 |
82 |
119 |
143 |
Character |
l |
l |
; |
|
t |
r |
y |
|
{ |
|
s |
o |
c |
k |
e |
t |
|
= |
|
s |
e |
r |
v |
e |
r |
Milliseconds |
157 |
109 |
165 |
92 |
93 |
136 |
40 |
64 |
131 |
86 |
153 |
67 |
110 |
48 |
103 |
91 |
48 |
97 |
94 |
70 |
79 |
48 |
169 |
97 |
72 |
Character |
S |
o |
c |
k |
e |
t |
. |
a |
c |
c |
e |
p |
t |
( |
) |
; |
|
s |
o |
c |
k |
e |
t |
. |
s |
Milliseconds |
182 |
141 |
65 |
90 |
84 |
66 |
79 |
105 |
175 |
113 |
161 |
80 |
156 |
267 |
153 |
213 |
90 |
95 |
55 |
97 |
55 |
95 |
79 |
9 |
147 |
Character |
e |
t |
S |
o |
T |
i |
m |
e |
o |
u |
t |
( |
1 |
0 |
|
* |
|
1 |
0 |
0 |
0 |
) |
; |
|
s |
Milliseconds |
167 |
53 |
223 |
123 |
231 |
110 |
44 |
52 |
106 |
71 |
56 |
233 |
236 |
57 |
228 |
233 |
52 |
172 |
76 |
122 |
118 |
191 |
200 |
105 |
230 |
Character |
t |
r |
e |
a |
m |
|
= |
|
s |
o |
c |
k |
e |
t |
. |
g |
e |
t |
I |
n |
p |
u |
t |
S |
t |
Milliseconds |
155 |
127 |
46 |
20 |
60 |
79 |
124 |
56 |
69 |
137 |
112 |
60 |
122 |
91 |
25 |
162 |
113 |
64 |
244 |
119 |
122 |
62 |
75 |
203 |
117 |
Character |
r |
e |
a |
m |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
A |
c |
c |
e |
s |
s |
C |
o |
Milliseconds |
126 |
59 |
17 |
56 |
208 |
116 |
158 |
74 |
155 |
74 |
146 |
82 |
49 |
136 |
68 |
39 |
142 |
192 |
150 |
119 |
152 |
164 |
114 |
340 |
166 |
Character |
n |
t |
r |
o |
l |
" |
E |
x |
-x |
-E |
-" |
E |
x |
c |
e |
p |
t |
i |
o |
n |
|
a |
c |
e |
) |
Milliseconds |
65 |
42 |
125 |
47 |
485 |
177 |
75 |
132 |
231 |
120 |
92 |
201 |
135 |
127 |
156 |
79 |
87 |
71 |
42 |
41 |
100 |
138 |
126 |
134 |
195 |
Character |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
v |
Milliseconds |
78 |
162 |
78 |
162 |
117 |
72 |
80 |
108 |
72 |
49 |
82 |
188 |
245 |
215 |
93 |
68 |
70 |
78 |
82 |
76 |
124 |
238 |
137 |
112 |
210 |
Character |
e |
r |
. |
a |
c |
c |
e |
p |
t |
|
s |
e |
c |
u |
r |
i |
t |
y |
|
e |
x |
c |
e |
p |
t |
Milliseconds |
99 |
62 |
59 |
79 |
188 |
119 |
152 |
98 |
65 |
88 |
239 |
96 |
303 |
56 |
148 |
57 |
116 |
49 |
55 |
167 |
136 |
126 |
142 |
71 |
74 |
Character |
i |
o |
n |
: |
|
" |
|
+ |
|
a |
c |
e |
. |
g |
e |
t |
M |
e |
s |
s |
a |
g |
e |
( |
) |
Milliseconds |
77 |
57 |
45 |
202 |
82 |
177 |
167 |
166 |
98 |
211 |
157 |
131 |
77 |
89 |
89 |
62 |
213 |
103 |
167 |
152 |
70 |
85 |
28 |
245 |
116 |
Character |
, |
|
a |
c |
e |
) |
|
- |
; |
|
c |
o |
n |
t |
i |
n |
u |
e |
; |
|
} |
|
c |
a |
t |
Milliseconds |
172 |
62 |
48 |
112 |
154 |
206 |
111 |
270 |
174 |
73 |
100 |
65 |
61 |
114 |
63 |
47 |
164 |
71 |
143 |
78 |
211 |
85 |
133 |
93 |
77 |
Character |
c |
h |
|
( |
I |
O |
E |
x |
c |
e |
p |
t |
i |
o |
n |
|
e |
) |
|
{ |
|
l |
o |
g |
. |
Milliseconds |
127 |
70 |
41 |
153 |
150 |
119 |
99 |
171 |
119 |
158 |
71 |
79 |
94 |
10 |
108 |
27 |
87 |
353 |
142 |
213 |
83 |
212 |
113 |
64 |
74 |
Character |
e |
r |
r |
o |
r |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
Milliseconds |
86 |
159 |
118 |
79 |
81 |
218 |
196 |
218 |
93 |
60 |
70 |
69 |
89 |
69 |
121 |
262 |
207 |
65 |
164 |
102 |
49 |
88 |
103 |
140 |
52 |
Character |
i |
t |
: |
|
a |
c |
c |
e |
p |
t |
: |
|
" |
, |
|
e |
) |
; |
|
S |
y |
s |
t |
e |
m |
Milliseconds |
124 |
93 |
191 |
78 |
106 |
163 |
117 |
150 |
93 |
60 |
190 |
104 |
226 |
204 |
71 |
148 |
239 |
249 |
82 |
211 |
129 |
65 |
39 |
75 |
0 |
Character |
. |
e |
x |
i |
t |
( |
1 |
) |
; |
|
} |
Milliseconds |
58 |
123 |
136 |
98 |
65 |
252 |
223 |
293 |
248 |
92 |
167 |
|
WPM Timing |
Seconds |
WPM |
1.09 |
21.97 |
2.18 |
21.97 |
3.28 |
43.94 |
4.37 |
71.41 |
5.46 |
87.88 |
6.55 |
98.87 |
7.65 |
87.88 |
8.74 |
93.38 |
9.83 |
93.99 |
10.92 |
94.47 |
12.02 |
93.88 |
13.11 |
95.21 |
14.2 |
98.02 |
15.29 |
99.65 |
16.39 |
101.8 |
17.48 |
102.99 |
18.57 |
101.45 |
19.66 |
102.53 |
20.75 |
102.92 |
21.85 |
101.07 |
22.94 |
99.91 |
24.03 |
101.86 |
25.12 |
101.73 |
26.22 |
102.07 |
27.31 |
102.82 |
28.4 |
101.4 |
29.49 |
100.5 |
30.59 |
97.69 |
31.68 |
98.49 |
32.77 |
98.5 |
33.86 |
98.51 |
34.96 |
98.18 |
36.05 |
98.54 |
37.14 |
98.55 |
38.23 |
99.18 |
39.32 |
98.56 |
40.42 |
99.17 |
41.51 |
98.58 |
42.6 |
98.59 |
43.69 |
98.59 |
44.79 |
98.6 |
45.88 |
98.87 |
46.97 |
98.87 |
48.06 |
98.87 |
49.16 |
98.62 |
50.25 |
98.87 |
51.34 |
98.63 |
52.43 |
97.95 |
53.53 |
98.64 |
54.62 |
97.77 |
|