Official speed |
63.73 wpm (102.06 seconds elapsed during race) |
Without ending ping |
63.92 wpm (306 ms delay sending score to TypeRacer’s server) |
Timerless |
64.17 wpm (394 ms elapsed before first character typed; 101.36 seconds elapsed during race) |
Timerless minus one |
64.05 wpm, ignoring the first character typed |
Race Start |
June 22, 2023 9:12:31am UTC |
Race Finish |
June 22, 2023 9:14:13am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
95.8% |
Points |
94.53 |
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 |
/I * Read a set of characters fro mthe m the sokecket */ String BBuffer command = new StringBuffer(); int expected = 1024; /8* cCut off to avoid DoS at rtattack */ while e(expected 0) { int ch = 01-1; try ({{ ch = stream.read(); } catch (IOeException e) { log.warn("StandardServer.await: read: ", e); ch = 011-1; } if (ch < 32 _ ) /* conControl character or EOF terminates flloop break; command.append((char) ch); expected--:; } |
Timing |
Character |
/ |
I |
|
- |
-I |
* |
|
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
Milliseconds |
394 |
255 |
244 |
248 |
103 |
716 |
271 |
229 |
224 |
120 |
89 |
44 |
97 |
118 |
114 |
93 |
93 |
80 |
65 |
94 |
73 |
123 |
78 |
82 |
71 |
Character |
a |
c |
t |
e |
r |
s |
|
f |
r |
o |
|
m |
t |
h |
e |
|
- |
-e |
-h |
-t |
-m |
- |
m |
|
t |
Milliseconds |
122 |
115 |
144 |
100 |
80 |
61 |
53 |
94 |
164 |
53 |
186 |
0 |
57 |
69 |
26 |
56 |
287 |
98 |
82 |
97 |
80 |
104 |
222 |
49 |
85 |
Character |
h |
e |
|
s |
o |
k |
e |
-e |
-k |
c |
k |
e |
t |
|
* |
/ |
|
S |
t |
r |
i |
n |
g |
|
B |
Milliseconds |
40 |
52 |
48 |
79 |
92 |
177 |
173 |
210 |
68 |
139 |
127 |
104 |
46 |
85 |
129 |
246 |
133 |
265 |
173 |
160 |
87 |
78 |
48 |
133 |
234 |
Character |
-B |
- |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
|
= |
|
n |
e |
w |
|
S |
t |
Milliseconds |
446 |
341 |
212 |
144 |
81 |
114 |
129 |
63 |
68 |
98 |
101 |
217 |
112 |
99 |
211 |
95 |
96 |
672 |
150 |
139 |
96 |
63 |
76 |
281 |
135 |
Character |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
Milliseconds |
323 |
101 |
91 |
43 |
279 |
150 |
47 |
144 |
88 |
92 |
236 |
150 |
254 |
129 |
105 |
119 |
170 |
107 |
74 |
144 |
97 |
90 |
175 |
151 |
159 |
Character |
d |
|
= |
|
1 |
0 |
2 |
4 |
; |
|
/ |
8 |
-8 |
* |
|
c |
-c |
C |
u |
t |
|
o |
f |
f |
|
Milliseconds |
179 |
72 |
167 |
134 |
179 |
179 |
145 |
257 |
309 |
95 |
265 |
270 |
372 |
218 |
159 |
177 |
370 |
160 |
147 |
98 |
69 |
99 |
42 |
140 |
74 |
Character |
t |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
S |
|
a |
t |
|
r |
t |
a |
-a |
-t |
-r |
t |
-t |
- |
Milliseconds |
84 |
69 |
50 |
80 |
178 |
122 |
61 |
47 |
68 |
219 |
168 |
255 |
237 |
108 |
178 |
0 |
122 |
0 |
100 |
203 |
105 |
158 |
91 |
204 |
115 |
Character |
t |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
e |
-e |
( |
e |
x |
p |
e |
c |
t |
e |
d |
Milliseconds |
25 |
99 |
314 |
218 |
74 |
182 |
241 |
178 |
109 |
83 |
58 |
56 |
29 |
78 |
381 |
353 |
162 |
147 |
156 |
66 |
105 |
161 |
120 |
78 |
176 |
Character |
|
< |
s |
h |
t |
-t |
-h |
-s |
|
s |
h |
t |
d |
-d |
-t |
-h |
h |
u |
t |
d |
o |
w |
n |
. |
e |
Milliseconds |
126 |
204 |
161 |
96 |
169 |
194 |
81 |
90 |
117 |
144 |
86 |
181 |
155 |
211 |
91 |
215 |
535 |
134 |
65 |
136 |
87 |
202 |
84 |
192 |
139 |
Character |
l |
-l |
-e |
l |
e |
n |
g |
t |
h |
( |
) |
) |
|
{ |
|
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
Milliseconds |
50 |
266 |
80 |
176 |
67 |
133 |
60 |
204 |
59 |
209 |
158 |
229 |
129 |
235 |
191 |
137 |
67 |
82 |
174 |
108 |
109 |
74 |
121 |
35 |
135 |
Character |
|
= |
= |
|
n |
u |
l |
l |
) |
|
r |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
Milliseconds |
91 |
177 |
136 |
150 |
148 |
143 |
147 |
157 |
200 |
122 |
661 |
80 |
88 |
74 |
65 |
177 |
65 |
159 |
120 |
168 |
129 |
150 |
152 |
176 |
113 |
Character |
n |
d |
o |
m |
( |
S |
y |
s |
t |
e |
m |
. |
c |
u |
r |
e |
-e |
r |
e |
n |
t |
T |
i |
m |
e |
Milliseconds |
81 |
94 |
97 |
136 |
210 |
257 |
117 |
69 |
145 |
81 |
116 |
348 |
159 |
135 |
68 |
88 |
306 |
52 |
80 |
100 |
63 |
268 |
128 |
201 |
30 |
Character |
M |
i |
l |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
t |
-t |
p |
e |
c |
t |
e |
d |
|
+ |
= |
|
Milliseconds |
239 |
184 |
339 |
140 |
28 |
146 |
175 |
172 |
291 |
277 |
93 |
119 |
150 |
209 |
342 |
188 |
105 |
162 |
126 |
77 |
114 |
83 |
189 |
356 |
187 |
Character |
( |
r |
a |
n |
d |
o |
m |
. |
n |
e |
x |
t |
I |
n |
t |
( |
) |
|
% |
|
! |
-! |
1 |
0 |
2 |
Milliseconds |
785 |
77 |
114 |
74 |
77 |
64 |
160 |
133 |
159 |
98 |
153 |
123 |
225 |
165 |
144 |
384 |
168 |
195 |
803 |
240 |
262 |
421 |
86 |
196 |
219 |
Character |
4 |
|
- |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
|
- |
d |
Milliseconds |
639 |
283 |
456 |
166 |
285 |
110 |
183 |
125 |
91 |
71 |
45 |
52 |
23 |
82 |
145 |
106 |
143 |
100 |
78 |
169 |
102 |
101 |
249 |
387 |
46 |
Character |
|
> |
|
0 |
) |
|
{ |
|
i |
n |
t |
|
c |
h |
|
= |
|
0 |
1 |
-1 |
-0 |
- |
1 |
; |
|
Milliseconds |
76 |
137 |
184 |
658 |
214 |
131 |
339 |
122 |
153 |
101 |
38 |
88 |
134 |
44 |
78 |
189 |
129 |
337 |
174 |
294 |
88 |
182 |
156 |
358 |
95 |
Character |
t |
r |
y |
|
( |
{ |
-{ |
-( |
{ |
|
c |
h |
|
= |
|
s |
t |
r |
e |
a |
m |
. |
r |
e |
a |
Milliseconds |
93 |
164 |
65 |
50 |
372 |
447 |
407 |
104 |
377 |
283 |
199 |
59 |
85 |
231 |
325 |
159 |
98 |
170 |
29 |
106 |
131 |
159 |
72 |
49 |
87 |
Character |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
e |
-e |
E |
x |
c |
e |
p |
t |
i |
Milliseconds |
98 |
231 |
172 |
253 |
111 |
202 |
146 |
113 |
151 |
63 |
185 |
41 |
50 |
145 |
288 |
131 |
446 |
422 |
208 |
291 |
210 |
170 |
138 |
102 |
89 |
Character |
o |
n |
|
e |
) |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
( |
" |
S |
t |
a |
n |
d |
a |
r |
Milliseconds |
44 |
72 |
76 |
84 |
242 |
153 |
219 |
159 |
582 |
139 |
56 |
122 |
108 |
130 |
69 |
117 |
199 |
300 |
240 |
60 |
99 |
50 |
83 |
129 |
104 |
Character |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
, |
|
e |
Milliseconds |
129 |
201 |
214 |
116 |
158 |
92 |
58 |
41 |
153 |
83 |
88 |
159 |
100 |
255 |
152 |
146 |
35 |
118 |
102 |
231 |
124 |
312 |
344 |
26 |
87 |
Character |
) |
; |
|
c |
h |
|
= |
|
0 |
1 |
-1 |
-0 |
1 |
-1 |
- |
1 |
; |
|
} |
|
i |
f |
|
( |
c |
Milliseconds |
462 |
296 |
98 |
130 |
59 |
149 |
128 |
183 |
321 |
187 |
321 |
190 |
289 |
483 |
175 |
157 |
274 |
176 |
258 |
140 |
138 |
57 |
78 |
149 |
149 |
Character |
h |
|
< |
|
3 |
2 |
|
- |
_ |
|
- |
-_ |
) |
|
/ |
* |
|
c |
o |
n |
-n |
-o |
-c |
C |
o |
Milliseconds |
88 |
107 |
376 |
214 |
296 |
187 |
162 |
423 |
235 |
33 |
515 |
108 |
197 |
130 |
797 |
614 |
97 |
188 |
140 |
121 |
237 |
142 |
115 |
204 |
215 |
Character |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
a |
c |
t |
e |
r |
|
o |
r |
|
E |
O |
F |
|
t |
e |
Milliseconds |
87 |
116 |
163 |
109 |
142 |
154 |
110 |
61 |
98 |
77 |
103 |
120 |
167 |
81 |
98 |
104 |
103 |
65 |
98 |
212 |
396 |
172 |
264 |
113 |
142 |
Character |
r |
m |
i |
n |
a |
t |
e |
s |
|
f |
l |
-l |
-f |
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
Milliseconds |
41 |
99 |
127 |
84 |
59 |
63 |
94 |
83 |
49 |
93 |
119 |
216 |
86 |
175 |
194 |
121 |
129 |
200 |
109 |
117 |
53 |
26 |
99 |
185 |
119 |
Character |
c |
o |
m |
m |
a |
n |
d |
. |
a |
p |
p |
e |
n |
d |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
Milliseconds |
282 |
54 |
161 |
427 |
193 |
130 |
101 |
205 |
298 |
129 |
112 |
37 |
145 |
81 |
196 |
218 |
218 |
110 |
54 |
108 |
219 |
131 |
150 |
109 |
192 |
Character |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
- |
- |
: |
-: |
; |
|
} |
Milliseconds |
338 |
130 |
123 |
157 |
57 |
129 |
153 |
132 |
106 |
87 |
258 |
195 |
325 |
347 |
133 |
72 |
184 |
|
WPM Timing |
Seconds |
WPM |
2.04 |
11.76 |
4.08 |
58.79 |
6.12 |
60.75 |
8.16 |
64.67 |
10.21 |
62.32 |
12.25 |
64.67 |
14.29 |
63.83 |
16.33 |
67.61 |
18.37 |
69.24 |
20.41 |
66.43 |
22.45 |
68.41 |
24.49 |
67.12 |
26.53 |
67.38 |
28.58 |
67.19 |
30.62 |
64.28 |
32.66 |
63.2 |
34.7 |
63.63 |
36.74 |
65.65 |
38.78 |
65.91 |
40.82 |
67.02 |
42.86 |
67.19 |
44.9 |
67.08 |
46.95 |
67.23 |
48.99 |
66.88 |
51.03 |
66.55 |
53.07 |
65.12 |
55.11 |
63.58 |
57.15 |
64.67 |
59.19 |
64.27 |
61.23 |
64.08 |
63.27 |
63.34 |
65.32 |
63.02 |
67.36 |
63.78 |
69.4 |
63.46 |
71.44 |
64 |
73.48 |
64.02 |
75.52 |
65.15 |
77.56 |
65.13 |
79.6 |
65.12 |
81.64 |
63.94 |
83.69 |
64.1 |
85.73 |
62.99 |
87.77 |
62.07 |
89.81 |
62.27 |
91.85 |
62.58 |
93.89 |
63.14 |
95.93 |
63.42 |
97.97 |
63.81 |
100.01 |
64.07 |
102.06 |
63.73 |
|