Official speed |
32.82 wpm (198.17 seconds elapsed during race) |
Without ending ping |
32.88 wpm (345 ms delay sending score to TypeRacer’s server) |
Timerless |
33.70 wpm (4,850 ms elapsed before first character typed; 192.98 seconds elapsed during race) |
Timerless minus one |
33.64 wpm, ignoring the first character typed |
Race Start |
August 2, 2023 1:55:46pm UTC |
Race Finish |
August 2, 2023 1:59:04pm UTC |
Outcome |
No win (2 of 3) |
Accuracy |
93.9% |
Points |
48.68 |
Text |
#10000 (Length: 542 characters) /* Read a set of characters from the socket */ StringBuffer command = new StringBuffer(); int expected = 1024; /* Cut off to avoid DoS attack */ while (expected < shutdown.length()) { if (random == null) random = new Random(System.currentTimeMillis()); expected += (random.nextInt() % 1024); } while (expected > 0) { int ch = -1; try { ch = stream.read(); } catch (IOException e) { log.warn("StandardServer.await: read: ", e); ch = -1; } if (ch < 32) /* Control character or EOF terminates loop break; command.append((char) ch); expected--; } |
Characters typed |
/* Read a set of characters from the scripocket */ StringBuffer command = new StringBuffer(); int expected = 1024 ; /*Cut Cut offtp o to aoiavoid CDosS attaacck */ while (expected 0 >0 0 ) { int ch= = -1; try { ch== = stream.read(); } catch (IOException e){ { log.warn(Syst"Stsrandard Server.await: read: ", e) ; ch= -1= -1; } if( (ch <32 32) /* Control character or EOF termiannated s loop break; command . aappend((char) ch) ; expected--:; } |
Timing |
Character |
/ |
* |
|
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
a |
c |
t |
e |
Milliseconds |
4850 |
797 |
354 |
736 |
155 |
93 |
152 |
191 |
329 |
131 |
216 |
195 |
240 |
114 |
211 |
186 |
58 |
167 |
132 |
64 |
175 |
86 |
140 |
168 |
121 |
Character |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
c |
r |
i |
p |
-p |
-i |
-r |
-c |
o |
c |
k |
e |
Milliseconds |
76 |
243 |
151 |
269 |
161 |
78 |
88 |
181 |
47 |
151 |
48 |
161 |
162 |
215 |
210 |
159 |
198 |
274 |
163 |
173 |
179 |
381 |
217 |
175 |
166 |
Character |
t |
|
* |
/ |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
Milliseconds |
146 |
861 |
617 |
404 |
322 |
579 |
155 |
141 |
140 |
118 |
148 |
478 |
166 |
210 |
155 |
116 |
141 |
252 |
404 |
117 |
91 |
178 |
86 |
170 |
176 |
Character |
|
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
i |
n |
Milliseconds |
273 |
597 |
366 |
305 |
140 |
112 |
204 |
413 |
144 |
135 |
141 |
115 |
153 |
374 |
146 |
296 |
142 |
74 |
113 |
626 |
155 |
231 |
554 |
283 |
102 |
Character |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
|
- |
; |
|
/ |
* |
C |
u |
Milliseconds |
154 |
165 |
289 |
257 |
171 |
189 |
136 |
232 |
107 |
106 |
346 |
363 |
249 |
369 |
198 |
330 |
260 |
470 |
384 |
239 |
264 |
760 |
717 |
1231 |
181 |
Character |
t |
-t |
-u |
-C |
|
C |
u |
t |
|
o |
f |
f |
t |
p |
|
- |
-p |
o |
|
- |
-o |
-t |
|
t |
o |
Milliseconds |
158 |
412 |
154 |
178 |
395 |
324 |
406 |
155 |
103 |
219 |
183 |
179 |
625 |
109 |
222 |
338 |
134 |
215 |
156 |
416 |
161 |
180 |
439 |
202 |
152 |
Character |
|
a |
o |
i |
-i |
-o |
-a |
a |
v |
o |
i |
d |
|
C |
-C |
D |
o |
s |
-s |
S |
|
a |
t |
t |
a |
Milliseconds |
182 |
117 |
302 |
189 |
376 |
169 |
425 |
511 |
394 |
220 |
115 |
196 |
344 |
738 |
398 |
306 |
234 |
324 |
465 |
287 |
227 |
209 |
219 |
137 |
195 |
Character |
a |
c |
-c |
-a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
Milliseconds |
130 |
151 |
535 |
161 |
730 |
208 |
380 |
840 |
368 |
405 |
524 |
119 |
183 |
164 |
122 |
805 |
417 |
308 |
250 |
254 |
129 |
181 |
159 |
125 |
152 |
Character |
|
< |
s |
-s |
|
s |
g |
-g |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
g |
t |
h |
( |
) |
) |
Milliseconds |
578 |
400 |
295 |
334 |
237 |
168 |
193 |
341 |
240 |
158 |
105 |
293 |
138 |
215 |
155 |
1048 |
226 |
83 |
174 |
116 |
171 |
108 |
446 |
152 |
201 |
Character |
|
{ |
|
i |
f |
( |
r |
-r |
-( |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
l |
l |
Milliseconds |
485 |
480 |
342 |
394 |
192 |
322 |
327 |
353 |
145 |
310 |
510 |
313 |
0 |
254 |
207 |
169 |
168 |
464 |
368 |
121 |
206 |
208 |
160 |
205 |
152 |
Character |
) |
|
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
r |
a |
n |
-n |
-a |
-r |
R |
a |
n |
d |
Milliseconds |
462 |
635 |
349 |
193 |
81 |
157 |
146 |
96 |
320 |
461 |
218 |
307 |
160 |
111 |
140 |
410 |
171 |
121 |
358 |
178 |
219 |
492 |
192 |
131 |
290 |
Character |
o |
m |
( |
S |
Y |
s |
t |
e |
-e |
-t |
-s |
-Y |
-S |
S |
y |
s |
t |
e |
m |
. |
c |
u |
r |
r |
e |
Milliseconds |
110 |
128 |
724 |
445 |
138 |
155 |
80 |
144 |
282 |
169 |
171 |
171 |
785 |
1133 |
267 |
96 |
122 |
123 |
173 |
239 |
619 |
139 |
131 |
165 |
85 |
Character |
n |
t |
T |
i |
m |
e |
M |
i |
l |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
t |
d |
-d |
Milliseconds |
105 |
78 |
951 |
189 |
116 |
127 |
417 |
176 |
249 |
158 |
154 |
139 |
732 |
165 |
660 |
301 |
650 |
240 |
209 |
116 |
174 |
191 |
154 |
233 |
455 |
Character |
e |
d |
|
+ |
= |
|
( |
r |
a |
n |
d |
o |
m |
. |
n |
e |
x |
t |
I |
n |
t |
( |
) |
|
% |
Milliseconds |
110 |
101 |
448 |
387 |
172 |
1060 |
401 |
275 |
152 |
94 |
167 |
152 |
108 |
738 |
248 |
65 |
247 |
102 |
467 |
117 |
203 |
401 |
157 |
386 |
1040 |
Character |
1 |
0 |
-0 |
-1 |
|
1 |
0 |
2 |
4 |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
Milliseconds |
272 |
183 |
583 |
481 |
271 |
228 |
256 |
139 |
497 |
906 |
254 |
473 |
794 |
294 |
757 |
114 |
165 |
166 |
128 |
221 |
465 |
268 |
601 |
295 |
237 |
Character |
c |
t |
e |
d |
> |
0 |
-0 |
-> |
|
> |
0 |
-0 |
|
0 |
|
- |
) |
|
{ |
|
i |
n |
t |
|
c |
Milliseconds |
134 |
180 |
122 |
134 |
1004 |
279 |
393 |
162 |
233 |
331 |
296 |
508 |
227 |
247 |
454 |
488 |
796 |
333 |
602 |
286 |
321 |
95 |
565 |
132 |
181 |
Character |
h |
= |
-= |
|
= |
|
- |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
= |
= |
-= |
-= |
|
= |
|
Milliseconds |
146 |
293 |
500 |
237 |
295 |
238 |
241 |
195 |
942 |
207 |
340 |
143 |
291 |
612 |
992 |
660 |
353 |
118 |
367 |
167 |
347 |
147 |
233 |
273 |
188 |
Character |
s |
t |
r |
e |
a |
m |
. |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
Milliseconds |
291 |
142 |
204 |
81 |
139 |
188 |
429 |
200 |
102 |
198 |
181 |
509 |
152 |
290 |
392 |
460 |
369 |
304 |
70 |
202 |
138 |
107 |
570 |
447 |
398 |
Character |
O |
E |
x |
c |
e |
p |
t |
i |
o |
n |
|
e |
) |
{ |
|
- |
-{ |
|
{ |
|
l |
o |
g |
. |
w |
Milliseconds |
226 |
368 |
1250 |
262 |
251 |
151 |
191 |
109 |
165 |
103 |
464 |
392 |
369 |
1220 |
271 |
396 |
151 |
321 |
411 |
270 |
684 |
181 |
569 |
177 |
177 |
Character |
a |
r |
n |
( |
S |
y |
s |
t |
-t |
-s |
-y |
-S |
" |
S |
t |
s |
r |
-r |
-s |
a |
n |
d |
a |
r |
d |
Milliseconds |
201 |
225 |
172 |
901 |
643 |
209 |
113 |
136 |
271 |
160 |
181 |
162 |
455 |
366 |
125 |
105 |
159 |
374 |
145 |
442 |
159 |
261 |
86 |
786 |
195 |
Character |
|
- |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
, |
|
Milliseconds |
276 |
615 |
332 |
229 |
166 |
180 |
134 |
118 |
554 |
224 |
245 |
183 |
456 |
168 |
781 |
295 |
285 |
95 |
231 |
159 |
472 |
254 |
413 |
626 |
169 |
Character |
e |
) |
|
- |
; |
|
c |
h |
= |
-= |
|
- |
-- |
1 |
-1 |
= |
|
- |
1 |
; |
|
} |
|
i |
f |
Milliseconds |
176 |
397 |
417 |
364 |
207 |
217 |
399 |
193 |
441 |
602 |
238 |
228 |
658 |
483 |
385 |
520 |
250 |
229 |
196 |
1062 |
470 |
378 |
397 |
301 |
188 |
Character |
( |
-( |
|
( |
c |
h |
|
< |
3 |
2 |
-2 |
-3 |
|
3 |
2 |
) |
|
/ |
* |
|
C |
o |
n |
t |
r |
Milliseconds |
324 |
384 |
244 |
424 |
265 |
137 |
709 |
355 |
525 |
82 |
588 |
155 |
215 |
118 |
100 |
866 |
711 |
829 |
574 |
468 |
548 |
142 |
111 |
185 |
107 |
Character |
o |
l |
|
c |
h |
a |
r |
a |
c |
t |
e |
r |
|
o |
r |
|
E |
O |
F |
|
t |
e |
r |
m |
i |
Milliseconds |
154 |
504 |
244 |
389 |
117 |
108 |
136 |
94 |
111 |
153 |
218 |
136 |
103 |
272 |
151 |
162 |
643 |
255 |
236 |
419 |
408 |
90 |
192 |
124 |
180 |
Character |
a |
n |
-n |
-a |
n |
a |
t |
e |
d |
|
- |
-d |
s |
|
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
Milliseconds |
296 |
129 |
351 |
132 |
197 |
122 |
222 |
200 |
562 |
273 |
300 |
147 |
98 |
114 |
195 |
147 |
153 |
161 |
226 |
260 |
131 |
82 |
293 |
208 |
305 |
Character |
|
c |
o |
m |
m |
a |
n |
d |
|
- |
. |
|
a |
-a |
- |
a |
p |
p |
e |
n |
d |
( |
( |
c |
h |
Milliseconds |
1290 |
478 |
154 |
252 |
183 |
118 |
134 |
223 |
274 |
327 |
195 |
204 |
206 |
275 |
149 |
138 |
157 |
151 |
129 |
92 |
150 |
747 |
140 |
290 |
95 |
Character |
a |
r |
) |
|
c |
h |
) |
|
- |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
- |
- |
: |
-: |
; |
|
Milliseconds |
125 |
171 |
395 |
350 |
234 |
93 |
497 |
423 |
332 |
198 |
225 |
212 |
253 |
136 |
131 |
145 |
256 |
174 |
144 |
550 |
148 |
745 |
466 |
192 |
294 |
Character |
} |
Milliseconds |
490 |
|
WPM Timing |
Seconds |
WPM |
3.96 |
0 |
7.93 |
15.14 |
11.89 |
38.35 |
15.85 |
33.3 |
19.82 |
36.33 |
23.78 |
39.86 |
27.74 |
41.09 |
31.71 |
41.25 |
35.67 |
38.01 |
39.63 |
36.63 |
43.6 |
34.41 |
47.56 |
33.56 |
51.52 |
33.07 |
55.49 |
33.3 |
59.45 |
33.51 |
63.41 |
34.25 |
67.38 |
33.84 |
71.34 |
34.48 |
75.31 |
34.58 |
79.27 |
33.91 |
83.23 |
34.31 |
87.2 |
34.41 |
91.16 |
34.49 |
95.12 |
34.82 |
99.09 |
34.39 |
103.05 |
34 |
107.01 |
34.09 |
110.98 |
33.63 |
114.94 |
33.3 |
118.9 |
33.3 |
122.87 |
33.01 |
126.83 |
33.4 |
130.79 |
33.58 |
134.76 |
33.66 |
138.72 |
33.13 |
142.68 |
32.88 |
146.65 |
32.65 |
150.61 |
32.75 |
154.57 |
32.84 |
158.54 |
32.55 |
162.5 |
32.12 |
166.46 |
32.08 |
170.43 |
31.76 |
174.39 |
31.86 |
178.35 |
32.43 |
182.32 |
32.45 |
186.28 |
32.6 |
190.24 |
32.67 |
194.21 |
32.87 |
198.17 |
32.82 |
|