Official speed |
62.18 wpm (104.60 seconds elapsed during race) |
Without ending ping |
62.75 wpm (954 ms delay sending score to TypeRacer’s server) |
Timerless |
63.82 wpm (1,739 ms elapsed before first character typed; 101.91 seconds elapsed during race) |
Timerless minus one |
63.71 wpm, ignoring the first character typed |
Race Start |
June 23, 2023 4:54:37am UTC |
Race Finish |
June 23, 2023 4:56:22am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
95.9% |
Points |
92.24 |
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 from the socket */ StringBuffer command = new StringBuffer(); inte extppected = 1024; /* Cut off to avoid DoS attack */ while (expected < shutdown.length()) { if (random == null) random = new Random(System.currentTimeMilllisis()); expected + += (random.ennextntInt() T=% 1024); { w} while (exectoe[pected > 0 )) { int ch = 1-1; try { ch = stream. rearead)() ;; } catch (IOExcxeptio n e) { log.warn("sStandardServer.await: read: ", e); ch = 01-1 ;; } if (ch < 32) / (C* Control charadtcter or EOF terminates loop brak; eareak; lcommand.append((char) ch); expected--; } |
Timing |
Character |
/ |
I |
|
- |
-I |
* |
|
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
Milliseconds |
1739 |
369 |
286 |
210 |
326 |
213 |
317 |
359 |
217 |
113 |
85 |
63 |
83 |
104 |
98 |
92 |
105 |
77 |
75 |
106 |
28 |
109 |
78 |
69 |
48 |
Character |
a |
c |
t |
e |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
* |
/ |
Milliseconds |
106 |
150 |
133 |
88 |
91 |
19 |
102 |
100 |
141 |
68 |
156 |
30 |
79 |
72 |
31 |
64 |
76 |
150 |
26 |
93 |
77 |
73 |
59 |
157 |
139 |
Character |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
n |
d |
|
= |
|
n |
Milliseconds |
141 |
227 |
90 |
153 |
74 |
68 |
52 |
363 |
138 |
45 |
129 |
78 |
66 |
101 |
82 |
64 |
169 |
135 |
77 |
88 |
64 |
69 |
553 |
121 |
129 |
Character |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
( |
) |
; |
|
i |
n |
t |
e |
|
- |
Milliseconds |
79 |
62 |
107 |
137 |
114 |
190 |
86 |
67 |
53 |
203 |
133 |
66 |
119 |
95 |
66 |
175 |
208 |
229 |
95 |
114 |
104 |
16 |
107 |
66 |
255 |
Character |
-e |
|
e |
x |
t |
p |
-p |
-t |
p |
e |
c |
t |
e |
d |
|
= |
|
1 |
0 |
2 |
4 |
; |
|
/ |
* |
Milliseconds |
95 |
87 |
97 |
122 |
142 |
67 |
224 |
72 |
121 |
79 |
125 |
122 |
65 |
133 |
63 |
104 |
83 |
164 |
127 |
741 |
154 |
355 |
97 |
402 |
393 |
Character |
|
C |
u |
t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
|
D |
o |
S |
|
a |
t |
t |
Milliseconds |
219 |
218 |
149 |
80 |
59 |
105 |
37 |
145 |
107 |
101 |
93 |
93 |
127 |
131 |
130 |
37 |
56 |
76 |
217 |
252 |
209 |
130 |
240 |
86 |
511 |
Character |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
< |
|
Milliseconds |
140 |
132 |
79 |
124 |
203 |
169 |
168 |
105 |
44 |
45 |
71 |
19 |
69 |
180 |
127 |
135 |
94 |
75 |
148 |
127 |
88 |
145 |
58 |
235 |
43 |
Character |
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
g |
t |
h |
( |
) |
) |
|
{ |
|
i |
f |
|
( |
Milliseconds |
120 |
177 |
277 |
90 |
161 |
63 |
101 |
111 |
142 |
194 |
94 |
118 |
46 |
176 |
78 |
206 |
184 |
223 |
125 |
243 |
158 |
125 |
57 |
55 |
201 |
Character |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
l |
l |
) |
|
r |
a |
n |
d |
o |
m |
|
= |
|
Milliseconds |
85 |
90 |
60 |
79 |
86 |
149 |
45 |
185 |
170 |
60 |
163 |
171 |
149 |
136 |
218 |
89 |
676 |
87 |
55 |
89 |
75 |
139 |
41 |
157 |
81 |
Character |
n |
e |
w |
|
R |
a |
n |
d |
o |
m |
( |
S |
y |
s |
t |
e |
m |
. |
c |
u |
r |
r |
e |
n |
t |
Milliseconds |
119 |
78 |
80 |
105 |
120 |
115 |
94 |
103 |
134 |
115 |
736 |
243 |
118 |
57 |
118 |
62 |
110 |
150 |
151 |
104 |
84 |
131 |
118 |
128 |
72 |
Character |
T |
i |
m |
e |
M |
i |
l |
l |
l |
i |
s |
-s |
-i |
-l |
i |
s |
( |
) |
) |
; |
|
e |
x |
p |
e |
Milliseconds |
182 |
97 |
153 |
39 |
200 |
175 |
104 |
116 |
242 |
194 |
114 |
155 |
100 |
85 |
195 |
51 |
188 |
234 |
272 |
331 |
109 |
236 |
132 |
133 |
64 |
Character |
c |
t |
e |
d |
|
+ |
|
- |
-+ |
+ |
= |
|
( |
r |
a |
n |
d |
o |
m |
. |
e |
n |
-n |
-e |
n |
Milliseconds |
209 |
144 |
55 |
132 |
67 |
366 |
135 |
771 |
200 |
1612 |
557 |
161 |
728 |
78 |
104 |
43 |
113 |
55 |
150 |
114 |
149 |
22 |
293 |
99 |
148 |
Character |
e |
x |
t |
n |
t |
-t |
-n |
I |
n |
t |
( |
) |
|
T |
= |
-= |
-T |
% |
|
1 |
0 |
2 |
4 |
) |
; |
Milliseconds |
50 |
135 |
99 |
374 |
90 |
336 |
78 |
194 |
117 |
103 |
187 |
361 |
357 |
247 |
314 |
597 |
140 |
108 |
280 |
141 |
107 |
176 |
361 |
552 |
288 |
Character |
|
{ |
|
w |
-w |
- |
-{ |
} |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
e |
c |
t |
-t |
-c |
-e |
o |
Milliseconds |
69 |
245 |
160 |
139 |
218 |
95 |
86 |
168 |
223 |
102 |
58 |
58 |
72 |
23 |
84 |
135 |
140 |
156 |
174 |
159 |
131 |
156 |
257 |
158 |
172 |
Character |
e |
-e |
-o |
[ |
-[ |
p |
e |
c |
t |
e |
d |
|
> |
|
0 |
|
) |
-) |
- |
) |
|
{ |
|
i |
n |
Milliseconds |
110 |
273 |
248 |
180 |
454 |
425 |
78 |
187 |
116 |
73 |
145 |
139 |
541 |
151 |
226 |
141 |
145 |
224 |
79 |
178 |
117 |
895 |
122 |
197 |
173 |
Character |
t |
|
c |
h |
|
= |
|
1 |
-1 |
- |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
s |
Milliseconds |
42 |
69 |
130 |
57 |
78 |
203 |
114 |
514 |
462 |
283 |
140 |
244 |
153 |
73 |
187 |
60 |
91 |
879 |
139 |
122 |
92 |
68 |
169 |
115 |
120 |
Character |
t |
r |
e |
a |
m |
. |
|
r |
e |
a |
-a |
-e |
-r |
- |
r |
e |
a |
d |
) |
-) |
( |
) |
|
; |
-; |
Milliseconds |
165 |
161 |
36 |
107 |
86 |
175 |
129 |
0 |
31 |
167 |
209 |
217 |
95 |
86 |
94 |
38 |
104 |
100 |
177 |
318 |
185 |
188 |
177 |
130 |
216 |
Character |
- |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
E |
x |
c |
x |
-x |
e |
p |
t |
i |
o |
|
Milliseconds |
85 |
165 |
127 |
163 |
142 |
167 |
148 |
58 |
182 |
51 |
74 |
169 |
282 |
182 |
100 |
358 |
54 |
83 |
274 |
383 |
151 |
112 |
132 |
0 |
192 |
Character |
- |
n |
|
e |
) |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
( |
" |
s |
-s |
S |
t |
a |
n |
d |
Milliseconds |
361 |
168 |
80 |
212 |
247 |
176 |
253 |
218 |
748 |
168 |
115 |
145 |
282 |
84 |
104 |
79 |
191 |
256 |
372 |
419 |
160 |
130 |
95 |
48 |
91 |
Character |
a |
r |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
r |
e |
a |
d |
: |
|
" |
, |
Milliseconds |
104 |
97 |
142 |
180 |
224 |
60 |
182 |
112 |
49 |
36 |
222 |
72 |
131 |
48 |
89 |
178 |
193 |
321 |
61 |
99 |
86 |
185 |
91 |
225 |
291 |
Character |
|
e |
) |
; |
|
c |
h |
|
= |
|
0 |
1 |
-1 |
-0 |
- |
1 |
|
; |
-; |
- |
; |
|
} |
|
i |
Milliseconds |
74 |
100 |
204 |
254 |
148 |
106 |
57 |
98 |
171 |
101 |
248 |
204 |
227 |
83 |
190 |
113 |
218 |
70 |
253 |
90 |
145 |
61 |
187 |
178 |
161 |
Character |
f |
|
( |
c |
h |
|
< |
|
3 |
2 |
) |
|
/ |
|
- |
( |
C |
-C |
-( |
* |
|
C |
o |
n |
t |
Milliseconds |
67 |
72 |
170 |
141 |
74 |
70 |
325 |
68 |
270 |
488 |
312 |
129 |
755 |
309 |
320 |
148 |
222 |
220 |
117 |
185 |
140 |
202 |
111 |
125 |
66 |
Character |
r |
o |
l |
|
c |
h |
a |
r |
a |
d |
t |
-t |
-d |
c |
t |
e |
r |
|
o |
r |
|
E |
O |
F |
|
Milliseconds |
148 |
47 |
141 |
60 |
105 |
45 |
97 |
66 |
114 |
109 |
207 |
174 |
97 |
107 |
159 |
82 |
82 |
104 |
69 |
102 |
68 |
290 |
284 |
275 |
184 |
Character |
t |
e |
r |
m |
i |
n |
a |
t |
e |
s |
|
l |
o |
o |
p |
|
b |
r |
a |
k |
; |
|
- |
-; |
-k |
Milliseconds |
151 |
110 |
38 |
64 |
151 |
70 |
46 |
74 |
76 |
89 |
76 |
159 |
168 |
102 |
127 |
140 |
73 |
146 |
68 |
103 |
180 |
132 |
126 |
116 |
93 |
Character |
-a |
-r |
e |
a |
-a |
-e |
r |
e |
a |
k |
; |
|
l |
-l |
c |
o |
m |
m |
a |
n |
d |
. |
a |
p |
p |
Milliseconds |
87 |
73 |
51 |
102 |
266 |
90 |
44 |
159 |
18 |
107 |
152 |
99 |
391 |
290 |
17 |
142 |
199 |
90 |
105 |
78 |
130 |
104 |
154 |
106 |
139 |
Character |
e |
n |
d |
( |
( |
c |
h |
a |
r |
) |
|
c |
h |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
- |
Milliseconds |
103 |
93 |
134 |
471 |
189 |
217 |
73 |
85 |
81 |
216 |
265 |
119 |
95 |
179 |
259 |
101 |
154 |
306 |
259 |
100 |
178 |
120 |
90 |
176 |
204 |
Character |
- |
; |
|
} |
Milliseconds |
141 |
289 |
200 |
212 |
|
WPM Timing |
Seconds |
WPM |
2.09 |
5.74 |
4.18 |
17.21 |
6.28 |
55.45 |
8.37 |
73.14 |
10.46 |
78.01 |
12.55 |
82.22 |
14.64 |
78.67 |
16.74 |
77.44 |
18.83 |
74.57 |
20.92 |
77.44 |
23.01 |
77.7 |
25.1 |
78.87 |
27.2 |
79.87 |
29.29 |
81.54 |
31.38 |
81.07 |
33.47 |
80.66 |
35.56 |
81.99 |
37.66 |
79.67 |
39.75 |
79.1 |
41.84 |
75.14 |
43.93 |
72.66 |
46.02 |
72.22 |
48.12 |
70.58 |
50.21 |
69.07 |
52.3 |
67.23 |
54.39 |
66.85 |
56.48 |
65.01 |
58.58 |
64.12 |
60.67 |
64.09 |
62.76 |
63.29 |
64.85 |
63.28 |
66.94 |
63.1 |
69.04 |
62.4 |
71.13 |
62.42 |
73.22 |
62.28 |
75.31 |
61.98 |
77.4 |
61.86 |
79.5 |
62.49 |
81.59 |
63.1 |
83.68 |
62.24 |
85.77 |
62.68 |
87.86 |
61.73 |
89.96 |
61.76 |
92.05 |
62.05 |
94.14 |
62.84 |
96.23 |
62.1 |
98.32 |
62.37 |
100.42 |
62.5 |
102.51 |
62.75 |
104.6 |
62.18 |
|