Official speed |
60.26 wpm (88.62 seconds elapsed during race) |
Without ending ping |
60.44 wpm (269 ms delay sending score to TypeRacer’s server) |
Timerless |
60.61 wpm (241 ms elapsed before first character typed; 88.11 seconds elapsed during race) |
Timerless minus one |
60.47 wpm, ignoring the first character typed |
Race Start |
February 1, 2024 9:57:00am UTC |
Race Finish |
February 1, 2024 9:58:28am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
99.3% |
Points |
57.25 |
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 connecton ion and a valid command */ while (true) { socSocket socket = null; InputStream stream = null; try { socket = serverSocket.accept(); socket.setSoTimeout(10 * 1000); stream = socket.getInputStream(); } catch (AccessControlException ace) { log.warn("StandardServer.accept security exceptoion: " + 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 |
241 |
387 |
167 |
264 |
233 |
235 |
166 |
218 |
130 |
150 |
158 |
173 |
255 |
77 |
128 |
120 |
131 |
170 |
154 |
35 |
192 |
177 |
63 |
243 |
90 |
Character |
n |
n |
e |
c |
t |
o |
n |
|
- |
-n |
-o |
i |
o |
n |
|
a |
n |
d |
|
a |
|
v |
a |
l |
i |
Milliseconds |
125 |
161 |
92 |
286 |
193 |
159 |
102 |
144 |
332 |
156 |
135 |
362 |
81 |
91 |
179 |
138 |
134 |
109 |
153 |
152 |
31 |
313 |
154 |
155 |
177 |
Character |
d |
|
c |
o |
m |
m |
a |
n |
d |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
t |
r |
u |
e |
) |
Milliseconds |
125 |
133 |
465 |
135 |
191 |
132 |
132 |
110 |
112 |
116 |
260 |
245 |
163 |
158 |
107 |
144 |
97 |
142 |
166 |
370 |
297 |
181 |
114 |
113 |
287 |
Character |
|
{ |
|
s |
o |
c |
-c |
-o |
-s |
S |
o |
c |
k |
e |
t |
|
s |
o |
c |
k |
e |
t |
|
= |
|
Milliseconds |
160 |
130 |
99 |
418 |
103 |
130 |
417 |
129 |
136 |
547 |
146 |
118 |
134 |
91 |
187 |
117 |
244 |
131 |
195 |
91 |
172 |
216 |
164 |
282 |
121 |
Character |
n |
u |
l |
l |
; |
|
I |
n |
p |
u |
t |
S |
t |
r |
e |
a |
m |
|
s |
t |
r |
e |
a |
m |
|
Milliseconds |
183 |
231 |
195 |
141 |
236 |
192 |
306 |
149 |
133 |
139 |
156 |
468 |
291 |
206 |
101 |
142 |
116 |
180 |
122 |
201 |
205 |
80 |
132 |
126 |
119 |
Character |
= |
|
n |
u |
l |
l |
; |
|
t |
r |
y |
|
{ |
|
s |
o |
c |
k |
e |
t |
|
= |
|
s |
e |
Milliseconds |
192 |
140 |
165 |
214 |
184 |
154 |
168 |
204 |
153 |
191 |
144 |
142 |
232 |
142 |
254 |
110 |
169 |
139 |
45 |
156 |
145 |
155 |
127 |
389 |
98 |
Character |
r |
v |
e |
r |
S |
o |
c |
k |
e |
t |
. |
a |
c |
c |
e |
p |
t |
( |
) |
; |
|
s |
o |
c |
k |
Milliseconds |
148 |
198 |
152 |
65 |
477 |
115 |
128 |
140 |
70 |
166 |
261 |
212 |
265 |
133 |
226 |
232 |
210 |
614 |
127 |
303 |
126 |
221 |
145 |
131 |
141 |
Character |
e |
t |
. |
s |
e |
t |
S |
o |
T |
i |
m |
e |
o |
u |
t |
( |
1 |
0 |
|
* |
|
1 |
0 |
0 |
0 |
Milliseconds |
467 |
212 |
269 |
230 |
175 |
173 |
487 |
163 |
497 |
204 |
151 |
90 |
80 |
137 |
53 |
290 |
387 |
286 |
170 |
298 |
381 |
330 |
314 |
160 |
150 |
Character |
) |
; |
|
s |
t |
r |
e |
a |
m |
|
= |
|
s |
o |
c |
k |
e |
t |
. |
g |
e |
t |
I |
n |
p |
Milliseconds |
308 |
243 |
134 |
182 |
251 |
205 |
80 |
142 |
58 |
158 |
155 |
137 |
155 |
111 |
162 |
141 |
84 |
151 |
166 |
353 |
220 |
124 |
394 |
175 |
118 |
Character |
u |
t |
S |
t |
r |
e |
a |
m |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
A |
c |
c |
e |
Milliseconds |
176 |
143 |
404 |
231 |
238 |
81 |
132 |
32 |
321 |
58 |
291 |
141 |
214 |
129 |
207 |
140 |
110 |
247 |
145 |
118 |
211 |
604 |
271 |
174 |
210 |
Character |
s |
s |
C |
o |
n |
t |
r |
o |
l |
E |
x |
c |
e |
p |
t |
i |
o |
n |
|
a |
c |
e |
) |
|
{ |
Milliseconds |
132 |
146 |
464 |
177 |
138 |
163 |
143 |
78 |
184 |
560 |
250 |
99 |
227 |
94 |
182 |
101 |
59 |
63 |
134 |
130 |
191 |
185 |
305 |
135 |
129 |
Character |
|
l |
o |
g |
. |
w |
a |
r |
n |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
v |
e |
r |
Milliseconds |
71 |
184 |
205 |
150 |
203 |
355 |
141 |
135 |
114 |
270 |
196 |
589 |
211 |
133 |
102 |
123 |
140 |
102 |
194 |
619 |
119 |
147 |
222 |
121 |
72 |
Character |
. |
a |
c |
c |
e |
p |
t |
|
s |
e |
c |
u |
r |
i |
t |
y |
|
e |
x |
c |
e |
p |
t |
o |
-o |
Milliseconds |
151 |
274 |
410 |
142 |
194 |
110 |
133 |
131 |
254 |
215 |
220 |
144 |
113 |
89 |
122 |
92 |
162 |
143 |
232 |
196 |
222 |
121 |
155 |
202 |
428 |
Character |
i |
o |
n |
: |
|
" |
|
+ |
|
a |
c |
e |
. |
g |
e |
t |
M |
e |
s |
s |
a |
g |
e |
( |
) |
Milliseconds |
293 |
90 |
47 |
360 |
132 |
184 |
301 |
405 |
207 |
252 |
276 |
200 |
159 |
240 |
161 |
135 |
354 |
164 |
183 |
152 |
123 |
121 |
80 |
309 |
78 |
Character |
, |
|
a |
c |
e |
) |
; |
|
c |
o |
n |
t |
i |
n |
u |
e |
; |
|
} |
|
c |
a |
t |
c |
h |
Milliseconds |
316 |
211 |
114 |
246 |
180 |
307 |
252 |
141 |
205 |
110 |
91 |
132 |
115 |
110 |
213 |
121 |
133 |
152 |
222 |
113 |
253 |
155 |
112 |
261 |
158 |
Character |
|
( |
I |
O |
E |
x |
c |
e |
p |
t |
i |
o |
n |
|
e |
) |
|
{ |
|
l |
o |
g |
. |
e |
r |
Milliseconds |
179 |
306 |
220 |
164 |
539 |
283 |
132 |
196 |
99 |
203 |
170 |
85 |
40 |
267 |
292 |
294 |
163 |
152 |
290 |
240 |
188 |
146 |
182 |
378 |
270 |
Character |
r |
o |
r |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
Milliseconds |
143 |
185 |
120 |
396 |
240 |
565 |
182 |
130 |
60 |
165 |
133 |
90 |
216 |
509 |
151 |
131 |
225 |
130 |
99 |
104 |
143 |
142 |
121 |
190 |
98 |
Character |
: |
|
a |
c |
c |
e |
p |
t |
: |
|
" |
, |
|
e |
) |
; |
|
S |
y |
s |
t |
e |
m |
. |
e |
Milliseconds |
343 |
78 |
248 |
245 |
151 |
201 |
130 |
130 |
383 |
129 |
204 |
317 |
221 |
80 |
357 |
265 |
143 |
529 |
183 |
179 |
116 |
129 |
207 |
40 |
515 |
Character |
x |
i |
t |
( |
1 |
) |
; |
|
} |
Milliseconds |
235 |
166 |
110 |
301 |
344 |
388 |
272 |
127 |
263 |
|
WPM Timing |
Seconds |
WPM |
1.77 |
47.4 |
3.54 |
60.94 |
5.32 |
67.71 |
7.09 |
57.55 |
8.86 |
62.29 |
10.63 |
63.19 |
12.41 |
62.87 |
14.18 |
60.94 |
15.95 |
58.68 |
17.72 |
59.58 |
19.5 |
59.71 |
21.27 |
59.81 |
23.04 |
60.94 |
24.81 |
61.42 |
26.58 |
62.74 |
28.36 |
63.05 |
30.13 |
61.73 |
31.9 |
61.69 |
33.67 |
60.94 |
35.45 |
60.6 |
37.22 |
59.65 |
38.99 |
60.01 |
40.76 |
60.94 |
42.54 |
60.65 |
44.31 |
60.94 |
46.08 |
60.94 |
47.85 |
60.44 |
49.62 |
60.45 |
51.4 |
61.17 |
53.17 |
61.39 |
54.94 |
61.37 |
56.71 |
61.15 |
58.49 |
61.14 |
60.26 |
61.73 |
62.03 |
61.13 |
63.8 |
60.75 |
65.58 |
60.75 |
67.35 |
60.76 |
69.12 |
61.28 |
70.89 |
61.28 |
72.67 |
61.1 |
74.44 |
61.1 |
76.21 |
60.94 |
77.98 |
60.78 |
79.75 |
60.79 |
81.53 |
60.94 |
83.3 |
60.94 |
85.07 |
60.65 |
86.84 |
60.66 |
88.62 |
60.26 |
|