From e21c41d1ce771cf01772d8e70f44e95ce1606011 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 8 Apr 2012 14:47:46 -0400 Subject: small updates, ideas --- half-baked.page | 22 ++++++++++++++++++++++ nyc.page | 2 ++ software/c.page | 12 ++++++++++++ 3 files changed, 36 insertions(+) diff --git a/half-baked.page b/half-baked.page index fe74fa9..2b7e7aa 100644 --- a/half-baked.page +++ b/half-baked.page @@ -40,3 +40,25 @@ An omni-drive robot encased in a mouse, controlled by a touchstick or touchpad. Should translate very quickly, so the user feels like they are "mousing" and selecting over the floor. +"Nest for Lighting" +--------------------- +Auto-dimming lights to react to ambient light levels. Could also do the +opposite and stochastically vary the light level to give cloud-like effect in +window-less rooms. + +Sciduino +---------- +Open Hardware LabJack competitor. Compatible with wiring, Lua scripting, full +free GCC toolchain. Support/drivers for Octave, Matlab, Mathematica, UNIX /dev +points, EPICS, ROOT, ROS, RTEMS. "Industrial Quality" for $80-100, "Commercial +Quality" $50. Characterized and well-documented analog interfaces. + +General Purpose Laptop CardBus FPGA Interface +----------------------------------------------- +Computational acceleration (compression, codecs, crypto, real-time +modeling/simulation), external digital interfacing (logic analyzer, USB +debugging, HDMI, networking, etc), host debugging (watchdog, timing, console +interface, bus sniffing, peripheral emulation, kernel unit tests). High-density +pins to many different cable types (extra $$$) with logic-level shifters: +"universal digital I/O". $100. + diff --git a/nyc.page b/nyc.page index a3515f3..7041359 100644 --- a/nyc.page +++ b/nyc.page @@ -44,6 +44,8 @@ In the summer, see: [brooklyn vegan](http://www.brooklynvegan.com/) +[the stone](http://thestonenyc.com/calendar.php) + ## Misc Dual Specialty: Mostly Indian, some Middle Eastern spices and ingredients, at diff --git a/software/c.page b/software/c.page index ec02db6..61e0391 100644 --- a/software/c.page +++ b/software/c.page @@ -42,3 +42,15 @@ expected:: Any 'inline' should probably be 'static' (local linkage). +Other References +------------------ + +"Spiral Rule" trick for understanding type/pointer definitions: +http://c-faq.com/decl/spiral.anderson.html + +Notable C Libraries +--------------------- + +[yajl](https://github.com/lloyd/yajl) ("Yet Another JSON Library"): portable, +incremental, simple, error messages. + -- cgit v1.2.3