ible
professional vim user
i would have preferred a base-6 number system...
oh wait, it's just convention anyway.
oh wait, it's just convention anyway.
i would have preferred a base-6 number system...
oh wait, it's just convention anyway.
I'm not gonna lie and pretend I understand...
http://octomatics.org
#!/usr/bin/perl
# 360 is the smallest number with the biggest amount of divisors.
# useful divisors like divisible by 4 and 8
# primes are very bad... they can not be divided (except by 1 and itself)
#my %S, %N;
for $i (1..1000){
$n = 0;
$s = "";
for $j (2..1000){
if($i %$j ==0){
#$S{$i} .= ";$j";
$s .= ";$j";
#++$N{$i};
++$n;
}
}
print "$n ($i) $s\n";
}
sounds like a great title to backport/demake.
just like ssb for the gameboy:
http://www.supersmashland.com/
Maybe you are referring to RPG maker since GameMaker is always mentioned as a problem when it comes to Linux ports, that's why the great freeware games by Daniel Remar like Hero Core, Hyper Princess Pitch and (especcailly) "Iji" still have no Linux ports.@Klumpen
i think i read somewhere that it was made with GameMaker... which i think has a linux port. (maybe?).