Skip to content

Instantly share code, notes, and snippets.

View pkimber's full-sized avatar

Patrick Kimber pkimber

View GitHub Profile
@gekitsuu
gekitsuu / deploy_script.py
Created July 5, 2012 12:03
Deploy ZombieTracker to Rackspace using Libcloud
from gevent import monkey
from libcloud.compute.deployment import MultiStepDeployment
from libcloud.compute.deployment import ScriptDeployment
from libcloud.compute.deployment import SSHKeyDeployment
import gevent
import json
import libcloud.security
import libcloud.compute.providers
import libcloud.compute.types
@medmunds
medmunds / knockout-jquery-ui-widget.js
Created March 27, 2011 17:35
Knockout binding for jQuery.ui.widget
// knockout-jquery-ui-widget.js
// Copyright (c) 2011, Planapple, Inc.
// License: MIT (http://www.opensource.org/licenses/mit-license.php)
//
// Knockout binding for jQuery UI widgets
//
// Examples:
// <input type="submit" value="OK" data-bind='jqueryui: "button"' />
//
// Attaches a jQuery UI button widget to this button, with default options.