most of these require logout/restart to take effect
# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
# Set a shorter Delay until key repeat| <figure class="quote"> | |
| <blockquote>It is the unofficial force—the Baker Street irregulars.</blockquote> | |
| </figure> |
| Simple demonstrations of putting AVR microcontrollers to sleep in power-down mode, | |
| which results in minimum current. Coded with Arduino IDE version 1.0.4 (and with | |
| the Arduino-Tiny core for the ATtiny MCUs, http://code.google.com/p/arduino-tiny/) | |
| For ATmega328P, ~0.1µA. | |
| For ATtinyX5 revisions that implement software BOD disable, ~0.1µA, | |
| for ATtinyX5 revisions that don't, ~20µA. |
| /** | |
| * Simple authentication and authorization example with passport, node_acl, | |
| * MongoDB and expressjs | |
| * | |
| * The example shown here uses local userdata and sessions to remember a | |
| * logged in user. Roles are persistent all the way and applied to user | |
| * after logging in. | |
| * | |
| * Usage: | |
| * 1. Start this as server |
| ## Triggers (Bringing data into Zapier) | |
| ### Sleep - polling | |
| https://api.fitbit.com/1/user/-/sleep/date/today.json | |
| ### Activity - polling | |
| https://api.fitbit.com/1/user/-/activities/list.json?beforeDate=today&sort=desc&limit=10&offset=0 | |
| ## Scripting API | |
| see script.js |