September 16, 2003
No, actually just 2 minutes, Stuart

Bing!

for (var i = 0 ;i<a.length;i+=8){
trace(String.fromCharCode(parseInt(a.substr(i,8),2)))
}

I couldn't help it.

Posted at September 16, 2003 01:12 AM | Further reading
Comments

LOL!

Posted by: Jonas Galvez on September 16, 2003 01:26 AM

5 minutes of my time wasted ;)


for(var i=0,bin="";i<str.length;i++){
var l = str.charCodeAt(i).toString(2);
while(l.length<8)l="0"+l;bin += l;
}
trace(bin);

Posted by: Stuart on September 16, 2003 01:32 AM

It's almost too early (0900AM) to get this, but I had too much time apparently =)

Posted by: Niko on September 16, 2003 08:41 AM

see:

http://www.pixelficker.com/fun/fun.html

;-)

took me 5 min, with your (stuart and mario) help

1stpixel

Posted by: 1stpixel on September 16, 2003 10:48 AM
Post a comment
Name:


Email Address:


URL:


Comments:


Remember info?



Most Visited Entries
Experiments
Lectures
Contact
Backlog
In Love with
Powered by