Skip to content

Instantly share code, notes, and snippets.

View davebalmer's full-sized avatar

Dave Balmer davebalmer

  • Phoenix, AZ
  • 04:34 (UTC -12:00)
  • X @balmer
View GitHub Profile
@davebalmer
davebalmer / spinner.svg
Created February 3, 2017 00:48 — forked from kentbrew/spinner.svg
An animated SVG, suitable for use as a progress indicator.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
// Restify Server CheatSheet.
// More about the API: http://mcavage.me/node-restify/#server-api
// Install restify with npm install restify
// 1.1. Creating a Server.
// http://mcavage.me/node-restify/#Creating-a-Server
var restify = require('restify');
@davebalmer
davebalmer / 0_reuse_code.js
Created January 21, 2016 21:14
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@davebalmer
davebalmer / gist:973976
Created May 16, 2011 05:36
Simple Markdown Code Doc
/**
Test
====
This is a simple inline code doc example using `markdown`.
*/