Skip to content

Instantly share code, notes, and snippets.

View dingledow's full-sized avatar

David Ingledow dingledow

View GitHub Profile
@dingledow
dingledow / Arduino.pde
Created April 25, 2013 10:07
Allows Kinect to track body movements to MIDI. View demo here: https://vimeo.com/64740273
Serial port; // The serial port
void portSetup(){
println(Serial.list()); // List COM-ports
//select second com-port from the list
port = new Serial(this, Serial.list()[1], 19200);
}
@dingledow
dingledow / index.html
Last active August 29, 2015 14:07
Custom Checkbox
<html>
<head>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div className="checkbox">
<input type="checkbox" id="select-all-checkbox" />
<label htmlFor="select-all-checkbox">Select all</label>
</div>
@dingledow
dingledow / android_emulator_paste_test
Last active September 1, 2023 10:33
Paste Text on Android Emulator
adb shell input text 'my string here. With some characters escaped like \$ that'
@dingledow
dingledow / spinner-legacy.html
Created December 8, 2014 15:33
Spinner Legacy
<svg class="spinner-legacy" width="40px" height="40px" viewBox="0 0 40 40">
<path fill="none" stroke="#808284" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="
M20,2C10.059,2,2,10.059,2,20s8.059,18,18,18s18-8.059,18-18c0-4.971-2.015-9.471-5.272-12.728" cx="20" cy="20" r="20"/>
</svg>
@dingledow
dingledow / superuser
Last active August 29, 2015 14:13
Create Admin User (superuser)
python app/manage.py createsuperuser

Keybase proof

I hereby claim:

  • I am dingledow on github.
  • I am dingledow (https://keybase.io/dingledow) on keybase.
  • I have a public key ASC0f8BjyQA5CVy-prlRg-jptqETFGo8VpwnuB5KZkGyygo

To claim this, I am signing this object: