Official speed |
55.73 wpm (116.71 seconds elapsed during race) |
Without ending ping |
55.84 wpm (230 ms delay sending score to TypeRacer’s server) |
Timerless |
56.10 wpm (548 ms elapsed before first character typed; 115.93 seconds elapsed during race) |
Timerless minus one |
56.00 wpm, ignoring the first character typed |
Race Start |
July 13, 2024 10:47:31am UTC |
Race Finish |
July 13, 2024 10:49:27am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
99.5% |
Points |
82.66 |
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 */ 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) /* Controll c chcaracter or EOF terminates loop break; command.append((char) ch); expected--; } |
Timing |
Character |
/ |
* |
|
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
a |
c |
t |
e |
Milliseconds |
548 |
345 |
340 |
249 |
317 |
236 |
244 |
204 |
93 |
268 |
103 |
114 |
153 |
195 |
73 |
176 |
210 |
177 |
6 |
176 |
130 |
177 |
251 |
91 |
125 |
Character |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
* |
/ |
|
S |
t |
r |
Milliseconds |
139 |
238 |
171 |
48 |
185 |
116 |
200 |
117 |
35 |
123 |
126 |
179 |
170 |
84 |
217 |
81 |
98 |
172 |
279 |
221 |
343 |
132 |
224 |
212 |
206 |
Character |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
|
= |
|
n |
e |
w |
|
S |
Milliseconds |
79 |
89 |
131 |
302 |
310 |
137 |
174 |
172 |
70 |
204 |
147 |
10 |
175 |
91 |
120 |
106 |
163 |
215 |
140 |
279 |
102 |
178 |
166 |
301 |
271 |
Character |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
Milliseconds |
211 |
187 |
111 |
73 |
134 |
352 |
259 |
114 |
184 |
192 |
96 |
363 |
125 |
263 |
267 |
67 |
96 |
124 |
243 |
54 |
299 |
53 |
202 |
297 |
68 |
Character |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
; |
|
/ |
* |
|
C |
u |
t |
|
o |
f |
f |
|
t |
o |
|
Milliseconds |
134 |
255 |
262 |
199 |
250 |
165 |
112 |
186 |
171 |
206 |
283 |
244 |
179 |
281 |
270 |
216 |
147 |
215 |
65 |
127 |
165 |
248 |
145 |
157 |
150 |
Character |
a |
v |
o |
i |
d |
|
D |
o |
S |
|
a |
t |
t |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
Milliseconds |
77 |
637 |
65 |
87 |
178 |
156 |
282 |
216 |
450 |
232 |
90 |
116 |
200 |
179 |
249 |
102 |
234 |
232 |
371 |
159 |
102 |
119 |
83 |
167 |
66 |
Character |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
Milliseconds |
253 |
143 |
402 |
351 |
104 |
125 |
336 |
72 |
102 |
258 |
258 |
228 |
281 |
135 |
87 |
216 |
337 |
297 |
133 |
96 |
132 |
274 |
190 |
54 |
150 |
Character |
g |
t |
h |
( |
) |
) |
|
{ |
|
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
Milliseconds |
147 |
174 |
136 |
257 |
75 |
248 |
330 |
217 |
283 |
251 |
149 |
299 |
233 |
233 |
158 |
139 |
170 |
90 |
251 |
147 |
151 |
209 |
268 |
98 |
242 |
Character |
l |
l |
) |
|
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
( |
S |
Milliseconds |
206 |
179 |
343 |
311 |
71 |
135 |
104 |
169 |
93 |
254 |
237 |
184 |
376 |
122 |
124 |
141 |
250 |
244 |
202 |
167 |
137 |
186 |
242 |
196 |
404 |
Character |
y |
s |
t |
e |
m |
. |
c |
u |
r |
r |
e |
n |
t |
T |
i |
m |
e |
M |
i |
l |
l |
i |
s |
( |
) |
Milliseconds |
219 |
155 |
94 |
124 |
247 |
217 |
248 |
48 |
98 |
170 |
148 |
137 |
146 |
331 |
214 |
194 |
27 |
706 |
168 |
217 |
174 |
89 |
168 |
248 |
136 |
Character |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
+ |
= |
|
( |
r |
a |
n |
d |
o |
m |
. |
n |
e |
Milliseconds |
223 |
405 |
358 |
109 |
304 |
49 |
133 |
327 |
71 |
104 |
243 |
226 |
330 |
683 |
380 |
211 |
378 |
211 |
167 |
173 |
94 |
223 |
246 |
231 |
246 |
Character |
x |
t |
I |
n |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
|
Milliseconds |
343 |
44 |
340 |
266 |
279 |
425 |
171 |
348 |
84 |
342 |
233 |
184 |
182 |
216 |
419 |
244 |
319 |
166 |
298 |
186 |
86 |
115 |
161 |
19 |
340 |
Character |
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
> |
|
0 |
) |
|
{ |
|
i |
n |
t |
|
c |
h |
|
= |
Milliseconds |
214 |
449 |
346 |
72 |
176 |
371 |
81 |
130 |
245 |
265 |
248 |
331 |
181 |
288 |
311 |
206 |
277 |
121 |
130 |
105 |
251 |
123 |
79 |
330 |
268 |
Character |
|
- |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
s |
t |
r |
e |
a |
m |
. |
r |
e |
Milliseconds |
378 |
189 |
316 |
298 |
337 |
175 |
335 |
202 |
323 |
294 |
385 |
166 |
99 |
537 |
226 |
405 |
265 |
133 |
187 |
102 |
141 |
308 |
185 |
47 |
98 |
Character |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
E |
x |
c |
e |
p |
t |
i |
o |
Milliseconds |
171 |
228 |
271 |
133 |
297 |
366 |
196 |
284 |
215 |
74 |
135 |
313 |
78 |
236 |
321 |
578 |
172 |
250 |
559 |
236 |
134 |
189 |
129 |
136 |
109 |
Character |
n |
|
e |
) |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
Milliseconds |
121 |
285 |
132 |
355 |
298 |
282 |
486 |
185 |
149 |
32 |
383 |
98 |
206 |
124 |
205 |
465 |
399 |
570 |
179 |
121 |
165 |
163 |
167 |
117 |
241 |
Character |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
, |
|
e |
) |
Milliseconds |
414 |
213 |
133 |
320 |
76 |
140 |
434 |
176 |
191 |
179 |
164 |
169 |
201 |
223 |
31 |
130 |
166 |
152 |
185 |
311 |
254 |
418 |
202 |
248 |
345 |
Character |
; |
|
c |
h |
|
= |
|
- |
1 |
|
- |
; |
|
} |
|
i |
f |
|
( |
c |
h |
|
< |
|
3 |
Milliseconds |
264 |
307 |
244 |
59 |
284 |
245 |
267 |
133 |
299 |
686 |
700 |
209 |
258 |
550 |
318 |
99 |
127 |
301 |
203 |
368 |
79 |
302 |
222 |
500 |
159 |
Character |
2 |
) |
|
/ |
* |
|
C |
o |
n |
t |
r |
o |
l |
l |
|
c |
-c |
- |
-l |
|
c |
h |
c |
-c |
a |
Milliseconds |
204 |
345 |
402 |
424 |
297 |
317 |
296 |
265 |
134 |
124 |
190 |
87 |
262 |
175 |
263 |
155 |
414 |
186 |
916 |
330 |
332 |
65 |
223 |
697 |
182 |
Character |
r |
a |
c |
t |
e |
r |
|
o |
r |
|
E |
O |
F |
|
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
|
Milliseconds |
153 |
168 |
268 |
42 |
170 |
134 |
269 |
70 |
177 |
253 |
311 |
180 |
142 |
280 |
45 |
161 |
116 |
232 |
48 |
144 |
76 |
113 |
155 |
196 |
185 |
Character |
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
a |
p |
p |
e |
n |
Milliseconds |
69 |
199 |
181 |
131 |
237 |
49 |
192 |
173 |
116 |
366 |
244 |
295 |
372 |
75 |
216 |
81 |
114 |
92 |
196 |
168 |
80 |
164 |
172 |
117 |
133 |
Character |
d |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
- |
- |
; |
Milliseconds |
179 |
255 |
217 |
346 |
21 |
50 |
163 |
246 |
388 |
196 |
74 |
277 |
202 |
253 |
132 |
269 |
10 |
170 |
839 |
81 |
115 |
269 |
284 |
167 |
196 |
Character |
|
} |
Milliseconds |
219 |
60 |
|
WPM Timing |
Seconds |
WPM |
2.33 |
35.99 |
4.67 |
56.55 |
7 |
66.83 |
9.34 |
66.83 |
11.67 |
68.89 |
14 |
68.55 |
16.34 |
66.83 |
18.67 |
66.83 |
21.01 |
65.69 |
23.34 |
65.81 |
25.68 |
64.97 |
28.01 |
65.12 |
30.34 |
64.46 |
32.68 |
64.63 |
35.01 |
64.09 |
37.35 |
64.26 |
39.68 |
64.11 |
42.01 |
63.98 |
44.35 |
64.13 |
46.68 |
63.49 |
49.02 |
62.92 |
51.35 |
62.16 |
53.68 |
61.92 |
56.02 |
61.05 |
58.35 |
60.67 |
60.69 |
60.31 |
63.02 |
60.17 |
65.36 |
60.04 |
67.69 |
59.39 |
70.02 |
59.12 |
72.36 |
59.04 |
74.69 |
58.64 |
77.03 |
58.73 |
79.36 |
58.37 |
81.69 |
58.02 |
84.03 |
57.98 |
86.36 |
58.22 |
88.7 |
57.77 |
91.03 |
57.21 |
93.36 |
56.68 |
95.7 |
56.3 |
98.03 |
56.06 |
100.37 |
55.12 |
102.7 |
54.45 |
105.03 |
54.61 |
107.37 |
55.21 |
109.7 |
55.46 |
112.04 |
55.91 |
114.37 |
55.92 |
116.71 |
55.73 |
|