Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Code challenge

Name: Anonymous 2014-02-04 2:21

Write a simple program that does something you would not expect it to do from looking at the code.

Name: Anonymous 2014-02-04 3:02

*** YOU HAVE BEEN VISITED BY THE DOGE BIRD OF SHIBE ***

Good luck and prosperity will come to you , but only if you post "thanks doge" in this thread.
░░░░░░░░░▄░░░░░░░░░░░░░░▄
░░░░░░░░▌▒█░░░░░░░░░░░▄▀▒▌
░░░░░░░░▌▒▒█░░░░░░░░▄▀▒▒▒▐
░░░░░░░▐▄▀▒▒▀▀▀▀▄▄▄▀▒▒▒▒▒▐
░░░░░▄▄▀▒░▒▒▒▒▒▒▒▒▒█▒▒▄█▒▐
░░░▄▀▒▒▒░░░▒▒▒░░░▒▒▒▀██▀▒▌
░░▐▒▒▒▄▄▒▒▒▒░░░▒▒▒▒▒▒▒▀▄▒▒
░░▌░░▌█▀▒▒▒▒▒▄▀█▄▒▒▒▒▒▒▒█▒
░▐░░░▒▒▒▒▒▒▒▒▌██▀▒▒░░░▒▒▒▀ ▌
░▌░▒▄██▄▒▒▒▒▒▒▒▒▒░░░░░░▒▒▒ ▌
▀▒▀▐▄█▄█▌▄░▀▒▒░░░░░░░░░░▒▒ ▐
▐▒▒▐▀▐▀▒░▄▄▒▄▒▒▒▒▒▒░▒░▒░▒▒ ▒▌
▒▒▒▀▀▄▄▒▒▒▄▒▒▒▒▒▒▒▒░▒░▒░▒ ▐
░▌▒▒▒▒▒▒▀▀▀▒▒▒▒▒▒░▒░▒░▒░▒▒ ▌
░▐▒▒▒▒▒▒▒▒▒▒▒▒▒▒░▒░▒░▒▒▄▒▒
░░▀▄▒▒▒▒▒▒▒▒▒▒▒░▒░▒░▒▄▒▒▒▒
░░░░▀▄▒▒▒▒▒▒▒▒▒▒▄▄▄▀▒▒▒▒▄▀
░░░░░░▀▄▄▄▄▄▄▀▀▀▒▒▒▒▒▄▄▀
░░░░░░░░░▒▒▒▒▒▒▒▒▒▒

Name: Anonymous 2014-02-04 6:06

i suppose this will do

function vec = bitstr(str)

  n = length(str);

  vec = zeros(1, n*8);

  for(iter=8:-1:1)

    vec(9-iter:8:end) = bitget(double(str), iter);

    endfor;

  endfunction;

Name: Anonymous 2014-02-04 9:01

this song is even better since snowden ^^
http://kikuyu.bandcamp.com/track/infodome-2

Name: Anonymous 2014-02-04 9:06

in the night so hot
  it brings back
all that you'd forgot =D

la da da da dum la da da da dum la da da da dum la da da da dum

Don't change these.
Name: Email:
Entire Thread Thread List