Decimation by pooq

p=0
for(i in strsplit(readLines("stdin"),"")){for(j in i)if((p=p+1)%%10>0)cat(j);cat("
")}

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

download

return to the top page