Official speed |
23.13 wpm (281.19 seconds elapsed during race) |
Without ending ping |
23.14 wpm (100 ms delay sending score to TypeRacer’s server) |
Timerless |
23.50 wpm (4,326 ms elapsed before first character typed; 276.77 seconds elapsed during race) |
Timerless minus one |
23.46 wpm, ignoring the first character typed |
Race Start |
December 18, 2024 11:16:55pm UTC |
Race Finish |
December 18, 2024 11:21:37pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
96.5% |
Points |
34.31 |
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 characgerters from the socket $*/ String Buffer command += new StringBuffer ( ():; int expected = 1024; /* Cut off to avoid DoS attack */ while (expected < shutdown.length()) { if (random == null) random = newR Random (System.currentTimeMillis()); expected +=( (random.nextInt() % 1024); } while (expected > )0) { int ch = -1; try { ch = stream.read(); } catch (IOException e_0) { log.warn("StraandardServer.await: read;: ", e); ch += -1; } if (ch < 320) /* Control character or EOF terminates loop break; command. aappend ((char0)c ch0); expected--; ]} |
Timing |
Character |
/ |
* |
|
R |
e |
a |
d |
|
a |
|
s |
e |
t |
|
o |
f |
|
c |
h |
a |
r |
a |
c |
g |
e |
Milliseconds |
4326 |
2702 |
384 |
273 |
111 |
110 |
211 |
114 |
427 |
130 |
192 |
162 |
174 |
83 |
127 |
96 |
57 |
178 |
83 |
60 |
180 |
147 |
189 |
208 |
131 |
Character |
r |
-r |
-e |
-g |
t |
e |
r |
s |
|
f |
r |
o |
m |
|
t |
h |
e |
|
s |
o |
c |
k |
e |
t |
|
Milliseconds |
55 |
485 |
177 |
176 |
111 |
113 |
77 |
227 |
204 |
147 |
144 |
30 |
147 |
160 |
61 |
119 |
55 |
82 |
178 |
33 |
139 |
97 |
307 |
148 |
427 |
Character |
$ |
-$ |
* |
/ |
|
S |
t |
r |
i |
n |
g |
|
- |
B |
u |
f |
f |
e |
r |
|
c |
o |
m |
m |
a |
Milliseconds |
861 |
545 |
1971 |
1216 |
1024 |
337 |
223 |
179 |
126 |
77 |
97 |
211 |
479 |
192 |
130 |
205 |
144 |
140 |
48 |
149 |
163 |
79 |
173 |
166 |
117 |
Character |
n |
d |
|
+ |
-+ |
= |
|
n |
e |
w |
|
S |
t |
r |
i |
n |
g |
B |
u |
f |
f |
e |
r |
|
( |
Milliseconds |
70 |
128 |
208 |
816 |
736 |
752 |
303 |
253 |
97 |
63 |
151 |
297 |
243 |
180 |
125 |
94 |
78 |
497 |
165 |
173 |
132 |
137 |
65 |
851 |
432 |
Character |
-( |
- |
|
- |
( |
) |
: |
-: |
; |
|
i |
n |
t |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
= |
|
Milliseconds |
1231 |
449 |
673 |
734 |
1649 |
656 |
864 |
670 |
323 |
367 |
82 |
107 |
214 |
589 |
195 |
189 |
132 |
106 |
210 |
191 |
241 |
191 |
464 |
1041 |
1008 |
Character |
1 |
0 |
2 |
4 |
; |
|
/ |
* |
|
C |
u |
t |
|
o |
f |
f |
|
t |
o |
|
a |
v |
o |
i |
d |
Milliseconds |
685 |
196 |
190 |
159 |
1058 |
416 |
848 |
768 |
768 |
195 |
172 |
93 |
119 |
109 |
59 |
165 |
94 |
146 |
62 |
117 |
237 |
179 |
75 |
241 |
180 |
Character |
|
D |
o |
S |
|
a |
t |
t |
a |
c |
k |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
e |
x |
p |
Milliseconds |
177 |
476 |
239 |
478 |
259 |
271 |
241 |
127 |
79 |
210 |
99 |
379 |
1106 |
910 |
1661 |
135 |
65 |
104 |
145 |
179 |
253 |
979 |
304 |
204 |
164 |
Character |
e |
c |
t |
e |
d |
|
< |
|
s |
h |
u |
t |
d |
o |
w |
n |
. |
l |
e |
n |
g |
t |
h |
( |
) |
Milliseconds |
115 |
190 |
575 |
144 |
192 |
241 |
959 |
720 |
240 |
95 |
177 |
92 |
229 |
74 |
118 |
111 |
381 |
260 |
147 |
189 |
477 |
562 |
61 |
1252 |
1520 |
Character |
) |
|
{ |
|
i |
f |
|
( |
r |
a |
n |
d |
o |
m |
|
= |
= |
|
n |
u |
l |
l |
) |
|
r |
Milliseconds |
1598 |
1281 |
2353 |
1072 |
543 |
97 |
115 |
893 |
399 |
76 |
95 |
169 |
125 |
529 |
911 |
464 |
416 |
736 |
192 |
179 |
285 |
178 |
1183 |
415 |
163 |
Character |
a |
n |
d |
o |
m |
|
= |
|
n |
e |
w |
R |
-R |
|
R |
a |
n |
d |
o |
m |
|
- |
( |
S |
y |
Milliseconds |
93 |
106 |
166 |
224 |
528 |
539 |
596 |
417 |
211 |
93 |
78 |
1266 |
928 |
3952 |
575 |
225 |
94 |
145 |
241 |
271 |
1058 |
650 |
341 |
880 |
304 |
Character |
s |
t |
e |
m |
. |
c |
u |
r |
r |
e |
n |
t |
T |
i |
m |
e |
M |
i |
l |
l |
i |
s |
( |
) |
) |
Milliseconds |
529 |
479 |
148 |
237 |
480 |
363 |
117 |
159 |
129 |
76 |
100 |
131 |
412 |
196 |
139 |
130 |
411 |
168 |
173 |
179 |
156 |
134 |
956 |
194 |
246 |
Character |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
|
+ |
= |
( |
-( |
|
( |
r |
a |
n |
d |
o |
m |
. |
n |
Milliseconds |
614 |
273 |
192 |
239 |
63 |
129 |
212 |
508 |
145 |
179 |
476 |
1984 |
416 |
2347 |
816 |
660 |
880 |
559 |
79 |
117 |
366 |
92 |
147 |
318 |
274 |
Character |
e |
x |
t |
I |
n |
t |
( |
) |
|
% |
|
1 |
0 |
2 |
4 |
) |
; |
|
} |
|
w |
h |
i |
l |
e |
Milliseconds |
132 |
269 |
251 |
372 |
164 |
156 |
1265 |
256 |
736 |
1551 |
1602 |
178 |
160 |
208 |
173 |
2091 |
1045 |
544 |
1484 |
660 |
128 |
60 |
134 |
126 |
178 |
Character |
|
( |
e |
x |
p |
e |
c |
t |
e |
d |
|
> |
|
) |
-) |
0 |
) |
|
{ |
|
i |
n |
t |
|
c |
Milliseconds |
301 |
733 |
291 |
211 |
506 |
103 |
173 |
176 |
96 |
179 |
348 |
1265 |
784 |
1519 |
689 |
751 |
368 |
1539 |
1244 |
740 |
129 |
112 |
140 |
302 |
162 |
Character |
h |
|
= |
|
- |
1 |
; |
|
t |
r |
y |
|
{ |
|
c |
h |
|
= |
|
s |
t |
r |
e |
a |
m |
Milliseconds |
77 |
529 |
594 |
768 |
1617 |
1426 |
813 |
178 |
107 |
175 |
117 |
480 |
787 |
748 |
160 |
77 |
628 |
272 |
222 |
464 |
129 |
209 |
60 |
99 |
254 |
Character |
. |
r |
e |
a |
d |
( |
) |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
E |
x |
c |
e |
p |
Milliseconds |
419 |
239 |
76 |
130 |
182 |
976 |
155 |
1489 |
2096 |
12987 |
2501 |
163 |
397 |
448 |
352 |
117 |
347 |
1088 |
624 |
144 |
289 |
815 |
432 |
192 |
112 |
Character |
t |
i |
o |
n |
|
e |
_ |
-_ |
0 |
-0 |
) |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
( |
" |
S |
Milliseconds |
109 |
103 |
108 |
95 |
540 |
224 |
787 |
626 |
767 |
769 |
560 |
6144 |
3200 |
6448 |
3115 |
246 |
99 |
461 |
196 |
141 |
76 |
227 |
1364 |
1148 |
690 |
Character |
t |
r |
a |
-a |
-r |
a |
n |
d |
a |
r |
d |
S |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
Milliseconds |
193 |
205 |
128 |
529 |
159 |
115 |
107 |
148 |
1006 |
163 |
205 |
288 |
228 |
72 |
276 |
191 |
79 |
1650 |
769 |
175 |
144 |
142 |
131 |
479 |
913 |
Character |
r |
e |
a |
d |
; |
-; |
: |
|
" |
, |
|
e |
) |
; |
|
c |
h |
|
+ |
-+ |
= |
|
- |
1 |
; |
Milliseconds |
224 |
0 |
110 |
556 |
309 |
575 |
258 |
320 |
368 |
1439 |
593 |
146 |
801 |
605 |
366 |
193 |
62 |
659 |
362 |
983 |
194 |
604 |
561 |
624 |
1149 |
Character |
|
} |
|
i |
f |
|
( |
c |
h |
|
< |
|
3 |
2 |
0 |
-0 |
) |
|
/ |
* |
|
C |
o |
n |
t |
Milliseconds |
481 |
1249 |
670 |
130 |
93 |
116 |
848 |
1310 |
99 |
320 |
543 |
928 |
540 |
80 |
1699 |
766 |
355 |
686 |
434 |
1967 |
719 |
271 |
101 |
74 |
180 |
Character |
r |
o |
l |
|
c |
h |
a |
r |
a |
c |
t |
e |
r |
|
o |
r |
|
E |
O |
F |
|
t |
e |
r |
m |
Milliseconds |
163 |
56 |
228 |
336 |
195 |
90 |
82 |
97 |
192 |
251 |
186 |
122 |
79 |
149 |
105 |
121 |
90 |
225 |
130 |
286 |
176 |
195 |
124 |
97 |
163 |
Character |
i |
n |
a |
t |
e |
s |
|
l |
o |
o |
p |
|
b |
r |
e |
a |
k |
; |
|
c |
o |
m |
m |
a |
n |
Milliseconds |
125 |
94 |
210 |
144 |
180 |
156 |
147 |
124 |
180 |
125 |
165 |
203 |
163 |
193 |
71 |
82 |
722 |
209 |
576 |
240 |
60 |
176 |
144 |
80 |
116 |
Character |
d |
. |
|
a |
-a |
- |
a |
p |
p |
e |
n |
d |
|
- |
( |
( |
c |
h |
a |
r |
0 |
-0 |
) |
c |
-c |
Milliseconds |
128 |
368 |
587 |
217 |
411 |
177 |
1808 |
192 |
179 |
107 |
98 |
127 |
353 |
656 |
495 |
196 |
2106 |
131 |
176 |
112 |
896 |
700 |
596 |
832 |
480 |
Character |
|
c |
h |
0 |
-0 |
) |
; |
|
e |
x |
p |
e |
c |
t |
e |
d |
- |
- |
; |
|
] |
-] |
} |
Milliseconds |
368 |
208 |
109 |
1220 |
688 |
752 |
671 |
417 |
350 |
190 |
113 |
257 |
189 |
196 |
147 |
173 |
1388 |
447 |
933 |
1117 |
4821 |
1022 |
465 |
|
WPM Timing |
Seconds |
WPM |
5.62 |
2.13 |
11.25 |
24.54 |
16.87 |
31.3 |
22.5 |
29.34 |
28.12 |
32.86 |
33.74 |
30.58 |
39.37 |
28.35 |
44.99 |
29.07 |
50.61 |
30.58 |
56.24 |
30.73 |
61.86 |
31.23 |
67.49 |
31.65 |
73.11 |
29.87 |
78.73 |
29.57 |
84.36 |
29.73 |
89.98 |
28.81 |
95.61 |
27.99 |
101.23 |
28.45 |
106.85 |
29.31 |
112.48 |
28.17 |
118.1 |
28.45 |
123.73 |
28.03 |
129.35 |
27.18 |
134.97 |
27.65 |
140.6 |
26.89 |
146.22 |
26.75 |
151.84 |
26.71 |
157.47 |
26.98 |
163.09 |
26.19 |
168.72 |
25.32 |
174.34 |
24.57 |
179.96 |
24.6 |
185.59 |
24.51 |
191.21 |
23.79 |
196.84 |
23.23 |
202.46 |
22.64 |
208.08 |
22.55 |
213.71 |
22.8 |
219.33 |
22.87 |
224.95 |
22.88 |
230.58 |
22.69 |
236.2 |
22.66 |
241.83 |
22.43 |
247.45 |
23.18 |
253.07 |
24.14 |
258.7 |
23.98 |
264.32 |
23.74 |
269.95 |
23.65 |
275.57 |
23.56 |
281.19 |
23.13 |
|