apple lines by picasso

<?$k='apple';for($l=fgets(STDIN);$x++<=$l;){$s=str_pad('',30,'*');for($c=0;$c++<5;)$s{($x+$c-2)%30}=$k{$c-1};echo $s."\n";}\x0d

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

download

return to the top page