Official speed |
46.24 wpm (140.66 seconds elapsed during race) |
Without ending ping |
46.34 wpm (296 ms delay sending score to TypeRacer’s server) |
Timerless |
46.41 wpm (221 ms elapsed before first character typed; 140.14 seconds elapsed during race) |
Timerless minus one |
46.33 wpm, ignoring the first character typed |
Race Start |
May 24, 2024 2:55:50am UTC |
Race Finish |
May 24, 2024 2:58:11am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
95.6% |
Points |
68.59 |
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 socket */ STrintringBuffer command = new String Buffer(); int expected = 1024; /* Cu t off to avaioid Dos S attack */ while (expected < sthuhutdown. length()) { if r(random == null) random = new Random (Ssytemyystem. ccurrentTimeMillis()); expected += (random. netxtInt() % 1024); } while (expected > 0) { int ch = -1; tr y [{{ ch= = stream.read(); } catch (IOEXExpeception e) { log.warn (("StandardServer.wawaint: read: ", e); ch = -1; } if (ch ,< 32) /* Control character of r eEOF teriminates loop brekak; command.append((char) ch); expected--; } |
Timing |
Character |
/ |
|
- |
* |
|
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
a |
c |
Milliseconds |
221 |
340 |
400 |
296 |
172 |
315 |
105 |
83 |
518 |
158 |
148 |
108 |
162 |
93 |
474 |
107 |
105 |
82 |
82 |
126 |
119 |
42 |
442 |
127 |
95 |
Character |
t |
e |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
* |
/ |
|
S |
Milliseconds |
263 |
176 |
56 |
195 |
294 |
142 |
84 |
44 |
122 |
143 |
59 |
61 |
65 |
62 |
88 |
168 |
372 |
111 |
86 |
125 |
224 |
304 |
327 |
185 |
214 |
Character |
T |
r |
i |
n |
-n |
-i |
-r |
-T |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
Milliseconds |
123 |
145 |
150 |
55 |
288 |
111 |
142 |
138 |
207 |
209 |
174 |
48 |
78 |
409 |
119 |
157 |
150 |
96 |
92 |
194 |
488 |
301 |
135 |
179 |
90 |
Character |
n |
d |
|
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
|
- |
B |
u |
f |
f |
e |
r |
( |
) |
Milliseconds |
76 |
99 |
231 |
155 |
135 |
282 |
97 |
104 |
130 |
399 |
87 |
180 |
265 |
120 |
111 |
97 |
350 |
295 |
167 |
147 |
154 |
119 |
86 |
476 |
139 |
Character |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
; |
|
/ |
* |
Milliseconds |
250 |
161 |
373 |
52 |
57 |
137 |
182 |
157 |
235 |
108 |
161 |
189 |
88 |
92 |
139 |
172 |
167 |
541 |
194 |
89 |
249 |
670 |
180 |
565 |
327 |
Character |
|
C |
u |
|
- |
t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
a |
i |
-i |
-a |
o |
i |
d |
|
D |
Milliseconds |
435 |
274 |
240 |
293 |
320 |
171 |
130 |
127 |
144 |
162 |
61 |
156 |
50 |
92 |
163 |
144 |
120 |
59 |
429 |
169 |
16 |
34 |
138 |
189 |
256 |
Character |
o |
s |
|
- |
-s |
S |
|
a |
t |
t |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
Milliseconds |
143 |
158 |
191 |
393 |
155 |
533 |
214 |
303 |
103 |
161 |
168 |
130 |
53 |
369 |
807 |
325 |
182 |
292 |
61 |
170 |
59 |
131 |
38 |
387 |
247 |
Character |
x |
p |
e |
c |
t |
e |
d |
|
< |
|
s |
t |
h |
u |
-u |
-h |
-t |
h |
u |
t |
d |
o |
w |
n |
. |
Milliseconds |
140 |
237 |
68 |
91 |
225 |
140 |
89 |
199 |
344 |
95 |
276 |
100 |
57 |
118 |
317 |
125 |
128 |
257 |
84 |
105 |
274 |
99 |
63 |
87 |
184 |
Character |
|
- |
l |
e |
n |
g |
t |
h |
( |
) |
) |
|
{ |
|
i |
f |
|
r |
-r |
( |
r |
a |
n |
d |
o |
Milliseconds |
69 |
426 |
398 |
113 |
84 |
319 |
221 |
56 |
311 |
94 |
409 |
262 |
230 |
280 |
326 |
62 |
73 |
348 |
267 |
217 |
711 |
69 |
122 |
165 |
82 |
Character |
m |
|
= |
= |
|
n |
u |
l |
l |
) |
|
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
Milliseconds |
158 |
354 |
178 |
192 |
140 |
241 |
107 |
162 |
226 |
460 |
202 |
215 |
327 |
63 |
204 |
132 |
112 |
215 |
503 |
195 |
227 |
141 |
109 |
146 |
945 |
Character |
a |
n |
d |
o |
m |
|
- |
( |
S |
s |
y |
t |
e |
m |
-m |
-e |
-t |
-y |
y |
-y |
-s |
y |
s |
t |
e |
Milliseconds |
197 |
80 |
162 |
80 |
147 |
266 |
515 |
264 |
480 |
164 |
73 |
106 |
175 |
58 |
267 |
131 |
132 |
134 |
272 |
243 |
483 |
154 |
221 |
333 |
146 |
Character |
m |
. |
|
c |
-c |
- |
c |
u |
r |
r |
e |
n |
t |
T |
i |
m |
e |
M |
i |
l |
l |
i |
s |
( |
) |
Milliseconds |
37 |
295 |
136 |
333 |
244 |
98 |
229 |
105 |
81 |
147 |
368 |
101 |
71 |
463 |
137 |
44 |
95 |
335 |
162 |
168 |
123 |
381 |
214 |
332 |
145 |
Character |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
+ |
= |
|
( |
r |
a |
n |
d |
o |
m |
. |
|
- |
Milliseconds |
410 |
372 |
221 |
208 |
149 |
230 |
41 |
175 |
359 |
109 |
77 |
372 |
501 |
587 |
282 |
356 |
358 |
92 |
122 |
150 |
84 |
147 |
225 |
153 |
408 |
Character |
n |
e |
t |
-t |
x |
t |
I |
n |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
) |
; |
|
} |
|
w |
h |
Milliseconds |
208 |
96 |
298 |
285 |
100 |
114 |
760 |
178 |
57 |
591 |
317 |
385 |
455 |
597 |
493 |
151 |
156 |
196 |
699 |
265 |
188 |
360 |
357 |
441 |
0 |
Character |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
> |
|
0 |
) |
|
{ |
|
i |
n |
t |
|
Milliseconds |
44 |
90 |
95 |
118 |
260 |
283 |
204 |
198 |
65 |
82 |
182 |
104 |
105 |
251 |
380 |
148 |
973 |
467 |
122 |
304 |
321 |
209 |
59 |
76 |
309 |
Character |
c |
h |
|
= |
|
- |
1 |
; |
|
t |
r |
|
- |
y |
|
[ |
{ |
-{ |
-[ |
{ |
|
c |
h |
= |
-= |
Milliseconds |
156 |
79 |
701 |
105 |
171 |
1006 |
239 |
472 |
122 |
117 |
158 |
297 |
487 |
121 |
145 |
399 |
784 |
265 |
117 |
287 |
318 |
205 |
69 |
341 |
524 |
Character |
|
= |
|
s |
t |
r |
e |
a |
m |
. |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
Milliseconds |
118 |
364 |
205 |
378 |
126 |
178 |
112 |
34 |
89 |
218 |
207 |
100 |
31 |
93 |
306 |
86 |
254 |
775 |
267 |
264 |
378 |
83 |
93 |
183 |
79 |
Character |
|
( |
I |
O |
E |
X |
E |
-E |
-X |
x |
p |
e |
-e |
-p |
c |
e |
p |
t |
i |
o |
n |
|
e |
) |
|
Milliseconds |
219 |
236 |
438 |
386 |
596 |
160 |
312 |
313 |
173 |
368 |
429 |
58 |
315 |
149 |
171 |
136 |
308 |
320 |
33 |
86 |
75 |
222 |
150 |
195 |
240 |
Character |
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
|
( |
-( |
- |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
S |
Milliseconds |
378 |
310 |
399 |
79 |
117 |
400 |
247 |
28 |
115 |
177 |
199 |
225 |
322 |
137 |
303 |
426 |
675 |
167 |
119 |
76 |
131 |
459 |
135 |
752 |
374 |
Character |
e |
r |
v |
e |
r |
. |
w |
-w |
a |
w |
a |
i |
n |
-n |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
, |
Milliseconds |
165 |
81 |
194 |
89 |
122 |
215 |
493 |
333 |
172 |
84 |
63 |
108 |
86 |
659 |
219 |
430 |
117 |
255 |
29 |
47 |
127 |
346 |
394 |
320 |
247 |
Character |
|
e |
) |
; |
|
c |
h |
|
= |
|
- |
1 |
; |
|
} |
|
i |
f |
|
( |
c |
h |
|
, |
-, |
Milliseconds |
219 |
205 |
269 |
250 |
177 |
207 |
129 |
149 |
152 |
114 |
468 |
251 |
387 |
377 |
265 |
291 |
164 |
108 |
80 |
1153 |
377 |
80 |
204 |
526 |
664 |
Character |
< |
|
3 |
2 |
) |
|
/ |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
a |
c |
t |
e |
Milliseconds |
627 |
149 |
333 |
174 |
710 |
218 |
414 |
333 |
245 |
245 |
145 |
69 |
54 |
155 |
407 |
167 |
299 |
168 |
69 |
32 |
106 |
107 |
287 |
204 |
95 |
Character |
r |
|
o |
f |
|
- |
-f |
r |
|
e |
-e |
E |
O |
F |
|
t |
e |
r |
i |
-i |
m |
i |
n |
a |
t |
Milliseconds |
82 |
131 |
153 |
68 |
82 |
657 |
105 |
220 |
149 |
487 |
642 |
525 |
264 |
605 |
166 |
190 |
77 |
91 |
122 |
462 |
169 |
87 |
58 |
305 |
118 |
Character |
e |
s |
|
l |
o |
o |
p |
|
b |
r |
e |
k |
-k |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
Milliseconds |
98 |
64 |
189 |
163 |
113 |
137 |
121 |
93 |
135 |
157 |
85 |
155 |
387 |
161 |
140 |
398 |
136 |
251 |
95 |
319 |
202 |
72 |
80 |
93 |
426 |
Character |
a |
p |
p |
e |
n |
d |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
Milliseconds |
283 |
399 |
233 |
88 |
127 |
166 |
471 |
192 |
320 |
75 |
29 |
122 |
470 |
327 |
123 |
98 |
341 |
805 |
175 |
295 |
163 |
208 |
53 |
29 |
167 |
Character |
e |
d |
- |
- |
; |
|
} |
Milliseconds |
69 |
131 |
605 |
160 |
192 |
431 |
282 |
|
WPM Timing |
Seconds |
WPM |
2.81 |
38.39 |
5.63 |
57.59 |
8.44 |
63.99 |
11.25 |
57.59 |
14.07 |
59.72 |
16.88 |
59.72 |
19.69 |
60.33 |
22.51 |
59.19 |
25.32 |
56.4 |
28.13 |
56.73 |
30.94 |
55.07 |
33.76 |
55.1 |
36.57 |
54.8 |
39.38 |
54.84 |
42.2 |
53.46 |
45.01 |
53.85 |
47.82 |
53.95 |
50.64 |
53.08 |
53.45 |
50.51 |
56.26 |
50.12 |
59.08 |
50.78 |
61.89 |
50.8 |
64.7 |
50.63 |
67.52 |
49.77 |
70.33 |
48.97 |
73.14 |
48.89 |
75.95 |
49.29 |
78.77 |
49.21 |
81.58 |
48.54 |
84.39 |
47.49 |
87.21 |
47.06 |
90.02 |
47.46 |
92.83 |
47.44 |
95.65 |
46.55 |
98.46 |
46.8 |
101.27 |
46.45 |
104.09 |
46.23 |
106.9 |
46.14 |
109.71 |
46.27 |
112.53 |
46.39 |
115.34 |
46.19 |
118.15 |
45.6 |
120.97 |
45.63 |
123.78 |
45.86 |
126.59 |
45.22 |
129.4 |
45.81 |
132.22 |
46.11 |
135.03 |
46.12 |
137.84 |
46.05 |
140.66 |
46.24 |
|