- Date: 2015-09-09
- Pump: Medtronic Minimed 723 v2.4A pump
- Pump Battery: Full
- Pump suspended
- CareLink USB stick plugged directly into RPi2 USB using 6" extension
- Pump and CL stick placed on hardwood floor
meter a7 628077 5d 00 b7 | |
meter a7 628077 5d 00 b7 | |
meter a7 628077 5d 00 b7 | |
meter a7 628077 5d 00 b7 | |
meter a7 628077 5d 00 b7 | |
meter a7 628077 5d 00 b7 | |
meter a7 628077 5d 00 b7 | |
meter a7 628077 5d 00 b7 | |
meter a7 628077 5d 00 b7 | |
meter a7 628077 5d 00 b7 |
import dateutil.parser | |
from scipy import stats | |
from scipy.stats import norm | |
from numpy import percentile | |
import math | |
values = [] | |
hour_buckets = {} | |
for hour in range(0,24): | |
hour_buckets[hour] = [] |
The docpad-plugin-ghpages
uses the following information to stitch a new repo with contents of ./out
directory onto root of your gh-pages
branch:
git config user.email
git config user.name
Which libraries to choose. Reading up and node and especially the stream-handbook has biased my choices quite heavily.
- https://github.com/substack/bouncy - Initially liked bouncy, but have heard reports of it being sloww. There are other equitable options:
- https://github.com/creationix/node-router
Use DocPad, GitHub and Prose as a Wiki
This guide will walk you through how you can use a GitHub repository to house your wiki content, have DocPad render it, and automatically update on changes. It's also really nice as we get to benefit from the github project workflow for our wiki, that is issues, pull requests, etc.
We use this workflow heavily by linking the DocPad Website and the DocPad Documentation repositories allowing us to have users edit and submit pull requests for improvements to our documentation, and once merged, the website regenerates automatically.
1. Create a new repository for your Wiki Content
license: gpl-3.0 |
Where to buy | |
Home > Support > FAQ > Article Detail | |
How to send an SMS with AT-commands? | |
4/02/2009 |
var Robot = function(robot){ | |
robot.turnLeft(robot.angle % 90); | |
robot.turnGunRight(90); | |
robot.clone(); | |
this.direction = 1; | |
}; | |
Robot.prototype.onIdle = function(ev) { | |
var robot = ev.robot; | |
robot.ahead(1); | |
if (robot.parentId) { |