Official speed |
48.61 wpm (133.80 seconds elapsed during race) |
Without ending ping |
48.69 wpm (212 ms delay sending score to TypeRacer’s server) |
Timerless |
49.12 wpm (1,186 ms elapsed before first character typed; 132.40 seconds elapsed during race) |
Timerless minus one |
49.03 wpm, ignoring the first character typed |
Race Start |
February 27, 2024 3:14:41am UTC |
Race Finish |
February 27, 2024 3:16:55am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
98.3% |
Points |
72.10 |
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 teh sohe 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("StandardSerrver.await: read: ", e); ch = -1; } if (ch < 32) /* Control character or EOF terminates look bp 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 |
1186 |
527 |
371 |
329 |
66 |
70 |
125 |
86 |
87 |
60 |
112 |
77 |
118 |
73 |
103 |
58 |
98 |
50 |
98 |
64 |
74 |
85 |
114 |
172 |
77 |
Character |
r |
s |
|
f |
r |
o |
m |
|
t |
e |
h |
|
s |
o |
-o |
-s |
- |
-h |
-e |
h |
e |
|
s |
o |
c |
Milliseconds |
95 |
304 |
132 |
51 |
148 |
48 |
65 |
58 |
65 |
104 |
18 |
115 |
62 |
101 |
210 |
91 |
104 |
119 |
286 |
215 |
80 |
101 |
71 |
74 |
79 |
Character |
k |
e |
t |
|
* |
? |
-? |
? |
-? |
/ |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
Milliseconds |
91 |
67 |
109 |
464 |
1163 |
1122 |
493 |
551 |
444 |
776 |
565 |
272 |
172 |
116 |
96 |
45 |
83 |
324 |
115 |
155 |
134 |
122 |
49 |
88 |
104 |
Character |
o |
m |
m |
a |
n |
d |
|
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
Milliseconds |
80 |
192 |
111 |
96 |
98 |
30 |
480 |
273 |
119 |
243 |
115 |
55 |
118 |
267 |
143 |
122 |
73 |
66 |
80 |
464 |
102 |
223 |
165 |
129 |
69 |
Character |
( |
) |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
; |
|
Milliseconds |
402 |
229 |
371 |
226 |
181 |
33 |
107 |
82 |
125 |
188 |
86 |
88 |
139 |
155 |
59 |
142 |
116 |
374 |
162 |
1957 |
213 |
1293 |
114 |
1106 |
276 |
Character |
/ |
* |
|
C |
u |
t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
S |
|
a |
Milliseconds |
183 |
981 |
392 |
411 |
118 |
81 |
82 |
94 |
96 |
115 |
96 |
100 |
97 |
87 |
128 |
73 |
83 |
69 |
88 |
76 |
272 |
320 |
392 |
331 |
163 |
Character |
t |
t |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
Milliseconds |
255 |
140 |
117 |
106 |
91 |
398 |
270 |
488 |
258 |
204 |
54 |
125 |
199 |
21 |
562 |
338 |
284 |
183 |
153 |
85 |
164 |
258 |
81 |
152 |
104 |
Character |
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
g |
t |
h |
( |
) |
) |
|
{ |
|
i |
f |
Milliseconds |
395 |
299 |
206 |
79 |
165 |
460 |
185 |
133 |
86 |
99 |
179 |
174 |
100 |
78 |
254 |
258 |
72 |
860 |
140 |
150 |
552 |
578 |
438 |
185 |
92 |
Character |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
l |
l |
) |
|
r |
a |
n |
d |
o |
m |
|
Milliseconds |
89 |
564 |
307 |
95 |
76 |
121 |
79 |
149 |
488 |
198 |
105 |
104 |
337 |
150 |
177 |
121 |
443 |
627 |
176 |
55 |
92 |
69 |
101 |
141 |
274 |
Character |
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
|
- |
( |
S |
y |
s |
t |
e |
m |
. |
c |
u |
r |
Milliseconds |
321 |
159 |
337 |
79 |
53 |
101 |
274 |
75 |
98 |
82 |
102 |
154 |
109 |
501 |
230 |
451 |
181 |
158 |
219 |
81 |
112 |
223 |
493 |
284 |
168 |
Character |
r |
e |
n |
t |
T |
i |
m |
e |
M |
i |
l |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
t |
Milliseconds |
115 |
72 |
146 |
55 |
283 |
126 |
131 |
71 |
345 |
193 |
178 |
111 |
158 |
163 |
651 |
140 |
169 |
457 |
227 |
145 |
195 |
82 |
127 |
159 |
269 |
Character |
e |
d |
|
+ |
= |
|
( |
r |
a |
n |
d |
o |
m |
. |
n |
e |
x |
t |
I |
n |
t |
( |
) |
|
% |
Milliseconds |
79 |
185 |
337 |
448 |
224 |
597 |
560 |
345 |
84 |
79 |
88 |
124 |
131 |
194 |
316 |
163 |
295 |
197 |
196 |
154 |
224 |
440 |
139 |
980 |
675 |
Character |
|
1 |
0 |
2 |
4 |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
Milliseconds |
299 |
594 |
233 |
620 |
86 |
1437 |
352 |
410 |
356 |
347 |
151 |
66 |
110 |
160 |
68 |
96 |
339 |
202 |
186 |
88 |
100 |
157 |
181 |
72 |
145 |
Character |
|
? |
-? |
> |
|
0 |
|
- |
) |
|
{ |
|
i |
n |
t |
|
c |
h |
|
= |
|
- |
1 |
; |
|
Milliseconds |
343 |
256 |
460 |
493 |
510 |
708 |
273 |
411 |
585 |
269 |
782 |
468 |
196 |
59 |
552 |
158 |
167 |
61 |
386 |
182 |
92 |
764 |
408 |
572 |
169 |
Character |
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
s |
t |
r |
e |
a |
m |
. |
r |
e |
a |
d |
( |
) |
; |
Milliseconds |
249 |
127 |
94 |
149 |
486 |
496 |
145 |
108 |
332 |
217 |
79 |
278 |
154 |
145 |
84 |
84 |
94 |
167 |
135 |
67 |
76 |
117 |
467 |
134 |
344 |
Character |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
E |
x |
c |
e |
p |
t |
i |
o |
n |
|
e |
|
- |
Milliseconds |
596 |
716 |
394 |
198 |
125 |
108 |
147 |
126 |
60 |
392 |
565 |
160 |
456 |
404 |
238 |
212 |
88 |
129 |
51 |
65 |
51 |
174 |
127 |
183 |
623 |
Character |
) |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
Milliseconds |
280 |
635 |
252 |
771 |
411 |
282 |
181 |
123 |
245 |
102 |
153 |
200 |
295 |
316 |
412 |
138 |
62 |
88 |
67 |
316 |
52 |
163 |
276 |
74 |
224 |
Character |
r |
-r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
, |
|
e |
) |
; |
Milliseconds |
131 |
434 |
46 |
136 |
78 |
121 |
234 |
181 |
65 |
158 |
313 |
489 |
127 |
135 |
78 |
67 |
116 |
472 |
135 |
652 |
292 |
182 |
256 |
628 |
368 |
Character |
|
c |
h |
|
= |
|
- |
1 |
; |
|
} |
|
i |
f |
|
( |
c |
h |
|
< |
|
3 |
2 |
) |
|
Milliseconds |
272 |
170 |
88 |
223 |
307 |
140 |
971 |
119 |
469 |
172 |
490 |
328 |
236 |
100 |
97 |
586 |
208 |
72 |
177 |
467 |
326 |
811 |
258 |
975 |
499 |
Character |
/ |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
a |
c |
t |
e |
r |
|
o |
r |
|
E |
Milliseconds |
635 |
1533 |
341 |
384 |
134 |
63 |
126 |
124 |
40 |
167 |
90 |
68 |
118 |
48 |
70 |
86 |
110 |
177 |
69 |
87 |
201 |
120 |
89 |
67 |
365 |
Character |
O |
F |
|
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
|
l |
o |
o |
k |
|
b |
-b |
- |
-k |
p |
|
Milliseconds |
490 |
128 |
302 |
566 |
118 |
55 |
38 |
133 |
54 |
157 |
69 |
44 |
105 |
63 |
155 |
191 |
105 |
113 |
97 |
81 |
329 |
95 |
105 |
237 |
154 |
Character |
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
a |
p |
p |
e |
n |
d |
( |
( |
c |
h |
Milliseconds |
112 |
156 |
68 |
82 |
88 |
69 |
520 |
188 |
40 |
197 |
196 |
157 |
71 |
86 |
115 |
186 |
131 |
109 |
87 |
95 |
373 |
483 |
131 |
443 |
81 |
Character |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
- |
- |
; |
|
) |
-) |
} |
Milliseconds |
46 |
71 |
303 |
800 |
131 |
134 |
259 |
378 |
196 |
108 |
160 |
92 |
167 |
199 |
162 |
61 |
176 |
630 |
123 |
618 |
241 |
486 |
655 |
491 |
|
WPM Timing |
Seconds |
WPM |
2.68 |
31.39 |
5.35 |
76.23 |
8.03 |
65.77 |
10.7 |
50.45 |
13.38 |
43.95 |
16.06 |
50.82 |
18.73 |
55.09 |
21.41 |
57.18 |
24.08 |
52.82 |
26.76 |
49.33 |
29.44 |
48.92 |
32.11 |
50.82 |
34.79 |
51.74 |
37.46 |
51.89 |
40.14 |
52.91 |
42.82 |
51.29 |
45.49 |
51.97 |
48.17 |
52.32 |
50.84 |
52.63 |
53.52 |
52.69 |
56.2 |
53.17 |
58.87 |
53.4 |
61.55 |
53.03 |
64.22 |
52.69 |
66.9 |
51.48 |
69.58 |
50.36 |
72.25 |
51.32 |
74.93 |
49.97 |
77.6 |
48.86 |
80.28 |
48.73 |
82.96 |
48.46 |
85.63 |
49.33 |
88.31 |
48.78 |
90.98 |
48.67 |
93.66 |
48.56 |
96.34 |
48.46 |
99.01 |
48.84 |
101.69 |
49.21 |
104.36 |
48.75 |
107.04 |
48.54 |
109.72 |
48.34 |
112.39 |
47.94 |
115.07 |
47.14 |
117.74 |
47.9 |
120.42 |
48.13 |
123.1 |
48.65 |
125.77 |
49.23 |
128.45 |
49.14 |
131.12 |
49.33 |
133.8 |
48.61 |
|