Journal #6673

Posted 13 years ago2010-07-27 18:00:01 UTC
The Mad Carrot The Mad CarrotMad Carrot
01010100 01110111 01100101 01101110 01110100 01111001 01110011 01100101 01110110 01100101 01101110

8 Comments

Commented 13 years ago2010-07-27 18:20:48 UTC Comment #38423
Twentyseven?
Commented 13 years ago2010-07-27 22:14:14 UTC Comment #38417
01000111010101000100011001001111
Commented 13 years ago2010-07-27 22:32:19 UTC Comment #38419
42
Commented 13 years ago2010-07-27 23:31:39 UTC Comment #38418
You mean..

101010 ?
Commented 13 years ago2010-07-28 03:45:36 UTC Comment #38422
I wrote translators. From binary:
javascript:var r="";for(var i=0,a=prompt().split(" ");i<a.length;++i){if(a[i].length>8){a.splice(i+1,0,a[i].substr(8));a[i]=a[i].substr(0,8);}r+= String.fromCharCode(parseInt(a[i],2));}alert(r);

To binary:
javascript:var r=[];for(var i=0,a=prompt();i<a.length;++i){r[i]=a.charCodeAt(i).toString(2);while(r[i].length<8){r[i]="0"+r[i];}}alert(r.join(" "));

01010000 01101111 01110100 01100001 01110100 01101111 01100101 01110011 00100000 01100001 01110010 01100101 00100000 01110100 01100001 01110011 01110100 01111001 00101110

Edit: Wait a second, I think it's his birthday! Happy birthday!
Commented 13 years ago2010-07-28 04:43:53 UTC Comment #38421
Happy birthday!
Commented 13 years ago2010-07-28 04:58:57 UTC Comment #38420
O_o oh wow

Happy Birthday!!
Commented 13 years ago2010-07-28 08:36:12 UTC Comment #38416
Jesus what. Im off the front page already?
That's unacceptable!

But thanks guys.

You must log in to post a comment. You can login or register a new account.