Official speed |
24.58 wpm (217.25 seconds elapsed during race) |
Without ending ping |
24.62 wpm (374 ms delay sending score to TypeRacer’s server) |
Timerless |
24.74 wpm (1,048 ms elapsed before first character typed; 215.83 seconds elapsed during race) |
Timerless minus one |
24.69 wpm, ignoring the first character typed |
Race Start |
June 6, 2025 1:45:41am UTC |
Race Finish |
June 6, 2025 1:49:19am UTC |
Outcome |
No win (11 of 16) |
Opponents |
6. tocsky (30.90 wpm)
9. pedro_serrudo (25.77 wpm)
12. sarai_vega012 (23.98 wpm)
|
Accuracy |
97.3% |
Points |
23.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 connedction and a valid command */ while true(true) { Socket socket = null:; InputStream stream = null; try { socket = server.SSocket.accept(); socjket.setSoTimeout(10 * 1000); astream = socket.getInputStream(); } catch (AccessControleExpeception ace) { log.warn("StandardSrerver.accept security exceotiption: " + ace.getMessage(), ace); acontinue; } cathch (IOExcceeption 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 |
1048 |
225 |
231 |
685 |
486 |
195 |
208 |
229 |
404 |
346 |
288 |
220 |
709 |
949 |
282 |
145 |
463 |
306 |
196 |
171 |
474 |
186 |
134 |
637 |
194 |
Character |
n |
n |
e |
d |
-d |
c |
t |
i |
o |
n |
|
a |
n |
d |
|
a |
|
v |
a |
l |
i |
d |
|
c |
o |
Milliseconds |
248 |
134 |
173 |
198 |
795 |
174 |
268 |
217 |
146 |
196 |
471 |
162 |
242 |
394 |
185 |
1552 |
495 |
252 |
156 |
515 |
165 |
177 |
413 |
369 |
250 |
Character |
m |
m |
a |
n |
d |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
t |
r |
u |
e |
-e |
-u |
-r |
-t |
( |
t |
Milliseconds |
240 |
158 |
970 |
166 |
153 |
410 |
562 |
252 |
731 |
381 |
358 |
303 |
219 |
104 |
1339 |
876 |
89 |
133 |
134 |
657 |
146 |
149 |
368 |
692 |
733 |
Character |
r |
u |
e |
) |
|
{ |
|
S |
o |
c |
k |
e |
t |
|
s |
o |
c |
k |
e |
t |
|
= |
|
n |
u |
Milliseconds |
78 |
183 |
98 |
911 |
635 |
1213 |
506 |
574 |
296 |
221 |
385 |
142 |
241 |
515 |
376 |
1023 |
252 |
360 |
114 |
166 |
600 |
311 |
211 |
415 |
180 |
Character |
l |
l |
: |
-: |
; |
|
I |
n |
p |
u |
t |
S |
t |
r |
e |
a |
m |
|
s |
t |
r |
e |
a |
m |
|
Milliseconds |
263 |
169 |
1365 |
673 |
888 |
285 |
522 |
519 |
679 |
298 |
833 |
1086 |
302 |
353 |
216 |
269 |
617 |
178 |
154 |
329 |
180 |
121 |
291 |
151 |
402 |
Character |
= |
|
n |
u |
l |
l |
; |
|
t |
r |
y |
|
{ |
|
s |
o |
c |
k |
e |
t |
|
= |
|
s |
e |
Milliseconds |
369 |
284 |
480 |
188 |
307 |
150 |
1031 |
226 |
658 |
98 |
259 |
658 |
854 |
550 |
227 |
163 |
166 |
385 |
149 |
145 |
697 |
146 |
119 |
836 |
194 |
Character |
r |
v |
e |
r |
. |
S |
-S |
-. |
S |
o |
c |
k |
e |
t |
. |
a |
c |
c |
e |
p |
t |
( |
) |
; |
|
Milliseconds |
83 |
263 |
83 |
65 |
729 |
419 |
498 |
169 |
816 |
821 |
329 |
530 |
247 |
159 |
818 |
122 |
219 |
160 |
840 |
312 |
627 |
766 |
201 |
828 |
265 |
Character |
s |
o |
c |
j |
-j |
k |
e |
t |
. |
s |
e |
t |
S |
o |
T |
i |
m |
e |
o |
u |
t |
( |
1 |
0 |
|
Milliseconds |
471 |
262 |
121 |
204 |
433 |
285 |
114 |
145 |
1165 |
146 |
190 |
908 |
586 |
1178 |
573 |
707 |
213 |
83 |
1063 |
250 |
374 |
876 |
520 |
446 |
968 |
Character |
* |
|
1 |
0 |
0 |
0 |
) |
; |
|
a |
-a |
s |
t |
r |
e |
a |
m |
|
= |
|
s |
o |
c |
k |
e |
Milliseconds |
90 |
555 |
678 |
256 |
171 |
289 |
973 |
1085 |
511 |
315 |
651 |
166 |
797 |
177 |
115 |
341 |
633 |
229 |
243 |
618 |
573 |
284 |
165 |
266 |
170 |
Character |
t |
. |
g |
e |
t |
I |
n |
p |
u |
t |
S |
t |
r |
e |
a |
m |
( |
) |
; |
|
} |
|
c |
a |
t |
Milliseconds |
442 |
877 |
516 |
130 |
227 |
960 |
1002 |
299 |
329 |
293 |
848 |
278 |
140 |
93 |
367 |
378 |
761 |
1323 |
778 |
987 |
490 |
358 |
336 |
237 |
872 |
Character |
c |
h |
|
( |
A |
c |
c |
e |
s |
s |
C |
o |
n |
t |
r |
o |
l |
e |
-e |
E |
x |
p |
e |
-e |
-p |
Milliseconds |
345 |
139 |
644 |
942 |
538 |
742 |
174 |
229 |
319 |
211 |
712 |
233 |
211 |
155 |
104 |
774 |
220 |
630 |
785 |
435 |
771 |
242 |
175 |
698 |
203 |
Character |
c |
e |
p |
t |
i |
o |
n |
|
a |
c |
e |
) |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
( |
" |
Milliseconds |
483 |
161 |
392 |
268 |
298 |
162 |
1338 |
177 |
67 |
161 |
153 |
1113 |
198 |
1157 |
377 |
976 |
141 |
370 |
784 |
751 |
244 |
262 |
703 |
551 |
526 |
Character |
S |
t |
a |
n |
d |
a |
r |
d |
S |
r |
-r |
e |
r |
v |
e |
r |
. |
a |
c |
c |
e |
p |
t |
|
s |
Milliseconds |
815 |
333 |
745 |
206 |
924 |
255 |
608 |
995 |
1006 |
649 |
704 |
149 |
108 |
275 |
73 |
71 |
917 |
198 |
211 |
416 |
561 |
1099 |
286 |
692 |
208 |
Character |
e |
c |
u |
r |
i |
t |
y |
|
e |
x |
c |
e |
o |
t |
i |
-i |
-t |
-o |
p |
t |
i |
o |
n |
: |
|
Milliseconds |
196 |
257 |
356 |
858 |
857 |
115 |
136 |
609 |
264 |
258 |
534 |
487 |
298 |
187 |
167 |
400 |
167 |
152 |
1046 |
288 |
148 |
157 |
815 |
1278 |
388 |
Character |
" |
|
+ |
|
a |
c |
e |
. |
g |
e |
t |
M |
e |
s |
s |
a |
g |
e |
( |
) |
, |
|
a |
c |
e |
Milliseconds |
537 |
600 |
437 |
453 |
620 |
188 |
176 |
317 |
1066 |
76 |
95 |
916 |
220 |
240 |
468 |
224 |
893 |
95 |
1026 |
190 |
1017 |
215 |
677 |
175 |
161 |
Character |
) |
; |
|
a |
-a |
c |
o |
n |
t |
i |
n |
u |
e |
; |
|
} |
|
c |
a |
t |
h |
-h |
c |
h |
|
Milliseconds |
1019 |
732 |
399 |
165 |
492 |
120 |
268 |
224 |
220 |
223 |
409 |
566 |
135 |
1226 |
709 |
332 |
476 |
294 |
160 |
288 |
252 |
724 |
255 |
181 |
546 |
Character |
( |
I |
O |
E |
x |
c |
c |
e |
-e |
-c |
e |
p |
t |
i |
o |
n |
|
e |
) |
|
{ |
|
l |
o |
g |
Milliseconds |
624 |
1366 |
195 |
803 |
341 |
834 |
166 |
0 |
867 |
189 |
533 |
917 |
285 |
166 |
153 |
815 |
212 |
143 |
926 |
594 |
578 |
705 |
607 |
154 |
398 |
Character |
. |
e |
r |
r |
o |
r |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
Milliseconds |
999 |
218 |
214 |
181 |
802 |
119 |
1138 |
612 |
794 |
420 |
437 |
957 |
248 |
609 |
245 |
845 |
749 |
178 |
173 |
613 |
135 |
81 |
1005 |
132 |
1025 |
Character |
a |
i |
t |
: |
|
a |
c |
c |
e |
p |
t |
: |
|
" |
, |
|
e |
) |
; |
|
S |
y |
s |
t |
e |
Milliseconds |
115 |
668 |
324 |
1613 |
386 |
139 |
207 |
188 |
607 |
546 |
231 |
1066 |
445 |
507 |
741 |
203 |
1001 |
580 |
786 |
284 |
587 |
843 |
114 |
684 |
130 |
Character |
m |
. |
e |
x |
i |
t |
( |
1 |
) |
; |
|
} |
Milliseconds |
351 |
701 |
721 |
581 |
209 |
158 |
948 |
432 |
497 |
932 |
739 |
358 |
|
WPM Timing |
Seconds |
WPM |
4.34 |
27.62 |
8.69 |
31.76 |
13.03 |
33.14 |
17.38 |
31.76 |
21.72 |
31.48 |
26.07 |
29 |
30.41 |
27.62 |
34.76 |
27.62 |
39.1 |
28.23 |
43.45 |
26.51 |
47.79 |
26.86 |
52.14 |
27.62 |
56.48 |
28.04 |
60.83 |
28.01 |
65.17 |
27.99 |
69.52 |
27.62 |
73.86 |
27.46 |
78.21 |
27.16 |
82.55 |
26.89 |
86.9 |
26.38 |
91.24 |
26.7 |
95.59 |
26.49 |
99.93 |
26.66 |
104.28 |
26.35 |
108.62 |
26.18 |
112.97 |
26.24 |
117.31 |
26.08 |
121.66 |
25.94 |
126 |
25.81 |
130.35 |
25.59 |
134.69 |
25.21 |
139.04 |
25.46 |
143.38 |
25.53 |
147.73 |
25.34 |
152.07 |
25.17 |
156.42 |
25.32 |
160.76 |
25.23 |
165.11 |
25.29 |
169.45 |
25.28 |
173.8 |
25.13 |
178.14 |
24.86 |
182.49 |
24.92 |
186.83 |
24.92 |
191.18 |
24.73 |
195.52 |
24.86 |
199.87 |
24.68 |
204.21 |
24.74 |
208.56 |
24.68 |
212.9 |
24.69 |
217.25 |
24.58 |
|