diff options
author | bnewbold <bryan@octopart.com> | 2012-04-08 14:47:46 -0400 |
---|---|---|
committer | bnewbold <bryan@octopart.com> | 2012-04-08 14:47:46 -0400 |
commit | e21c41d1ce771cf01772d8e70f44e95ce1606011 (patch) | |
tree | 72e007dfebcaba580e37fa9cda46f9386f0e148a | |
parent | 7b34ca8ab68be9c463d3db6599749d96a5f72b53 (diff) | |
download | knowledge-e21c41d1ce771cf01772d8e70f44e95ce1606011.tar.gz knowledge-e21c41d1ce771cf01772d8e70f44e95ce1606011.zip |
small updates, ideas
-rw-r--r-- | half-baked.page | 22 | ||||
-rw-r--r-- | nyc.page | 2 | ||||
-rw-r--r-- | software/c.page | 12 |
3 files changed, 36 insertions, 0 deletions
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. + @@ -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. + |