dactal.org/Scrabble.htm...
dactal.org/Scrabble.htm...
..count
with
..(:E;count=2.~2E);count
in this query shows us that there are still more 7-letter words with a non-E repeat than with no repeats.
..count
with
..(:E;count=2.~2E);count
in this query shows us that there are still more 7-letter words with a non-E repeat than with no repeats.
dactal.org/Scrabble.htm...
dactal.org/Scrabble.htm...
furia.com/log/514
furia.com/log/514
100....numbers
||mod3=[=number % 3],
mod5=[=number % 5],
replacement=(
.(:mod3=0;mod5=0.~FIZZBUZZ);
(:mod3=0.~FIZZ);
(:mod5=0.~BUZZ);
number
)
100....numbers
||mod3=[=number % 3],
mod5=[=number % 5],
replacement=(
.(:mod3=0;mod5=0.~FIZZBUZZ);
(:mod3=0.~FIZZ);
(:mod5=0.~BUZZ);
number
)