Tag: eclipse

  • Arduino in Eclipse

    This tutorial describes how to set up Eclipse for Arduino (AVR) C/C++ development. Eclipse is a full-featured Integrated Development Environment with modern editor features such as syntax highlighting, code completion and error checking. I became interested in using Eclipse for Arduino development as I’m often simultaneously developing firmware for the chip and visualization software in […]

  • i knew that it’s been watching me.

    years ago we used to joke that the small microphone at the top of some apple monitors (beige powerPC era) was a stress sensor and would allow the computer to detect when you were getting frustrated or were under a deadline and would then misbehave to spite you. when the macbooks added the isight camera […]

  • Scatterplot…

    Trying to migrate my knowledge of Processing into Java and the Eclipse development environment. This is Ben Fry’s zipcode lookup applet as described in “Visualizing Data”. There are some oddities in my implementation of it, perhaps due to my inexperience with vanilla Java and a shoddy porting of his code. Oh well, I’ll tinker with […]