This example demonstrates loading of CSV data, which is then quantized into a diverging color scale. The values are visualized as colored cells per day. Days are arranged into columns by week, then grouped by month and years. Colors by Cynthia Brewer. Layout inspired by Rick Wicklin and Robert Allison. Dow Jones historical data copyright Yahoo! Finance or independent data provider; fair use for educational purposes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Mood Cube Light | |
| * | |
| * This is a program to subtly change a bedside lamp, driven by | |
| * NeoPixel LEDs, as the days progress through the month to | |
| * provide a visual cue to a woman's point in her menstrual cycle. | |
| * Built by John Keefe at the request of Kristin Keefe. | |
| * | |
| * Some of the codes stands on example code that accompanies the | |
| * the NeoPixel and the Time.h Libraries |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Arduino Example 01 - Blinking LED | |
| * Modified for an 8-LED hoodie | |
| * | |
| * More info at http://johnkeefe.net/making-a-heartbeat-hoodie | |
| * (This is Part I, without the heartbeat detector) | |
| * | |
| * John Keefe | |
| * john@johnkeefe.net | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Heartbeat Hoodie | |
| * | |
| * LED code drawn from Arduino example 01 - Blinking LED | |
| * | |
| * Heartbeat code baed on Heart Rate Badge code by | |
| * Becky Stern for Adafruit Industries ... | |
| * http://learn.adafruit.com/heart-rate-badge/program-it | |
| * ... who based hers on sample code from | |
| * http://learn.parallax.com/KickStart/28048 | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * The Chartbeat LED Bar | |
| * (over Bluetooth) | |
| * | |
| * This is the Desktop/Processing Code | |
| * | |
| * For information about the hardware and other | |
| * code for this project | |
| * see: http://johnkeefe.net/the-charbeat-led-bar | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * The Chartbeat LED Bar | |
| * (over Bluetooth) | |
| * | |
| * This is the Arduino code | |
| * | |
| * For information about the hardware and other | |
| * code for this project | |
| * see: http://johnkeefe.net/the-charbeat-led-bar | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <iframe frameborder="0" scrolling ="no" src="http://project.wnyc.org/convent-fire/" width="100%" height="830" ></iframe> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <iframe frameborder="0" scrolling ="no" src="http://project.wnyc.org/ccrb/" width="100%" height="640" ></iframe> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <iframe frameborder="0" scrolling ="no" src="http://project.wnyc.org/ccrb/" width="100%" height="640" id="wnyc-ccrb" ></iframe><script type="text/javascript">document.getElementById("wnyc-ccrb").setAttribute("height","640");</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <iframe frameborder="0" height="260" scrolling="no" src="http://project.wnyc.org/election-guide-2014/search.html" width="100%"></iframe> |
OlderNewer