Google I/O 2013
developers.google.com
Google I/O 2013
1–10 of 57 posts
Re: Google I/O 2013
#2https://twitter.com/lukegb/status/309438514964099072
var a=ww.mode.modes,i;for(i in a)if("home"!=i){for(var b=a[i].pattern.toString(2);8>b.length;)b="0"+b;console.log(i,b)};
Returns: cat 11100111 space 00101010 pong 10000001 bacon 10010000 simone 11010011 eightbit 01010011 song 11011011 synth 10001000 ascii 01111111 bowling 01110101 rocket 01000101 burger 00111001
(sorry for spoiling it ;D)
Re: Google I/O 2013
#3We're only a week away from general sales, but I haven't seen any information about I/ON registration yet. I hope they're still giving early access to tickets for I/ONs this year.
Re: Google I/O 2013
#4I've gone to I/O every year. They usually set aside presale tickets for regular attendees, so we don't get locked-out if they sell out. We're only a week away from general sales, but I haven't seen any information about I/ON registration yet. I hope they're still giving early access to tickets for I/ONs this year.
Re: Google I/O 2013
#5Re: Google I/O 2013
#6Re: Google I/O 2013
#7...and some JS to find all the neat combos they've hidden: https://twitter.com/lukegb/status/309438514964099072 var a=ww.mode.modes,i;for(i in a)if("home"!=i){for(var b=a[i].pattern.toString(2);8>b.length;)b="0"+b;console.log(i,b)}; Returns: cat 11100111 space 00101010 pong 10000001 bacon 10010000 simone 11010011 eightbit 01010011 song 11011011 synth 10001000 ascii 01111111 bowling 01110101 rocket 01000101 burger 001…
What is that?
Re: Google I/O 2013
#8...and some JS to find all the neat combos they've hidden: https://twitter.com/lukegb/status/309438514964099072 var a=ww.mode.modes,i;for(i in a)if("home"!=i){for(var b=a[i].pattern.toString(2);8>b.length;)b="0"+b;console.log(i,b)}; Returns: cat 11100111 space 00101010 pong 10000001 bacon 10010000 simone 11010011 eightbit 01010011 song 11011011 synth 10001000 ascii 01111111 bowling 01110101 rocket 01000101 burger 001…