Official speed |
57.21 wpm (113.69 seconds elapsed during race) |
Without ending ping |
57.37 wpm (326 ms delay sending score to TypeRacer’s server) |
Timerless |
57.69 wpm (612 ms elapsed before first character typed; 112.75 seconds elapsed during race) |
Timerless minus one |
57.58 wpm, ignoring the first character typed |
Race Start |
June 8, 2024 3:34:14pm UTC |
Race Finish |
June 8, 2024 3:36:08pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
96.9% |
Points |
84.86 |
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 scoksocket * // StringgBUffeuffer command = new STringStringBuffer(); int expected = 1024; /* Cutt off to avoid DoS attack */ while (expected < shutdown.length()) { if (random == nilull) random = new Random(System.currentTimeMillis()); expected += (random.NnextInt() &^% 1024); } while e(expcteected > 0) { int ch = -1; try { ch = stream.read(); } catch (IOException e }{) { log.warn("StandardServer.await: read:" ", e); ch = -1; } if (ch , < 232) /** Control character or EOF terminates loop break; command.append((charac) ch); expected ---; } |
Timing |
Character |
/ |
* |
|
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
a |
c |
t |
e |
Milliseconds |
612 |
726 |
219 |
284 |
209 |
71 |
120 |
95 |
45 |
108 |
92 |
135 |
41 |
60 |
64 |
87 |
81 |
99 |
106 |
42 |
71 |
86 |
97 |
171 |
82 |
Character |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
c |
o |
k |
-s |
-c |
-o |
-k |
s |
o |
c |
k |
e |
Milliseconds |
69 |
109 |
88 |
81 |
137 |
33 |
93 |
51 |
56 |
108 |
56 |
99 |
70 |
81 |
51 |
184 |
411 |
0 |
0 |
0 |
176 |
96 |
248 |
82 |
55 |
Character |
t |
|
* |
|
/ |
-/ |
- |
/ |
|
S |
t |
r |
i |
n |
g |
-g |
g |
B |
U |
f |
f |
e |
-e |
-f |
-f |
Milliseconds |
80 |
84 |
1351 |
416 |
143 |
550 |
178 |
179 |
169 |
124 |
74 |
133 |
60 |
55 |
67 |
327 |
704 |
255 |
43 |
100 |
147 |
106 |
295 |
158 |
152 |
Character |
-U |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
|
= |
|
n |
e |
w |
|
S |
T |
r |
i |
Milliseconds |
333 |
181 |
150 |
149 |
99 |
70 |
175 |
371 |
66 |
70 |
109 |
74 |
110 |
70 |
63 |
51 |
168 |
307 |
82 |
45 |
465 |
385 |
61 |
159 |
66 |
Character |
n |
g |
-g |
-S |
-T |
-r |
-i |
-n |
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
i |
Milliseconds |
52 |
58 |
308 |
276 |
0 |
0 |
0 |
0 |
336 |
219 |
198 |
132 |
68 |
68 |
232 |
52 |
96 |
151 |
70 |
95 |
184 |
206 |
381 |
200 |
214 |
Character |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
; |
|
/ |
* |
|
C |
u |
Milliseconds |
71 |
41 |
177 |
110 |
183 |
147 |
90 |
146 |
189 |
81 |
95 |
69 |
73 |
165 |
302 |
159 |
139 |
196 |
1219 |
147 |
184 |
1849 |
398 |
467 |
87 |
Character |
t |
t |
|
- |
-t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
S |
|
a |
t |
Milliseconds |
113 |
148 |
300 |
224 |
177 |
117 |
91 |
64 |
135 |
90 |
176 |
98 |
79 |
35 |
98 |
62 |
135 |
37 |
72 |
196 |
198 |
384 |
201 |
65 |
87 |
Character |
t |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
< |
Milliseconds |
128 |
53 |
127 |
56 |
111 |
223 |
600 |
413 |
74 |
33 |
47 |
147 |
32 |
85 |
882 |
456 |
180 |
118 |
114 |
122 |
192 |
52 |
99 |
73 |
160 |
Character |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
g |
t |
h |
( |
) |
) |
|
{ |
|
i |
f |
|
Milliseconds |
186 |
166 |
78 |
91 |
69 |
165 |
144 |
70 |
87 |
182 |
480 |
70 |
115 |
69 |
134 |
42 |
219 |
203 |
284 |
496 |
179 |
359 |
163 |
116 |
128 |
Character |
( |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
i |
l |
-l |
-i |
u |
l |
l |
) |
|
r |
a |
n |
d |
Milliseconds |
369 |
314 |
88 |
68 |
82 |
80 |
68 |
138 |
98 |
202 |
128 |
74 |
65 |
181 |
268 |
148 |
154 |
194 |
118 |
522 |
392 |
58 |
77 |
55 |
82 |
Character |
o |
m |
|
= |
|
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
( |
S |
y |
s |
t |
e |
m |
. |
c |
u |
Milliseconds |
66 |
69 |
115 |
118 |
179 |
221 |
73 |
77 |
134 |
263 |
102 |
62 |
98 |
105 |
36 |
230 |
445 |
101 |
91 |
62 |
116 |
37 |
182 |
479 |
106 |
Character |
r |
r |
e |
n |
t |
T |
i |
m |
e |
M |
i |
l |
l |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
c |
Milliseconds |
84 |
130 |
101 |
61 |
69 |
388 |
161 |
53 |
69 |
246 |
129 |
174 |
101 |
145 |
89 |
198 |
199 |
317 |
399 |
214 |
68 |
170 |
75 |
128 |
110 |
Character |
t |
e |
d |
|
+ |
= |
|
( |
r |
a |
n |
d |
o |
m |
. |
N |
-N |
n |
e |
x |
t |
I |
n |
t |
( |
Milliseconds |
183 |
51 |
118 |
50 |
413 |
651 |
250 |
554 |
458 |
107 |
47 |
101 |
48 |
87 |
179 |
384 |
262 |
121 |
52 |
204 |
26 |
617 |
202 |
70 |
211 |
Character |
) |
|
& |
-& |
^ |
-^ |
% |
|
1 |
0 |
2 |
4 |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
|
e |
-e |
Milliseconds |
240 |
517 |
344 |
436 |
29 |
421 |
53 |
781 |
197 |
151 |
137 |
110 |
713 |
393 |
240 |
710 |
514 |
99 |
61 |
46 |
175 |
45 |
75 |
143 |
305 |
Character |
( |
e |
x |
p |
c |
t |
e |
-e |
-t |
-c |
e |
c |
t |
e |
d |
|
> |
|
0 |
) |
|
{ |
|
i |
n |
Milliseconds |
182 |
181 |
201 |
112 |
206 |
193 |
91 |
232 |
152 |
145 |
51 |
204 |
200 |
101 |
92 |
88 |
243 |
259 |
947 |
562 |
672 |
354 |
512 |
206 |
90 |
Character |
t |
|
c |
h |
|
= |
|
- |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
s |
t |
r |
Milliseconds |
68 |
200 |
154 |
36 |
150 |
93 |
153 |
301 |
292 |
217 |
357 |
512 |
154 |
65 |
131 |
284 |
602 |
237 |
126 |
151 |
115 |
133 |
101 |
104 |
169 |
Character |
e |
a |
m |
. |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
E |
x |
Milliseconds |
94 |
71 |
79 |
182 |
35 |
137 |
183 |
148 |
237 |
207 |
321 |
240 |
194 |
317 |
121 |
98 |
115 |
155 |
58 |
114 |
261 |
982 |
213 |
428 |
207 |
Character |
c |
e |
p |
t |
i |
o |
n |
|
e |
|
- |
} |
{ |
-{ |
-} |
) |
|
{ |
|
l |
o |
g |
. |
w |
a |
Milliseconds |
118 |
150 |
82 |
114 |
87 |
76 |
88 |
96 |
83 |
134 |
389 |
211 |
28 |
356 |
169 |
137 |
423 |
189 |
687 |
127 |
86 |
97 |
118 |
113 |
70 |
Character |
r |
n |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
Milliseconds |
100 |
101 |
311 |
521 |
228 |
123 |
180 |
106 |
108 |
101 |
116 |
162 |
225 |
163 |
54 |
165 |
57 |
133 |
124 |
151 |
114 |
106 |
172 |
124 |
340 |
Character |
|
r |
e |
a |
d |
: |
" |
-" |
|
" |
, |
|
e |
) |
; |
|
c |
h |
|
= |
|
- |
1 |
; |
|
Milliseconds |
194 |
59 |
166 |
44 |
120 |
366 |
514 |
250 |
118 |
113 |
682 |
235 |
117 |
498 |
471 |
300 |
100 |
63 |
169 |
102 |
160 |
218 |
280 |
218 |
201 |
Character |
} |
|
i |
f |
|
( |
c |
h |
|
, |
|
- |
-, |
< |
|
2 |
-2 |
3 |
2 |
) |
|
/ |
* |
-* |
* |
Milliseconds |
237 |
298 |
138 |
68 |
99 |
398 |
271 |
76 |
172 |
212 |
197 |
353 |
167 |
222 |
330 |
179 |
280 |
54 |
95 |
569 |
358 |
125 |
365 |
639 |
394 |
Character |
|
C |
o |
n |
t |
r |
o |
l |
|
c |
h |
a |
r |
a |
c |
t |
e |
r |
|
o |
r |
|
E |
O |
F |
Milliseconds |
223 |
271 |
93 |
55 |
61 |
123 |
48 |
101 |
65 |
68 |
111 |
0 |
83 |
105 |
88 |
183 |
60 |
103 |
60 |
174 |
84 |
114 |
311 |
135 |
146 |
Character |
|
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
|
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
Milliseconds |
301 |
137 |
88 |
96 |
104 |
61 |
95 |
78 |
146 |
72 |
147 |
93 |
100 |
143 |
143 |
69 |
215 |
156 |
41 |
134 |
38 |
115 |
388 |
249 |
96 |
Character |
o |
m |
m |
a |
n |
d |
. |
a |
p |
p |
e |
n |
d |
( |
( |
c |
h |
a |
r |
a |
c |
-c |
-a |
) |
|
Milliseconds |
63 |
54 |
126 |
55 |
90 |
32 |
280 |
133 |
163 |
171 |
118 |
96 |
72 |
294 |
333 |
370 |
82 |
50 |
83 |
100 |
119 |
283 |
160 |
223 |
548 |
Character |
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
- |
-- |
- |
- |
- |
; |
|
} |
Milliseconds |
117 |
46 |
471 |
335 |
197 |
50 |
167 |
104 |
142 |
110 |
183 |
78 |
102 |
60 |
90 |
248 |
134 |
113 |
156 |
218 |
456 |
221 |
|
WPM Timing |
Seconds |
WPM |
2.27 |
36.94 |
4.55 |
89.72 |
6.82 |
77.41 |
9.09 |
59.37 |
11.37 |
57 |
13.64 |
52.78 |
15.92 |
55.79 |
18.19 |
54.76 |
20.46 |
56.88 |
22.74 |
57.53 |
25.01 |
53.74 |
27.28 |
51.46 |
29.56 |
54.4 |
31.83 |
55.79 |
34.11 |
55.94 |
36.38 |
58.05 |
38.65 |
57.74 |
40.93 |
58.35 |
43.2 |
58.89 |
45.47 |
60.17 |
47.75 |
61.07 |
50.02 |
61.41 |
52.3 |
60.81 |
54.57 |
60.91 |
56.84 |
59.74 |
59.12 |
58.66 |
61.39 |
57.27 |
63.66 |
57.3 |
65.94 |
56.78 |
68.21 |
55.59 |
70.49 |
55.84 |
72.76 |
55.42 |
75.03 |
56.46 |
77.31 |
56.66 |
79.58 |
56.55 |
81.85 |
55.71 |
84.13 |
55.77 |
86.4 |
56.67 |
88.68 |
56.7 |
90.95 |
56.08 |
93.22 |
56.12 |
95.5 |
55.92 |
97.77 |
55.23 |
100.04 |
54.94 |
102.32 |
56.06 |
104.59 |
57.14 |
106.87 |
57.83 |
109.14 |
57.5 |
111.41 |
57.52 |
113.69 |
57.21 |
|