Official speed |
46.19 wpm (140.81 seconds elapsed during race) |
Without ending ping |
46.33 wpm (427 ms delay sending score to TypeRacer’s server) |
Timerless |
47.09 wpm (2,276 ms elapsed before first character typed; 138.11 seconds elapsed during race) |
Timerless minus one |
47.01 wpm, ignoring the first character typed |
Race Start |
December 28, 2023 8:36:42am UTC |
Race Finish |
December 28, 2023 8:39:03am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
96.2% |
Points |
68.52 |
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 forrom the sockt et */ StringBuffer command = new StringBuffer(); int expected = 1024; ?/* Cut off to avoid DoS attack */ while (expected < shutdown.length()) p{ if (random == null) raneodom = new Random (sSystemc.currentTimeMillios()); expected _+= 9(random.enxnextIintnt() &*% 101224); } while (expected > 0) { int ch = -1; try { ch = strem.am.read(); } catch (IOException e) { log.earwarn("StandardServer.await: read: ", e); ch = -1; {} if (ch < 32 ) /* Control Ccharacter or EOF terminates loop break; command.append(( char) che); expected--; } |
Timing |
Character |
/ |
* |
|
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
a |
c |
t |
e |
Milliseconds |
2276 |
683 |
288 |
472 |
289 |
104 |
223 |
89 |
135 |
129 |
159 |
145 |
225 |
86 |
192 |
609 |
88 |
176 |
113 |
134 |
184 |
98 |
279 |
215 |
121 |
Character |
r |
s |
|
f |
o |
r |
-r |
-o |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
t |
|
- |
-t |
e |
Milliseconds |
160 |
248 |
152 |
192 |
143 |
105 |
440 |
135 |
94 |
234 |
52 |
172 |
160 |
136 |
74 |
103 |
103 |
89 |
127 |
113 |
224 |
144 |
400 |
127 |
96 |
Character |
t |
|
* |
/ |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
Milliseconds |
224 |
512 |
194 |
1062 |
280 |
297 |
239 |
225 |
120 |
151 |
44 |
532 |
404 |
150 |
198 |
144 |
136 |
104 |
235 |
69 |
192 |
120 |
44 |
204 |
40 |
Character |
|
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
i |
n |
Milliseconds |
448 |
592 |
113 |
184 |
152 |
111 |
120 |
248 |
184 |
200 |
105 |
72 |
96 |
371 |
145 |
356 |
168 |
104 |
128 |
312 |
68 |
275 |
97 |
143 |
136 |
Character |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
; |
|
? |
-? |
/ |
* |
|
C |
Milliseconds |
65 |
104 |
143 |
264 |
72 |
168 |
264 |
153 |
95 |
184 |
113 |
184 |
119 |
248 |
161 |
199 |
194 |
579 |
87 |
444 |
368 |
220 |
388 |
129 |
375 |
Character |
u |
t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
S |
|
a |
t |
t |
a |
c |
Milliseconds |
149 |
106 |
73 |
143 |
82 |
152 |
80 |
199 |
44 |
68 |
144 |
189 |
118 |
49 |
133 |
59 |
420 |
272 |
368 |
176 |
256 |
289 |
207 |
153 |
239 |
Character |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
< |
|
s |
h |
Milliseconds |
616 |
138 |
1082 |
292 |
113 |
223 |
89 |
159 |
104 |
112 |
137 |
247 |
192 |
284 |
204 |
211 |
201 |
212 |
96 |
193 |
152 |
320 |
145 |
438 |
192 |
Character |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
g |
t |
h |
( |
) |
) |
|
p |
-p |
{ |
|
i |
f |
|
( |
Milliseconds |
225 |
175 |
281 |
67 |
148 |
104 |
232 |
296 |
136 |
116 |
125 |
200 |
90 |
373 |
79 |
281 |
144 |
216 |
349 |
243 |
96 |
752 |
154 |
294 |
328 |
Character |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
l |
l |
) |
|
r |
a |
n |
e |
o |
-o |
-e |
d |
o |
Milliseconds |
433 |
84 |
127 |
140 |
120 |
112 |
161 |
191 |
144 |
92 |
180 |
176 |
224 |
112 |
452 |
117 |
671 |
96 |
60 |
196 |
49 |
307 |
140 |
112 |
116 |
Character |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
|
- |
( |
s |
-s |
S |
y |
s |
t |
e |
m |
Milliseconds |
477 |
119 |
216 |
232 |
201 |
159 |
97 |
167 |
356 |
284 |
456 |
185 |
103 |
104 |
144 |
384 |
200 |
312 |
584 |
356 |
220 |
161 |
248 |
87 |
201 |
Character |
c |
-c |
. |
c |
u |
r |
r |
e |
n |
t |
T |
i |
m |
e |
M |
i |
l |
l |
i |
o |
-o |
s |
( |
) |
) |
Milliseconds |
247 |
384 |
280 |
506 |
66 |
212 |
208 |
104 |
192 |
88 |
376 |
201 |
151 |
71 |
334 |
171 |
216 |
112 |
200 |
96 |
380 |
116 |
360 |
89 |
719 |
Character |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
_ |
-_ |
+ |
= |
|
9 |
-9 |
( |
r |
a |
n |
d |
o |
m |
Milliseconds |
272 |
128 |
246 |
250 |
72 |
228 |
276 |
216 |
98 |
230 |
80 |
672 |
640 |
359 |
425 |
144 |
1192 |
684 |
252 |
328 |
120 |
313 |
215 |
105 |
127 |
Character |
. |
e |
n |
x |
-x |
-n |
-e |
n |
e |
x |
t |
I |
i |
n |
t |
-t |
-n |
-i |
n |
t |
( |
) |
|
& |
-& |
Milliseconds |
208 |
177 |
139 |
164 |
232 |
152 |
144 |
224 |
104 |
200 |
336 |
1216 |
304 |
72 |
152 |
265 |
143 |
128 |
248 |
232 |
352 |
72 |
264 |
356 |
428 |
Character |
* |
-* |
% |
|
1 |
0 |
1 |
2 |
-2 |
-1 |
2 |
4 |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
Milliseconds |
176 |
400 |
392 |
424 |
340 |
164 |
176 |
0 |
492 |
148 |
168 |
240 |
400 |
304 |
136 |
593 |
375 |
353 |
62 |
202 |
48 |
214 |
121 |
416 |
224 |
Character |
x |
p |
e |
c |
t |
e |
d |
|
> |
|
0 |
) |
|
{ |
|
i |
n |
t |
|
c |
h |
|
= |
|
- |
Milliseconds |
287 |
121 |
209 |
279 |
176 |
92 |
220 |
96 |
352 |
656 |
513 |
422 |
98 |
571 |
444 |
200 |
128 |
89 |
135 |
160 |
72 |
80 |
168 |
120 |
424 |
Character |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
s |
t |
r |
e |
m |
. |
-. |
-m |
a |
m |
. |
Milliseconds |
208 |
441 |
143 |
252 |
228 |
96 |
63 |
841 |
112 |
216 |
200 |
130 |
254 |
176 |
233 |
176 |
259 |
56 |
180 |
192 |
352 |
130 |
143 |
111 |
336 |
Character |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
E |
x |
c |
e |
p |
t |
Milliseconds |
240 |
48 |
96 |
200 |
344 |
52 |
596 |
168 |
625 |
471 |
151 |
186 |
189 |
282 |
120 |
77 |
260 |
291 |
196 |
465 |
339 |
420 |
241 |
127 |
144 |
Character |
i |
o |
n |
|
e |
) |
|
{ |
|
l |
o |
g |
. |
e |
a |
r |
-r |
-a |
-e |
w |
a |
r |
n |
( |
" |
Milliseconds |
121 |
51 |
187 |
113 |
216 |
424 |
121 |
255 |
151 |
673 |
143 |
124 |
349 |
368 |
45 |
123 |
400 |
161 |
199 |
460 |
72 |
131 |
189 |
300 |
232 |
Character |
S |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
Milliseconds |
384 |
240 |
96 |
128 |
88 |
127 |
153 |
392 |
432 |
320 |
136 |
336 |
152 |
108 |
171 |
197 |
252 |
87 |
73 |
137 |
383 |
128 |
248 |
49 |
104 |
Character |
d |
: |
|
" |
, |
|
e |
) |
; |
|
c |
h |
|
= |
|
- |
1 |
; |
|
{ |
-{ |
} |
|
i |
f |
Milliseconds |
207 |
323 |
98 |
218 |
281 |
136 |
118 |
315 |
311 |
80 |
160 |
112 |
80 |
169 |
143 |
464 |
303 |
392 |
129 |
663 |
504 |
257 |
376 |
300 |
372 |
Character |
|
( |
c |
h |
|
< |
|
3 |
2 |
|
- |
) |
|
/ |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
C |
Milliseconds |
112 |
288 |
224 |
104 |
89 |
423 |
119 |
369 |
160 |
145 |
398 |
205 |
109 |
1125 |
897 |
313 |
431 |
200 |
113 |
121 |
222 |
176 |
272 |
433 |
528 |
Character |
-C |
c |
h |
a |
r |
a |
c |
t |
e |
r |
|
o |
r |
|
E |
O |
F |
|
t |
e |
r |
m |
i |
n |
a |
Milliseconds |
495 |
184 |
105 |
135 |
601 |
136 |
247 |
225 |
78 |
146 |
203 |
217 |
155 |
97 |
248 |
352 |
351 |
201 |
136 |
115 |
124 |
89 |
151 |
89 |
176 |
Character |
t |
e |
s |
|
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
a |
Milliseconds |
160 |
103 |
224 |
97 |
168 |
207 |
153 |
192 |
36 |
268 |
327 |
53 |
92 |
121 |
359 |
96 |
580 |
64 |
188 |
120 |
79 |
130 |
79 |
248 |
168 |
Character |
p |
p |
e |
n |
d |
( |
( |
|
- |
c |
h |
a |
r |
) |
|
c |
h |
e |
-e |
) |
; |
|
e |
x |
p |
Milliseconds |
152 |
143 |
98 |
150 |
122 |
407 |
151 |
169 |
344 |
128 |
79 |
138 |
130 |
381 |
356 |
507 |
120 |
449 |
343 |
208 |
304 |
97 |
152 |
271 |
60 |
Character |
e |
c |
t |
e |
d |
- |
- |
; |
|
} |
Milliseconds |
237 |
251 |
153 |
107 |
216 |
361 |
191 |
401 |
167 |
265 |
|
WPM Timing |
Seconds |
WPM |
2.82 |
4.26 |
5.63 |
31.96 |
8.45 |
41.19 |
11.26 |
43.68 |
14.08 |
40.05 |
16.9 |
44.03 |
19.71 |
46.26 |
22.53 |
49.53 |
25.35 |
51.61 |
28.16 |
50.28 |
30.98 |
52.29 |
33.79 |
50.78 |
36.61 |
52.12 |
39.43 |
52.35 |
42.24 |
52.27 |
45.06 |
52.46 |
47.88 |
51.88 |
50.69 |
51.84 |
53.51 |
50.68 |
56.32 |
50.28 |
59.14 |
50.32 |
61.96 |
50.36 |
64.77 |
49.09 |
67.59 |
47.94 |
70.4 |
47.21 |
73.22 |
46.22 |
76.04 |
45.29 |
78.85 |
44.59 |
81.67 |
44.96 |
84.49 |
44.74 |
87.3 |
45.08 |
90.12 |
45.41 |
92.93 |
45.45 |
95.75 |
45.24 |
98.57 |
45.29 |
101.38 |
45.57 |
104.2 |
45.14 |
107.02 |
45.19 |
109.83 |
45.89 |
112.65 |
46.23 |
115.46 |
45.62 |
118.28 |
45.65 |
121.1 |
44.99 |
123.91 |
44.84 |
126.73 |
45.07 |
129.54 |
45.67 |
132.36 |
46.15 |
135.18 |
46.43 |
137.99 |
46.18 |
140.81 |
46.19 |
|