Official speed |
42.79 wpm (152.00 seconds elapsed during race) |
Without ending ping |
42.86 wpm (245 ms delay sending score to TypeRacer’s server) |
Timerless |
42.98 wpm (430 ms elapsed before first character typed; 151.32 seconds elapsed during race) |
Timerless minus one |
42.90 wpm, ignoring the first character typed |
Race Start |
December 18, 2024 7:27:49pm UTC |
Race Finish |
December 18, 2024 7:30:21pm UTC |
Outcome |
No win (2 of 3) |
Accuracy |
96.7% |
Points |
63.48 |
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 |
/( * REaead a set of characters from the csocket (*/ StringBuffer command = new StringBuffer(); int expected = 10234; /* Cut off to avoid DoS attack */ whiele (expected < shutdown.length()) { if (random -=== null) random = new Random(System.currentTimeMillis()); expect4edeed += (random.nextInt() % 1024); } while (expteected > 0) { int ch = -1; try { ch = stream.read(); } catch (IOException 3e) { long.gg.warn("GStandardServer.await: read: ", e); ch = -1; } if (ch < 32 ) ?/( * Control character or EfOF terminates lop [ op breakl ; command .append((char) ch); expected--; } |
Timing |
Character |
/ |
( |
|
- |
-( |
* |
|
R |
E |
a |
-a |
-E |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
Milliseconds |
430 |
777 |
355 |
319 |
180 |
286 |
280 |
446 |
65 |
210 |
408 |
139 |
97 |
93 |
177 |
133 |
167 |
130 |
169 |
117 |
170 |
91 |
123 |
70 |
59 |
Character |
c |
h |
a |
r |
a |
c |
t |
e |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
c |
-c |
s |
o |
c |
Milliseconds |
321 |
113 |
86 |
157 |
159 |
380 |
253 |
105 |
102 |
246 |
81 |
167 |
220 |
16 |
97 |
128 |
102 |
134 |
9 |
146 |
292 |
355 |
53 |
203 |
194 |
Character |
k |
e |
t |
|
( |
-( |
* |
/ |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
Milliseconds |
230 |
84 |
143 |
217 |
313 |
628 |
469 |
419 |
236 |
293 |
181 |
221 |
65 |
69 |
73 |
497 |
230 |
295 |
202 |
134 |
108 |
343 |
492 |
61 |
146 |
Character |
m |
a |
n |
d |
|
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
Milliseconds |
166 |
171 |
96 |
69 |
145 |
225 |
127 |
223 |
96 |
207 |
94 |
444 |
214 |
203 |
40 |
66 |
99 |
384 |
291 |
323 |
219 |
174 |
76 |
379 |
239 |
Character |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
3 |
-3 |
4 |
; |
|
Milliseconds |
441 |
161 |
158 |
88 |
121 |
199 |
162 |
521 |
578 |
155 |
233 |
229 |
127 |
234 |
150 |
208 |
137 |
227 |
82 |
513 |
191 |
422 |
394 |
330 |
133 |
Character |
/ |
* |
|
C |
u |
t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
S |
|
a |
Milliseconds |
520 |
631 |
371 |
346 |
188 |
129 |
84 |
187 |
130 |
150 |
134 |
190 |
33 |
107 |
467 |
190 |
204 |
190 |
84 |
52 |
430 |
570 |
446 |
249 |
119 |
Character |
t |
t |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
e |
-e |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
Milliseconds |
227 |
227 |
478 |
251 |
316 |
172 |
513 |
420 |
170 |
211 |
87 |
164 |
132 |
538 |
220 |
58 |
200 |
251 |
259 |
275 |
264 |
102 |
241 |
267 |
65 |
Character |
d |
|
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
g |
t |
h |
( |
) |
) |
|
{ |
|
Milliseconds |
228 |
135 |
365 |
153 |
189 |
109 |
182 |
119 |
315 |
80 |
151 |
71 |
600 |
261 |
135 |
128 |
123 |
183 |
97 |
666 |
301 |
211 |
189 |
338 |
230 |
Character |
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
- |
= |
-= |
-- |
= |
= |
|
n |
u |
l |
l |
) |
|
r |
Milliseconds |
202 |
118 |
219 |
710 |
706 |
131 |
98 |
170 |
111 |
51 |
254 |
285 |
241 |
372 |
132 |
302 |
168 |
164 |
220 |
244 |
218 |
166 |
321 |
167 |
150 |
Character |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
( |
S |
y |
s |
t |
e |
m |
Milliseconds |
103 |
116 |
192 |
54 |
96 |
164 |
272 |
134 |
350 |
705 |
215 |
129 |
538 |
200 |
119 |
237 |
90 |
66 |
394 |
376 |
304 |
211 |
248 |
299 |
96 |
Character |
. |
c |
u |
r |
r |
e |
n |
t |
T |
i |
m |
e |
M |
i |
l |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
Milliseconds |
237 |
175 |
183 |
329 |
197 |
139 |
127 |
106 |
382 |
571 |
268 |
49 |
857 |
345 |
231 |
153 |
171 |
83 |
374 |
286 |
752 |
385 |
166 |
222 |
236 |
Character |
p |
e |
c |
t |
4 |
e |
d |
-d |
-e |
e |
-e |
-4 |
e |
d |
|
+ |
= |
|
( |
r |
a |
n |
d |
o |
m |
Milliseconds |
206 |
80 |
235 |
265 |
63 |
66 |
144 |
423 |
132 |
187 |
449 |
118 |
51 |
224 |
520 |
693 |
445 |
163 |
558 |
233 |
79 |
147 |
166 |
105 |
57 |
Character |
. |
n |
e |
x |
t |
I |
n |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
) |
; |
|
} |
|
w |
h |
i |
Milliseconds |
325 |
304 |
72 |
400 |
308 |
346 |
260 |
92 |
374 |
259 |
243 |
777 |
422 |
280 |
884 |
445 |
299 |
572 |
412 |
122 |
326 |
209 |
165 |
74 |
159 |
Character |
l |
e |
|
( |
e |
x |
p |
t |
e |
-e |
-t |
e |
c |
t |
e |
d |
|
> |
|
0 |
) |
|
{ |
|
i |
Milliseconds |
148 |
65 |
97 |
497 |
362 |
326 |
285 |
70 |
183 |
426 |
122 |
63 |
268 |
272 |
162 |
162 |
141 |
374 |
499 |
288 |
641 |
213 |
357 |
191 |
814 |
Character |
n |
t |
|
c |
h |
|
= |
|
- |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
s |
t |
Milliseconds |
200 |
78 |
223 |
202 |
97 |
253 |
215 |
181 |
738 |
83 |
483 |
116 |
519 |
290 |
74 |
170 |
887 |
266 |
163 |
131 |
222 |
160 |
218 |
135 |
198 |
Character |
r |
e |
a |
m |
. |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
E |
Milliseconds |
220 |
41 |
105 |
274 |
411 |
124 |
0 |
126 |
206 |
335 |
225 |
468 |
100 |
366 |
136 |
615 |
151 |
175 |
306 |
80 |
119 |
355 |
500 |
311 |
787 |
Character |
x |
c |
e |
p |
t |
i |
o |
n |
|
3 |
-3 |
e |
) |
|
{ |
|
l |
o |
n |
g |
. |
-. |
-g |
g |
-g |
Milliseconds |
381 |
601 |
170 |
203 |
211 |
130 |
0 |
99 |
197 |
489 |
544 |
72 |
524 |
543 |
443 |
156 |
668 |
189 |
37 |
25 |
251 |
353 |
129 |
183 |
383 |
Character |
-n |
g |
. |
w |
a |
r |
n |
( |
" |
G |
-G |
S |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
v |
e |
r |
Milliseconds |
132 |
84 |
343 |
292 |
97 |
167 |
196 |
371 |
1602 |
499 |
401 |
402 |
315 |
129 |
372 |
158 |
441 |
101 |
275 |
390 |
306 |
94 |
224 |
127 |
76 |
Character |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
, |
|
e |
) |
; |
|
c |
h |
|
= |
Milliseconds |
209 |
284 |
284 |
115 |
201 |
234 |
409 |
168 |
139 |
27 |
100 |
228 |
343 |
97 |
869 |
389 |
167 |
114 |
420 |
350 |
111 |
288 |
79 |
212 |
215 |
Character |
|
- |
1 |
; |
|
} |
|
i |
f |
|
( |
c |
h |
|
< |
|
3 |
2 |
|
- |
) |
|
? |
-? |
/ |
Milliseconds |
569 |
333 |
103 |
434 |
97 |
406 |
150 |
177 |
67 |
73 |
420 |
311 |
76 |
273 |
350 |
221 |
758 |
252 |
200 |
519 |
272 |
198 |
593 |
670 |
320 |
Character |
( |
|
- |
-( |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
a |
c |
t |
e |
r |
|
o |
Milliseconds |
527 |
202 |
555 |
128 |
323 |
279 |
338 |
198 |
135 |
129 |
224 |
89 |
434 |
137 |
322 |
108 |
191 |
110 |
163 |
421 |
217 |
132 |
70 |
35 |
159 |
Character |
r |
|
E |
f |
-f |
O |
F |
|
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
|
l |
o |
p |
|
- |
-p |
Milliseconds |
85 |
61 |
375 |
493 |
619 |
251 |
941 |
362 |
247 |
136 |
81 |
100 |
205 |
357 |
75 |
97 |
151 |
347 |
52 |
183 |
303 |
188 |
131 |
436 |
114 |
Character |
[ |
|
- |
-[ |
o |
p |
|
b |
r |
e |
a |
k |
l |
|
- |
-l |
; |
|
c |
o |
m |
m |
a |
n |
d |
Milliseconds |
433 |
84 |
355 |
128 |
234 |
233 |
64 |
172 |
220 |
67 |
74 |
399 |
366 |
156 |
446 |
121 |
653 |
113 |
170 |
92 |
134 |
166 |
484 |
138 |
79 |
Character |
|
- |
. |
a |
p |
p |
e |
n |
d |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
x |
p |
Milliseconds |
70 |
448 |
213 |
123 |
202 |
144 |
152 |
117 |
89 |
349 |
253 |
330 |
108 |
110 |
150 |
473 |
210 |
236 |
80 |
530 |
413 |
103 |
295 |
237 |
234 |
Character |
e |
c |
t |
e |
d |
- |
- |
; |
|
} |
Milliseconds |
84 |
248 |
222 |
75 |
265 |
903 |
166 |
538 |
188 |
284 |
|
WPM Timing |
Seconds |
WPM |
3.04 |
11.84 |
6.08 |
39.47 |
9.12 |
48.68 |
12.16 |
45.4 |
15.2 |
47.37 |
18.24 |
50.66 |
21.28 |
50.75 |
24.32 |
51.32 |
27.36 |
49.12 |
30.4 |
49.74 |
33.44 |
49.52 |
36.48 |
48.68 |
39.52 |
48.89 |
42.56 |
49.91 |
45.6 |
49.21 |
48.64 |
48.11 |
51.68 |
49.46 |
54.72 |
49.12 |
57.76 |
49.45 |
60.8 |
48.75 |
63.84 |
48.5 |
66.88 |
47.01 |
69.92 |
47.2 |
72.96 |
46.71 |
76 |
45.79 |
79.04 |
46.15 |
82.08 |
45.76 |
85.12 |
45.54 |
88.16 |
45.46 |
91.2 |
45.66 |
94.24 |
45.59 |
97.28 |
45.4 |
100.32 |
45.22 |
103.36 |
44.58 |
106.4 |
44.1 |
109.44 |
43.42 |
112.48 |
43.63 |
115.52 |
43.73 |
118.56 |
43.73 |
121.6 |
44.01 |
124.64 |
43.42 |
127.68 |
42.67 |
130.72 |
42.96 |
133.76 |
42.79 |
136.8 |
43.16 |
139.84 |
42.82 |
142.88 |
42.5 |
145.92 |
42.85 |
148.96 |
42.94 |
152 |
42.79 |
|