Official speed |
37.07 wpm (175.45 seconds elapsed during race) |
Without ending ping |
37.19 wpm (550 ms delay sending score to TypeRacer’s server) |
Timerless |
37.26 wpm (366 ms elapsed before first character typed; 174.54 seconds elapsed during race) |
Timerless minus one |
37.20 wpm, ignoring the first character typed |
Race Start |
July 9, 2023 10:57:37am UTC |
Race Finish |
July 9, 2023 11:00:33am UTC |
Outcome |
No win (2 of 3) |
Accuracy |
97.4% |
Points |
54.98 |
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 charcavtcters from the esocket */ StringBuffer command = new StringBuffer(0); int expected = 1024; /* Cuf ot off to avoid DoS attack */ while (expected < shutdown.length()) { if (random == null) random = new Random(System.currentTimeMillis()); expected += (random.nextInt(0 ) % 1024 ); } while (expected > 0) { int ch = -1; try { ch = steream.read(0); } catch (IEOException e) { log.warn("StandardseServer.await: read: ", e); ch -= -q1; } if (ch < 32) /* Cntrontrol character or EOF terminates loop break; command.append((char) ch); epxpected--; } |
Timing |
Character |
/ |
* |
|
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
c |
-c |
a |
v |
Milliseconds |
366 |
834 |
402 |
643 |
111 |
169 |
197 |
447 |
331 |
195 |
143 |
179 |
193 |
256 |
230 |
92 |
108 |
143 |
56 |
98 |
156 |
278 |
500 |
129 |
429 |
Character |
t |
-t |
-v |
c |
t |
e |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
e |
-e |
s |
o |
c |
k |
e |
Milliseconds |
298 |
342 |
139 |
177 |
297 |
280 |
113 |
453 |
156 |
151 |
214 |
113 |
248 |
149 |
125 |
49 |
106 |
110 |
0 |
582 |
637 |
104 |
142 |
97 |
166 |
Character |
t |
|
* |
/ |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
Milliseconds |
172 |
127 |
816 |
985 |
199 |
779 |
279 |
241 |
81 |
181 |
50 |
591 |
270 |
177 |
195 |
180 |
95 |
97 |
214 |
76 |
171 |
189 |
166 |
136 |
78 |
Character |
|
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
0 |
-0 |
) |
; |
|
Milliseconds |
90 |
333 |
178 |
268 |
158 |
159 |
97 |
595 |
250 |
219 |
108 |
134 |
161 |
628 |
254 |
154 |
180 |
138 |
109 |
691 |
196 |
639 |
446 |
600 |
224 |
Character |
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
; |
|
/ |
* |
|
C |
Milliseconds |
142 |
143 |
107 |
105 |
106 |
253 |
146 |
152 |
225 |
221 |
119 |
866 |
167 |
225 |
198 |
414 |
176 |
355 |
228 |
851 |
240 |
594 |
466 |
197 |
585 |
Character |
u |
f |
|
o |
-o |
- |
-f |
t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
S |
Milliseconds |
212 |
232 |
109 |
160 |
341 |
281 |
201 |
595 |
315 |
396 |
150 |
179 |
365 |
163 |
71 |
163 |
132 |
202 |
52 |
191 |
504 |
169 |
716 |
442 |
688 |
Character |
|
a |
t |
t |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
Milliseconds |
234 |
518 |
152 |
209 |
199 |
271 |
167 |
139 |
473 |
673 |
301 |
263 |
555 |
150 |
223 |
103 |
115 |
472 |
158 |
303 |
107 |
145 |
361 |
237 |
158 |
Character |
d |
|
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
g |
t |
h |
( |
) |
) |
|
{ |
|
Milliseconds |
247 |
109 |
652 |
100 |
179 |
78 |
203 |
578 |
595 |
358 |
279 |
95 |
474 |
258 |
140 |
111 |
101 |
236 |
91 |
702 |
302 |
232 |
576 |
647 |
390 |
Character |
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
l |
l |
) |
|
r |
a |
n |
d |
o |
Milliseconds |
233 |
116 |
84 |
378 |
212 |
178 |
441 |
155 |
108 |
223 |
62 |
321 |
596 |
255 |
225 |
222 |
325 |
168 |
426 |
204 |
679 |
147 |
110 |
81 |
137 |
Character |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
( |
S |
y |
s |
t |
e |
m |
. |
c |
u |
r |
Milliseconds |
178 |
119 |
544 |
177 |
261 |
141 |
176 |
134 |
741 |
210 |
148 |
111 |
503 |
223 |
377 |
679 |
319 |
374 |
217 |
164 |
92 |
671 |
197 |
333 |
239 |
Character |
r |
e |
n |
t |
T |
i |
m |
e |
M |
i |
l |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
t |
Milliseconds |
154 |
126 |
125 |
108 |
809 |
223 |
567 |
99 |
617 |
200 |
196 |
242 |
250 |
128 |
550 |
288 |
220 |
544 |
173 |
187 |
213 |
133 |
167 |
246 |
211 |
Character |
e |
d |
|
+ |
= |
|
( |
r |
a |
n |
d |
o |
m |
. |
n |
e |
x |
t |
I |
n |
t |
( |
0 |
|
- |
Milliseconds |
176 |
243 |
134 |
456 |
312 |
184 |
604 |
187 |
172 |
494 |
362 |
592 |
343 |
435 |
481 |
153 |
251 |
239 |
725 |
160 |
80 |
717 |
281 |
192 |
431 |
Character |
-0 |
) |
|
% |
|
1 |
0 |
2 |
4 |
|
- |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
Milliseconds |
146 |
775 |
508 |
870 |
447 |
515 |
335 |
343 |
1926 |
624 |
421 |
489 |
412 |
174 |
335 |
199 |
469 |
88 |
132 |
197 |
132 |
100 |
650 |
187 |
274 |
Character |
p |
e |
c |
t |
e |
d |
|
> |
|
0 |
) |
|
{ |
|
i |
n |
t |
|
c |
h |
|
= |
|
- |
1 |
Milliseconds |
148 |
121 |
294 |
203 |
164 |
222 |
176 |
500 |
228 |
416 |
416 |
223 |
552 |
312 |
483 |
180 |
94 |
126 |
276 |
81 |
139 |
683 |
229 |
430 |
542 |
Character |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
s |
t |
e |
-e |
r |
e |
a |
m |
. |
r |
e |
a |
Milliseconds |
316 |
193 |
226 |
193 |
79 |
150 |
750 |
237 |
121 |
96 |
148 |
341 |
165 |
162 |
271 |
111 |
507 |
198 |
46 |
314 |
148 |
574 |
178 |
81 |
113 |
Character |
d |
( |
0 |
-0 |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
E |
-E |
O |
E |
x |
c |
e |
p |
Milliseconds |
248 |
566 |
267 |
583 |
807 |
458 |
304 |
357 |
172 |
293 |
157 |
210 |
277 |
70 |
276 |
625 |
994 |
205 |
627 |
305 |
220 |
837 |
463 |
190 |
109 |
Character |
t |
i |
o |
n |
|
e |
) |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
( |
" |
S |
t |
a |
n |
d |
Milliseconds |
196 |
132 |
99 |
195 |
131 |
172 |
566 |
107 |
585 |
197 |
796 |
248 |
156 |
355 |
317 |
214 |
114 |
142 |
568 |
656 |
589 |
260 |
210 |
130 |
69 |
Character |
a |
r |
d |
s |
e |
-e |
-s |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
Milliseconds |
504 |
322 |
226 |
527 |
280 |
321 |
157 |
916 |
250 |
76 |
304 |
172 |
101 |
492 |
409 |
183 |
231 |
133 |
155 |
674 |
124 |
197 |
174 |
145 |
257 |
Character |
: |
|
" |
, |
|
e |
) |
; |
|
c |
h |
|
- |
-- |
= |
|
- |
q |
-q |
1 |
; |
|
} |
|
i |
Milliseconds |
441 |
114 |
321 |
845 |
162 |
281 |
543 |
482 |
173 |
219 |
84 |
109 |
330 |
590 |
2360 |
277 |
744 |
1152 |
564 |
417 |
377 |
613 |
729 |
388 |
223 |
Character |
f |
|
( |
c |
h |
|
< |
|
3 |
2 |
) |
|
/ |
* |
|
C |
n |
t |
r |
-r |
-t |
-n |
o |
n |
t |
Milliseconds |
121 |
71 |
409 |
207 |
73 |
128 |
759 |
145 |
497 |
424 |
887 |
243 |
1911 |
549 |
178 |
561 |
510 |
98 |
232 |
320 |
141 |
157 |
588 |
149 |
105 |
Character |
r |
o |
l |
|
c |
h |
a |
r |
a |
c |
t |
e |
r |
|
o |
r |
|
E |
O |
F |
|
t |
e |
r |
m |
Milliseconds |
180 |
107 |
248 |
405 |
272 |
75 |
87 |
135 |
507 |
300 |
209 |
170 |
108 |
218 |
231 |
244 |
129 |
658 |
136 |
156 |
350 |
557 |
194 |
68 |
209 |
Character |
i |
n |
a |
t |
e |
s |
|
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
Milliseconds |
225 |
516 |
180 |
133 |
141 |
351 |
158 |
482 |
465 |
225 |
213 |
135 |
212 |
304 |
132 |
164 |
128 |
565 |
190 |
381 |
177 |
185 |
164 |
128 |
122 |
Character |
d |
. |
a |
p |
p |
e |
n |
d |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
p |
-p |
x |
Milliseconds |
74 |
684 |
191 |
144 |
172 |
141 |
88 |
162 |
508 |
188 |
381 |
124 |
47 |
151 |
718 |
180 |
162 |
132 |
570 |
486 |
135 |
195 |
345 |
411 |
151 |
Character |
p |
e |
c |
t |
e |
d |
- |
- |
; |
|
} |
Milliseconds |
159 |
167 |
418 |
308 |
159 |
164 |
681 |
288 |
544 |
459 |
317 |
|
WPM Timing |
Seconds |
WPM |
3.51 |
30.78 |
7.02 |
37.62 |
10.53 |
42.18 |
14.04 |
39.33 |
17.55 |
41.04 |
21.05 |
44.46 |
24.56 |
42.5 |
28.07 |
43.6 |
31.58 |
42.56 |
35.09 |
40.01 |
38.6 |
40.73 |
42.11 |
40.47 |
45.62 |
40.77 |
49.13 |
40.79 |
52.64 |
41.26 |
56.14 |
41.25 |
59.65 |
41.04 |
63.16 |
41.8 |
66.67 |
41.4 |
70.18 |
41.38 |
73.69 |
41.53 |
77.2 |
41.66 |
80.71 |
41.19 |
84.22 |
40.18 |
87.73 |
39.4 |
91.23 |
38.54 |
94.74 |
39.14 |
98.25 |
38.96 |
101.76 |
39.15 |
105.27 |
39.33 |
108.78 |
38.94 |
112.29 |
39.01 |
115.8 |
38.24 |
119.31 |
38.42 |
122.82 |
38.4 |
126.33 |
38 |
129.83 |
38.17 |
133.34 |
38.16 |
136.85 |
37.7 |
140.36 |
37.02 |
143.87 |
36.87 |
147.38 |
36.72 |
150.89 |
36.19 |
154.4 |
36.22 |
157.91 |
36.4 |
161.42 |
36.58 |
164.92 |
37.04 |
168.43 |
37.19 |
171.94 |
37.2 |
175.45 |
37.07 |
|