outer product by tails

s/\(.\) \(.\) \(.\) \(.\) \(.\) \(.\)/\2\6-\3\5 \3\4-\1\6 \1\5-\2\4/
:
s/[1-9]/&a/g
y/123456789/012345678/
t
s/a\(0a*\)/\1,\1/
t
s/\B0a*\|,0//g
:2
s/a-0a/-0/
t2
s/a/<<123456789a01>/
s/\(.\)<.*\1\(a*.\).*>/\2/
t2
s/-0//g
s/0-/-/g

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page