Official speed |
63.61 wpm (102.25 seconds elapsed during race) |
Without ending ping |
63.79 wpm (289 ms delay sending score to TypeRacer’s server) |
Timerless |
64.43 wpm (1,011 ms elapsed before first character typed; 100.95 seconds elapsed during race) |
Timerless minus one |
64.31 wpm, ignoring the first character typed |
Race Start |
April 24, 2025 3:37:34am UTC |
Race Finish |
April 24, 2025 3:39:17am UTC |
Outcome |
No win (2 of 3) |
Accuracy |
96.2% |
Points |
94.35 |
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 - ne= new StringBuffer(); int expected 0= 1o00234; /* Cut off to avoid DoS attack */ while (expected < shutdown.length()) {{ if (random == null) rnadoandom n= news RAndoandom(System.currentTimeMillis()); expected += r(random.neztxtInt() % 1024) ; } while (expected > 0) { int ch = 1-1 ; try { ch = stream.read(); } catch (IOExcettption e) } {} log.warn("StandardServer.await: read: ", e): ; ch = -1; { {} } if (ch < 32 ) /* Control character or EOF terminates lopop break; command.apenpend((char) ch); expected---; } |
Timing |
Character |
/ |
* |
|
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
a |
c |
t |
e |
Milliseconds |
1011 |
583 |
213 |
296 |
224 |
165 |
82 |
132 |
77 |
111 |
33 |
100 |
88 |
79 |
113 |
21 |
93 |
69 |
88 |
82 |
112 |
512 |
110 |
144 |
102 |
Character |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
* |
/ |
|
S |
t |
r |
Milliseconds |
82 |
145 |
205 |
61 |
153 |
64 |
89 |
49 |
58 |
87 |
57 |
56 |
77 |
88 |
111 |
67 |
122 |
98 |
80 |
129 |
256 |
142 |
144 |
145 |
154 |
Character |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
|
- |
|
n |
e |
-e |
-n |
- |
Milliseconds |
47 |
109 |
91 |
265 |
133 |
79 |
170 |
66 |
110 |
66 |
90 |
76 |
91 |
132 |
153 |
101 |
89 |
43 |
119 |
102 |
109 |
80 |
202 |
136 |
155 |
Character |
-- |
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
i |
n |
Milliseconds |
162 |
221 |
360 |
136 |
119 |
56 |
136 |
299 |
152 |
148 |
66 |
56 |
55 |
320 |
200 |
79 |
155 |
115 |
64 |
210 |
146 |
198 |
157 |
101 |
54 |
Character |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
0 |
-0 |
= |
|
1 |
o |
0 |
-0 |
-o |
0 |
2 |
3 |
-3 |
4 |
Milliseconds |
69 |
141 |
166 |
148 |
53 |
102 |
186 |
135 |
56 |
143 |
70 |
508 |
268 |
248 |
172 |
126 |
88 |
26 |
330 |
133 |
121 |
91 |
220 |
288 |
80 |
Character |
; |
|
/ |
* |
|
C |
u |
t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
S |
Milliseconds |
198 |
189 |
623 |
314 |
152 |
223 |
77 |
89 |
145 |
78 |
66 |
133 |
101 |
244 |
69 |
104 |
45 |
121 |
52 |
39 |
100 |
90 |
212 |
190 |
445 |
Character |
|
a |
t |
t |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
Milliseconds |
299 |
179 |
142 |
137 |
120 |
101 |
77 |
89 |
334 |
267 |
143 |
228 |
117 |
769 |
142 |
60 |
75 |
221 |
113 |
154 |
77 |
82 |
186 |
147 |
66 |
Character |
d |
|
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
g |
t |
h |
( |
) |
) |
|
{ |
{ |
Milliseconds |
131 |
113 |
176 |
235 |
198 |
100 |
155 |
70 |
132 |
67 |
100 |
54 |
134 |
154 |
79 |
82 |
124 |
149 |
58 |
241 |
189 |
480 |
353 |
278 |
134 |
Character |
-{ |
|
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
l |
l |
) |
|
r |
n |
a |
Milliseconds |
346 |
100 |
80 |
75 |
112 |
378 |
134 |
87 |
48 |
97 |
57 |
53 |
112 |
154 |
366 |
169 |
135 |
141 |
159 |
129 |
189 |
114 |
135 |
108 |
90 |
Character |
d |
o |
-o |
-d |
-a |
-n |
a |
n |
d |
o |
m |
|
n |
-n |
= |
|
n |
e |
w |
s |
|
- |
-s |
|
R |
Milliseconds |
68 |
76 |
200 |
143 |
145 |
156 |
11 |
89 |
79 |
66 |
143 |
112 |
365 |
511 |
207 |
195 |
102 |
77 |
134 |
26 |
117 |
276 |
133 |
91 |
187 |
Character |
A |
n |
d |
o |
-o |
-d |
-n |
-A |
a |
n |
d |
o |
m |
( |
S |
y |
s |
t |
e |
m |
. |
c |
u |
r |
r |
Milliseconds |
102 |
111 |
78 |
90 |
199 |
143 |
176 |
126 |
34 |
86 |
88 |
89 |
78 |
491 |
375 |
135 |
66 |
111 |
87 |
52 |
127 |
169 |
69 |
174 |
111 |
Character |
e |
n |
t |
T |
i |
m |
e |
M |
i |
l |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
Milliseconds |
81 |
141 |
57 |
253 |
136 |
79 |
100 |
343 |
167 |
146 |
141 |
126 |
108 |
211 |
155 |
137 |
242 |
166 |
132 |
157 |
100 |
165 |
202 |
133 |
102 |
Character |
d |
|
+ |
= |
|
r |
-r |
( |
r |
a |
n |
d |
o |
m |
. |
n |
e |
z |
t |
-t |
-z |
x |
t |
I |
n |
Milliseconds |
145 |
98 |
335 |
219 |
201 |
265 |
324 |
221 |
156 |
116 |
44 |
110 |
72 |
97 |
186 |
209 |
103 |
219 |
32 |
368 |
134 |
112 |
102 |
209 |
143 |
Character |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
) |
|
- |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
Milliseconds |
90 |
189 |
143 |
222 |
288 |
195 |
164 |
128 |
171 |
210 |
360 |
165 |
463 |
227 |
108 |
210 |
135 |
101 |
102 |
22 |
152 |
32 |
104 |
320 |
143 |
Character |
x |
p |
e |
c |
t |
e |
d |
|
> |
|
0 |
) |
|
{ |
|
i |
n |
t |
|
c |
h |
|
= |
|
1 |
Milliseconds |
155 |
84 |
58 |
226 |
154 |
91 |
151 |
109 |
833 |
129 |
181 |
579 |
249 |
229 |
161 |
92 |
102 |
53 |
100 |
110 |
55 |
144 |
534 |
166 |
202 |
Character |
-1 |
- |
1 |
|
- |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
s |
t |
r |
e |
a |
m |
. |
Milliseconds |
335 |
232 |
144 |
334 |
364 |
257 |
123 |
95 |
168 |
58 |
68 |
189 |
163 |
267 |
47 |
115 |
806 |
202 |
142 |
114 |
142 |
55 |
79 |
43 |
156 |
Character |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
E |
x |
c |
e |
t |
-t |
Milliseconds |
180 |
33 |
105 |
74 |
240 |
133 |
636 |
100 |
199 |
155 |
126 |
86 |
111 |
135 |
65 |
68 |
164 |
279 |
155 |
155 |
435 |
210 |
166 |
168 |
379 |
Character |
t |
-t |
p |
t |
i |
o |
n |
|
e |
) |
|
} |
|
- |
-} |
{ |
} |
|
- |
-} |
|
l |
o |
g |
. |
Milliseconds |
336 |
217 |
382 |
152 |
46 |
89 |
79 |
98 |
133 |
366 |
345 |
182 |
173 |
256 |
134 |
222 |
26 |
140 |
389 |
115 |
442 |
233 |
154 |
167 |
135 |
Character |
w |
a |
r |
n |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
Milliseconds |
143 |
69 |
88 |
100 |
209 |
238 |
277 |
145 |
121 |
130 |
35 |
131 |
102 |
80 |
342 |
123 |
57 |
252 |
112 |
81 |
122 |
163 |
213 |
164 |
115 |
Character |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
, |
|
e |
) |
: |
|
- |
-: |
; |
|
c |
h |
|
= |
|
Milliseconds |
92 |
183 |
92 |
163 |
33 |
91 |
68 |
321 |
146 |
353 |
234 |
113 |
187 |
287 |
224 |
166 |
269 |
110 |
234 |
88 |
144 |
47 |
132 |
142 |
134 |
Character |
- |
1 |
; |
|
{ |
|
- |
-{ |
{ |
} |
|
- |
-} |
-{ |
} |
|
i |
f |
|
( |
c |
h |
|
< |
|
Milliseconds |
422 |
179 |
205 |
120 |
278 |
163 |
277 |
133 |
227 |
24 |
97 |
264 |
144 |
156 |
468 |
309 |
135 |
79 |
170 |
547 |
169 |
68 |
133 |
366 |
68 |
Character |
3 |
2 |
|
- |
) |
|
/ |
* |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
a |
c |
t |
e |
Milliseconds |
221 |
149 |
163 |
267 |
180 |
108 |
445 |
302 |
145 |
174 |
135 |
57 |
86 |
144 |
59 |
142 |
95 |
106 |
56 |
132 |
267 |
91 |
175 |
156 |
79 |
Character |
r |
|
o |
r |
|
E |
O |
F |
|
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
|
l |
o |
p |
-p |
o |
Milliseconds |
98 |
113 |
88 |
91 |
110 |
398 |
445 |
148 |
163 |
189 |
91 |
111 |
99 |
122 |
80 |
64 |
67 |
78 |
89 |
100 |
97 |
172 |
155 |
387 |
170 |
Character |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
d |
. |
a |
p |
e |
n |
-n |
-e |
p |
e |
Milliseconds |
75 |
186 |
135 |
182 |
74 |
66 |
78 |
90 |
89 |
111 |
146 |
386 |
125 |
76 |
90 |
58 |
274 |
289 |
243 |
144 |
160 |
253 |
121 |
289 |
179 |
Character |
n |
d |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
- |
- |
Milliseconds |
90 |
98 |
299 |
167 |
233 |
59 |
103 |
72 |
211 |
126 |
175 |
78 |
243 |
233 |
94 |
143 |
147 |
84 |
90 |
209 |
144 |
102 |
89 |
370 |
162 |
Character |
- |
-- |
; |
|
} |
Milliseconds |
155 |
422 |
202 |
142 |
156 |
|
WPM Timing |
Seconds |
WPM |
2.04 |
17.6 |
4.09 |
61.61 |
6.13 |
80.2 |
8.18 |
82.15 |
10.22 |
79.81 |
12.27 |
78.24 |
14.31 |
79.64 |
16.36 |
76.29 |
18.4 |
72.37 |
20.45 |
71.59 |
22.49 |
72.55 |
24.54 |
71.88 |
26.58 |
72.67 |
28.63 |
74.19 |
30.67 |
71.59 |
32.72 |
72.62 |
34.76 |
71.11 |
36.81 |
70.42 |
38.85 |
68.26 |
40.9 |
68.66 |
42.94 |
69.3 |
44.99 |
69.88 |
47.03 |
68.89 |
49.08 |
68.46 |
51.12 |
68.07 |
53.17 |
67.71 |
55.21 |
67.37 |
57.26 |
67.48 |
59.3 |
66.37 |
61.35 |
66.31 |
63.39 |
66.44 |
65.44 |
66.57 |
67.48 |
65.97 |
69.53 |
65.41 |
71.57 |
63.88 |
73.62 |
63.9 |
75.66 |
64.55 |
77.71 |
64.86 |
79.75 |
64.25 |
81.8 |
63.96 |
83.84 |
62.69 |
85.89 |
62.73 |
87.93 |
62.5 |
89.98 |
63.35 |
92.02 |
63.64 |
94.07 |
63.91 |
96.11 |
63.92 |
98.16 |
63.69 |
100.2 |
64.07 |
102.25 |
63.61 |
|