Skip to content

Instantly share code, notes, and snippets.

View mdiedric's full-sized avatar

Marco Diedrich mdiedric

View GitHub Profile
@scottleibrand
scottleibrand / pumpprofile-1u-50-10.json
Created August 13, 2018 21:31
Generic autotune pumpprofile.json
{
"carb_ratios": {
"schedule": [
{
"x": 0,
"i": 0,
"offset": 0,
"ratio": 10,
"r": 10,
"start": "00:00:00"
@nrabinowitz
nrabinowitz / quantize.js
Created July 25, 2011 17:19
Javascript module for color quantization, based on Leptonica
/*!
* quantize.js Copyright 2008 Nick Rabinowitz.
* Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
*/
// fill out a couple protovis dependencies
/*!
* Block below copied from Protovis: http://mbostock.github.com/protovis/
* Copyright 2010 Stanford Visualization Group
* Licensed under the BSD License: http://www.opensource.org/licenses/bsd-license.php
@rblalock
rblalock / datetimepicker.js
Created October 26, 2010 04:48
Date / time picker for Titanium
// Label
var label = Ti.UI.createLabel({
text: 'Due Date',
top: 10,
left: 10,
height: 30,
color: '#333',
font: { fontWeight: 'bold', fontSize: 20 },
shadowColor:'#eee',
shadowOffset:{x: 0, y: 1}