Official speed |
46.19 wpm (140.81 seconds elapsed during race) |
Without ending ping |
46.29 wpm (313 ms delay sending score to TypeRacer’s server) |
Timerless |
46.76 wpm (1,408 ms elapsed before first character typed; 139.09 seconds elapsed during race) |
Timerless minus one |
46.68 wpm, ignoring the first character typed |
Race Start |
August 20, 2023 1:36:18pm UTC |
Race Finish |
August 20, 2023 1:38:38pm UTC |
Outcome |
No win (2 of 3) |
Accuracy |
95.6% |
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 |
/* rRead a set of characgrters from the sokc=cket */ StringButgfffer command = new StringBuffer(); int expected = 1024; /* Cut off to avoid DoS attack */ ehwhile (expected < shutdown.length()) { if (random == null) random = new Random(Systsemen.nm.currentTimeMielllilis()); expected ++= (radndom.nextInt() % 1024); } while (expectecd > 0) { int ch = -1; try { cho = stream.radead(); } catch (IOEccxcetpption e) } { log.ewarn"("StandardServer.await: read: ", e) ;; ch =- -1; } if (ch < 32) ?/* Contro l charatcter ofr EOF terminateds loop break; command.append((char) ch); expected--; } |
Timing |
Character |
/ |
* |
|
r |
-r |
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
a |
c |
Milliseconds |
1408 |
346 |
211 |
120 |
469 |
661 |
187 |
124 |
182 |
276 |
105 |
184 |
48 |
113 |
230 |
141 |
118 |
98 |
144 |
264 |
99 |
211 |
29 |
118 |
194 |
Character |
g |
r |
-r |
-g |
t |
e |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
k |
c |
= |
-= |
-c |
Milliseconds |
133 |
251 |
343 |
107 |
90 |
112 |
87 |
171 |
178 |
103 |
215 |
31 |
88 |
74 |
117 |
184 |
7 |
417 |
230 |
727 |
172 |
145 |
440 |
152 |
155 |
Character |
-k |
c |
k |
e |
t |
|
* |
/ |
|
S |
t |
r |
i |
n |
g |
B |
u |
t |
-t |
g |
f |
-f |
-g |
f |
f |
Milliseconds |
180 |
96 |
171 |
110 |
90 |
178 |
206 |
310 |
383 |
276 |
147 |
183 |
116 |
67 |
138 |
317 |
180 |
87 |
378 |
188 |
236 |
391 |
184 |
84 |
196 |
Character |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
|
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
Milliseconds |
446 |
101 |
71 |
181 |
100 |
180 |
123 |
100 |
104 |
155 |
69 |
379 |
95 |
143 |
78 |
77 |
118 |
393 |
147 |
180 |
122 |
75 |
140 |
350 |
211 |
Character |
f |
f |
e |
r |
( |
) |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
Milliseconds |
238 |
201 |
111 |
68 |
379 |
282 |
764 |
74 |
131 |
99 |
114 |
155 |
60 |
206 |
122 |
215 |
227 |
166 |
180 |
225 |
128 |
274 |
121 |
29 |
598 |
Character |
2 |
4 |
; |
|
/ |
* |
|
C |
u |
t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
Milliseconds |
63 |
418 |
377 |
97 |
617 |
445 |
272 |
262 |
157 |
156 |
162 |
84 |
80 |
182 |
115 |
97 |
172 |
103 |
200 |
135 |
98 |
136 |
91 |
129 |
344 |
Character |
o |
S |
|
a |
t |
t |
a |
c |
k |
|
* |
/ |
|
e |
h |
-h |
-e |
w |
h |
i |
l |
e |
|
( |
e |
Milliseconds |
327 |
384 |
285 |
92 |
151 |
179 |
86 |
163 |
131 |
188 |
447 |
330 |
145 |
154 |
133 |
342 |
123 |
76 |
166 |
88 |
68 |
149 |
130 |
626 |
220 |
Character |
x |
p |
e |
c |
t |
e |
d |
|
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
g |
t |
h |
Milliseconds |
168 |
164 |
121 |
214 |
170 |
191 |
248 |
311 |
218 |
160 |
166 |
148 |
201 |
112 |
224 |
90 |
137 |
96 |
214 |
201 |
118 |
473 |
156 |
326 |
100 |
Character |
( |
) |
) |
|
{ |
|
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
l |
l |
) |
Milliseconds |
424 |
122 |
194 |
223 |
278 |
104 |
187 |
87 |
95 |
291 |
306 |
61 |
92 |
161 |
37 |
81 |
122 |
241 |
177 |
38 |
248 |
181 |
176 |
157 |
278 |
Character |
|
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
( |
S |
y |
s |
t |
Milliseconds |
171 |
116 |
65 |
127 |
146 |
41 |
115 |
95 |
230 |
166 |
130 |
111 |
42 |
201 |
456 |
135 |
304 |
193 |
99 |
87 |
346 |
436 |
267 |
144 |
150 |
Character |
s |
e |
m |
-m |
-e |
-s |
e |
n |
. |
-. |
-n |
n |
-n |
m |
. |
c |
u |
r |
r |
e |
n |
t |
T |
i |
m |
Milliseconds |
77 |
124 |
110 |
337 |
151 |
156 |
54 |
180 |
189 |
445 |
75 |
240 |
614 |
228 |
151 |
573 |
176 |
135 |
158 |
110 |
90 |
123 |
631 |
306 |
87 |
Character |
e |
M |
i |
e |
l |
l |
-l |
-l |
-e |
l |
i |
-i |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
Milliseconds |
113 |
408 |
129 |
146 |
140 |
135 |
306 |
169 |
156 |
213 |
236 |
422 |
230 |
90 |
98 |
337 |
536 |
196 |
697 |
85 |
129 |
186 |
166 |
75 |
214 |
Character |
t |
e |
d |
|
+ |
+ |
-+ |
= |
|
( |
r |
a |
d |
-d |
n |
d |
o |
m |
. |
n |
e |
x |
t |
I |
n |
Milliseconds |
205 |
171 |
213 |
112 |
416 |
200 |
568 |
518 |
170 |
333 |
126 |
146 |
628 |
408 |
289 |
183 |
98 |
90 |
503 |
202 |
57 |
299 |
199 |
371 |
217 |
Character |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
Milliseconds |
86 |
652 |
279 |
238 |
510 |
533 |
267 |
223 |
180 |
495 |
636 |
416 |
87 |
618 |
138 |
198 |
111 |
283 |
237 |
121 |
153 |
465 |
198 |
153 |
134 |
Character |
e |
c |
t |
e |
c |
-c |
d |
|
> |
|
0 |
) |
|
{ |
|
i |
n |
t |
|
c |
h |
|
= |
|
- |
Milliseconds |
134 |
204 |
180 |
170 |
249 |
531 |
141 |
278 |
285 |
68 |
474 |
554 |
159 |
379 |
158 |
110 |
89 |
113 |
152 |
199 |
99 |
140 |
253 |
118 |
639 |
Character |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
o |
|
- |
-o |
|
= |
|
s |
t |
r |
e |
a |
m |
. |
Milliseconds |
145 |
308 |
97 |
135 |
202 |
148 |
92 |
510 |
154 |
118 |
90 |
144 |
83 |
419 |
112 |
77 |
191 |
150 |
154 |
122 |
158 |
146 |
111 |
65 |
257 |
Character |
r |
a |
d |
-d |
-a |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
E |
c |
Milliseconds |
146 |
107 |
191 |
365 |
138 |
81 |
55 |
173 |
398 |
686 |
464 |
72 |
279 |
92 |
135 |
145 |
585 |
238 |
73 |
144 |
310 |
558 |
556 |
518 |
237 |
Character |
-c |
c |
-c |
x |
c |
e |
t |
p |
-p |
-t |
p |
t |
i |
o |
n |
|
e |
) |
|
} |
|
- |
-} |
{ |
|
Milliseconds |
621 |
404 |
408 |
80 |
162 |
249 |
179 |
90 |
431 |
131 |
316 |
350 |
85 |
91 |
54 |
214 |
208 |
500 |
162 |
248 |
410 |
348 |
124 |
787 |
148 |
Character |
l |
o |
g |
. |
e |
-e |
w |
a |
r |
n |
" |
-" |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
Milliseconds |
230 |
177 |
104 |
198 |
214 |
407 |
119 |
209 |
76 |
115 |
680 |
642 |
306 |
272 |
435 |
142 |
155 |
183 |
439 |
370 |
100 |
237 |
405 |
63 |
57 |
Character |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
, |
|
e |
) |
|
; |
-; |
Milliseconds |
302 |
115 |
161 |
163 |
430 |
565 |
170 |
168 |
110 |
369 |
181 |
58 |
67 |
67 |
194 |
435 |
130 |
523 |
573 |
72 |
201 |
614 |
86 |
283 |
333 |
Character |
- |
; |
|
c |
h |
|
= |
- |
|
- |
-- |
|
- |
1 |
; |
|
} |
|
i |
f |
|
( |
c |
h |
|
Milliseconds |
200 |
361 |
129 |
134 |
65 |
178 |
468 |
329 |
642 |
32 |
405 |
238 |
309 |
213 |
365 |
74 |
351 |
90 |
459 |
96 |
127 |
364 |
224 |
74 |
186 |
Character |
< |
|
3 |
2 |
) |
|
? |
-? |
/ |
* |
|
C |
o |
n |
t |
r |
o |
|
- |
l |
|
c |
h |
a |
r |
Milliseconds |
371 |
90 |
325 |
64 |
492 |
133 |
706 |
526 |
229 |
746 |
537 |
292 |
213 |
157 |
111 |
249 |
29 |
364 |
556 |
244 |
137 |
197 |
92 |
204 |
97 |
Character |
a |
t |
-t |
c |
t |
e |
r |
|
o |
f |
-f |
r |
|
E |
O |
F |
|
t |
e |
r |
m |
i |
n |
a |
t |
Milliseconds |
137 |
462 |
341 |
84 |
196 |
132 |
100 |
123 |
91 |
126 |
537 |
99 |
130 |
314 |
527 |
228 |
148 |
166 |
136 |
74 |
443 |
97 |
129 |
108 |
104 |
Character |
e |
d |
-d |
s |
|
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
Milliseconds |
112 |
351 |
475 |
140 |
107 |
116 |
218 |
143 |
217 |
115 |
314 |
247 |
75 |
135 |
67 |
380 |
63 |
199 |
102 |
68 |
179 |
137 |
123 |
111 |
152 |
Character |
a |
p |
p |
e |
n |
d |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
Milliseconds |
217 |
141 |
179 |
303 |
112 |
147 |
334 |
178 |
225 |
117 |
124 |
66 |
356 |
282 |
140 |
98 |
774 |
576 |
32 |
152 |
248 |
78 |
148 |
224 |
168 |
Character |
e |
d |
- |
- |
; |
|
} |
Milliseconds |
157 |
227 |
533 |
205 |
719 |
106 |
257 |
|
WPM Timing |
Seconds |
WPM |
2.82 |
12.78 |
5.63 |
40.48 |
8.45 |
51.13 |
11.26 |
43.68 |
14.08 |
46.87 |
16.9 |
44.74 |
19.71 |
49.31 |
22.53 |
50.6 |
25.35 |
51.13 |
28.16 |
50.71 |
30.98 |
51.91 |
33.79 |
51.84 |
36.61 |
52.44 |
39.43 |
53.26 |
42.24 |
53.69 |
45.06 |
55.93 |
47.88 |
56.15 |
50.69 |
54.21 |
53.51 |
53.38 |
56.32 |
52.2 |
59.14 |
51.54 |
61.96 |
50.94 |
64.77 |
50.39 |
67.59 |
50.07 |
70.4 |
49.26 |
73.22 |
49.17 |
76.04 |
48.92 |
78.85 |
49.31 |
81.67 |
49.37 |
84.49 |
49.57 |
87.3 |
49.21 |
90.12 |
48.87 |
92.93 |
47.9 |
95.75 |
47.62 |
98.57 |
46.99 |
101.38 |
46.4 |
104.2 |
46.53 |
107.02 |
46.87 |
109.83 |
46.43 |
112.65 |
45.91 |
115.46 |
45.73 |
118.28 |
45.76 |
121.1 |
45.19 |
123.91 |
45.23 |
126.73 |
45.07 |
129.54 |
45.2 |
132.36 |
45.87 |
135.18 |
46.34 |
137.99 |
46.35 |
140.81 |
46.19 |
|