Mar 31, 2013
Mar 30, 2013
Mar 29, 2013
Vegetable Soup - Outerscope
Used to watch this show as a kid. Messed up but I think it was the first sci fi I was exposed to. Plenty of examples though of labeling in children's programs, "Wierdos".
Zen is Emmet
According to this article, Zen coding is now Emmet. Here is an Emmet plugin for Eclipse
Mar 24, 2013
Javascript end loop wrapper
I was taking an HTML5 Game Development course and saw a neat trick for wrapping at the end of a sequence:
index = index + 1 % array.length;It saves 3 lines of code, the usual:
index++ if (index > array.length) { index = 0; }
Mar 23, 2013
Mar 21, 2013
Arc reactor
Here is a DIY visual description on how to make a low cost (non-functional) Arc reactor like Iron Man's stunt double probably wears.
Mar 20, 2013
Mar 17, 2013
Mar 11, 2013
Robo Hamster
Picked up an Arduino Shield last week and a Robo Hamster. Robo is short for Roborovski.
He seems pretty smart though a little messy. It's interesting a golf ball sized creature can do so much.
Mar 9, 2013
Mar 8, 2013
Mar 4, 2013
Mar 3, 2013
Mar 1, 2013
Subscribe to:
Posts (Atom)