Official speed |
449.91 wpm (11.87 seconds elapsed during race) |
Without ending ping |
456.96 wpm (183 ms delay sending score to TypeRacer’s server) |
Timerless |
498.23 wpm (968 ms elapsed before first character typed; 10.72 seconds elapsed during race) |
Timerless minus one |
497.11 wpm, ignoring the first character typed |
Race Start |
December 29, 2024 10:36:22pm UTC |
Race Finish |
December 29, 2024 10:36:34pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
100.0% |
Points |
427.42 |
Text |
#10001 (Length: 445 characters) /** Loop waiting for a connection and a valid command */ while (true) { Socket socket = null; InputStream stream = null; try { socket = serverSocket.accept(); socket.setSoTimeout(10 * 1000); stream = socket.getInputStream(); } catch (AccessControlException ace) { log.warn("StandardServer.accept security exception: " + ace.getMessage(), ace); continue; } catch (IOException e) { log.error("StandardServer.await: accept: ", e); System.exit(1); } |
Characters typed |
/** Loop waiting for a connection and a valid command */ while (true) { Socket socket = null; InputStream stream = null; try { socket = serverSocket.accept(); socket.setSoTimeout(10 * 1000); stream = socket.getInputStream(); } catch (AccessControlException ace) { log.warn("StandardServer.accept security exception: " + ace.getMessage(), ace); continue; } catch (IOException e) { log.error("StandardServer.await: accept: ", e); System.exit(1); } |
Timing |
Character |
/ |
* |
* |
|
L |
o |
o |
p |
|
w |
a |
i |
t |
i |
n |
g |
|
f |
o |
r |
|
a |
|
c |
o |
Milliseconds |
968 |
10 |
11 |
12 |
111 |
11 |
13 |
11 |
11 |
111 |
12 |
11 |
12 |
11 |
12 |
10 |
11 |
113 |
10 |
14 |
10 |
114 |
11 |
111 |
10 |
Character |
n |
n |
e |
c |
t |
i |
o |
n |
|
a |
n |
d |
|
a |
|
v |
a |
l |
i |
d |
|
c |
o |
m |
m |
Milliseconds |
12 |
12 |
13 |
10 |
15 |
12 |
19 |
0 |
11 |
114 |
11 |
12 |
12 |
111 |
11 |
111 |
12 |
12 |
12 |
12 |
12 |
113 |
9 |
11 |
12 |
Character |
a |
n |
d |
|
* |
/ |
|
w |
h |
i |
l |
e |
|
( |
t |
r |
u |
e |
) |
|
{ |
|
S |
o |
c |
Milliseconds |
12 |
11 |
11 |
10 |
113 |
11 |
12 |
112 |
10 |
11 |
13 |
12 |
9 |
113 |
10 |
10 |
11 |
12 |
12 |
12 |
110 |
12 |
114 |
12 |
12 |
Character |
k |
e |
t |
|
s |
o |
c |
k |
e |
t |
|
= |
|
n |
u |
l |
l |
; |
|
I |
n |
p |
u |
t |
S |
Milliseconds |
11 |
10 |
12 |
14 |
110 |
9 |
12 |
12 |
11 |
13 |
12 |
113 |
11 |
112 |
11 |
12 |
11 |
10 |
11 |
113 |
12 |
9 |
11 |
12 |
11 |
Character |
t |
r |
e |
a |
m |
|
s |
t |
r |
e |
a |
m |
|
= |
|
n |
u |
l |
l |
; |
|
t |
r |
y |
|
Milliseconds |
13 |
12 |
12 |
13 |
12 |
12 |
109 |
12 |
13 |
11 |
13 |
12 |
12 |
109 |
12 |
113 |
10 |
11 |
11 |
12 |
12 |
111 |
11 |
11 |
13 |
Character |
{ |
|
s |
o |
c |
k |
e |
t |
|
= |
|
s |
e |
r |
v |
e |
r |
S |
o |
c |
k |
e |
t |
. |
a |
Milliseconds |
110 |
10 |
112 |
11 |
12 |
11 |
12 |
11 |
9 |
114 |
11 |
110 |
11 |
13 |
11 |
12 |
11 |
14 |
12 |
9 |
15 |
13 |
24 |
0 |
9 |
Character |
c |
c |
e |
p |
t |
( |
) |
; |
|
s |
o |
c |
k |
e |
t |
. |
s |
e |
t |
S |
o |
T |
i |
m |
e |
Milliseconds |
10 |
12 |
10 |
12 |
13 |
7 |
12 |
13 |
11 |
111 |
11 |
12 |
12 |
12 |
10 |
12 |
9 |
12 |
12 |
13 |
12 |
13 |
15 |
9 |
12 |
Character |
o |
u |
t |
( |
1 |
0 |
|
* |
|
1 |
0 |
0 |
0 |
) |
; |
|
s |
t |
r |
e |
a |
m |
|
= |
|
Milliseconds |
12 |
12 |
11 |
11 |
13 |
12 |
12 |
109 |
12 |
114 |
9 |
11 |
13 |
10 |
12 |
12 |
110 |
12 |
13 |
11 |
12 |
11 |
10 |
114 |
12 |
Character |
s |
o |
c |
k |
e |
t |
. |
g |
e |
t |
I |
n |
p |
u |
t |
S |
t |
r |
e |
a |
m |
( |
) |
; |
|
Milliseconds |
109 |
11 |
12 |
13 |
12 |
12 |
11 |
12 |
11 |
10 |
15 |
9 |
12 |
11 |
12 |
11 |
13 |
12 |
12 |
12 |
11 |
12 |
8 |
12 |
12 |
Character |
} |
|
c |
a |
t |
c |
h |
|
( |
A |
c |
c |
e |
s |
s |
C |
o |
n |
t |
r |
o |
l |
E |
x |
c |
Milliseconds |
111 |
11 |
115 |
10 |
11 |
11 |
13 |
11 |
113 |
13 |
12 |
12 |
12 |
12 |
10 |
12 |
10 |
15 |
9 |
12 |
11 |
12 |
11 |
13 |
11 |
Character |
e |
p |
t |
i |
o |
n |
|
a |
c |
e |
) |
|
{ |
|
l |
o |
g |
. |
w |
a |
r |
n |
( |
" |
S |
Milliseconds |
9 |
11 |
12 |
16 |
21 |
0 |
12 |
110 |
11 |
11 |
12 |
12 |
110 |
12 |
110 |
12 |
16 |
12 |
9 |
10 |
12 |
12 |
11 |
10 |
14 |
Character |
t |
a |
n |
d |
a |
r |
d |
S |
e |
r |
v |
e |
r |
. |
a |
c |
c |
e |
p |
t |
|
s |
e |
c |
u |
Milliseconds |
12 |
12 |
13 |
11 |
10 |
12 |
11 |
13 |
11 |
12 |
12 |
11 |
11 |
10 |
12 |
11 |
12 |
12 |
12 |
10 |
10 |
113 |
12 |
10 |
11 |
Character |
r |
i |
t |
y |
|
e |
x |
c |
e |
p |
t |
i |
o |
n |
: |
|
" |
|
+ |
|
a |
c |
e |
. |
g |
Milliseconds |
10 |
12 |
12 |
11 |
11 |
112 |
11 |
12 |
11 |
12 |
9 |
11 |
13 |
12 |
9 |
13 |
111 |
12 |
109 |
11 |
115 |
9 |
14 |
10 |
12 |
Character |
e |
t |
M |
e |
s |
s |
a |
g |
e |
( |
) |
, |
|
a |
c |
e |
) |
; |
|
c |
o |
n |
t |
i |
n |
Milliseconds |
11 |
12 |
12 |
12 |
13 |
11 |
11 |
9 |
12 |
11 |
12 |
12 |
12 |
113 |
12 |
13 |
9 |
12 |
12 |
113 |
11 |
10 |
11 |
12 |
12 |
Character |
u |
e |
; |
|
} |
|
c |
a |
t |
c |
h |
|
( |
I |
O |
E |
x |
c |
e |
p |
t |
i |
o |
n |
|
Milliseconds |
11 |
12 |
11 |
12 |
125 |
0 |
109 |
12 |
11 |
12 |
12 |
11 |
111 |
12 |
16 |
11 |
10 |
12 |
11 |
12 |
12 |
12 |
12 |
10 |
10 |
Character |
e |
) |
|
{ |
|
l |
o |
g |
. |
e |
r |
r |
o |
r |
( |
" |
S |
t |
a |
n |
d |
a |
r |
d |
S |
Milliseconds |
113 |
11 |
12 |
111 |
12 |
111 |
11 |
12 |
12 |
12 |
12 |
11 |
13 |
11 |
8 |
12 |
13 |
11 |
11 |
12 |
11 |
12 |
12 |
9 |
13 |
Character |
e |
r |
v |
e |
r |
. |
a |
w |
a |
i |
t |
: |
|
a |
c |
c |
e |
p |
t |
: |
|
" |
, |
|
e |
Milliseconds |
12 |
15 |
12 |
9 |
11 |
12 |
12 |
12 |
12 |
11 |
14 |
7 |
12 |
114 |
11 |
11 |
10 |
11 |
13 |
11 |
12 |
112 |
10 |
12 |
114 |
Character |
) |
; |
|
S |
y |
s |
t |
e |
m |
. |
e |
x |
i |
t |
( |
1 |
) |
; |
|
} |
Milliseconds |
8 |
12 |
10 |
115 |
11 |
11 |
14 |
11 |
10 |
15 |
9 |
11 |
12 |
12 |
12 |
12 |
11 |
12 |
11 |
111 |
|
WPM Timing |
Seconds |
WPM |
0.24 |
0 |
0.47 |
0 |
0.71 |
0 |
0.95 |
0 |
1.19 |
90.99 |
1.42 |
143.23 |
1.66 |
166.1 |
1.9 |
214.85 |
2.14 |
224.67 |
2.37 |
232.54 |
2.61 |
257.35 |
2.85 |
265.4 |
3.09 |
279.98 |
3.32 |
285.26 |
3.56 |
293.2 |
3.8 |
296.99 |
4.04 |
315.21 |
4.27 |
320.16 |
4.51 |
321.94 |
4.75 |
321 |
4.98 |
322.57 |
5.22 |
333.18 |
5.46 |
349.47 |
5.7 |
372.82 |
5.93 |
372.06 |
6.17 |
373.31 |
6.41 |
374.46 |
6.65 |
389.97 |
6.88 |
395.7 |
7.12 |
392.62 |
7.36 |
409.31 |
7.6 |
413.89 |
7.83 |
407.48 |
8.07 |
426.72 |
8.31 |
431.86 |
8.55 |
436.71 |
8.78 |
434.47 |
9.02 |
435.01 |
9.26 |
438.12 |
9.5 |
442.33 |
9.73 |
438.94 |
9.97 |
439.32 |
10.21 |
443.21 |
10.44 |
436.58 |
10.68 |
450.47 |
10.92 |
453.87 |
11.16 |
456.04 |
11.39 |
450.75 |
11.63 |
458.06 |
11.87 |
449.91 |
|