LED information board by max

for(p=Array(80).join(' '),r=[p],j=0;j<r[0].length;j++,print())for(i=0;i<7;i++)r[j*7+i]=p+readline(),c=(r[i]+p).slice(j,j+80),print(i==3?c.replace(/^(.{50})#(.*)/,'$1*$2'):c)

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

download

return to the top page