Skip to content

Instantly share code, notes, and snippets.

View jarrodbell's full-sized avatar

Jarrod Bell jarrodbell

View GitHub Profile

Typography

Headings

Headings from h1 through h6 are constructed with a # for each level:

# h1 Heading
## h2 Heading
### h3 Heading
@jarrodbell
jarrodbell / JSON_Parse
Last active December 23, 2015 07:59 — forked from ronnie72/JSON_Parse
var WTH={
weather: {},
setup: function (){
CF.log("Weather Module setup function has been called");
},
getData: function(url, dataReceivedCallback) {
// to be able to access our variable, we need to keep a reference to
@jarrodbell
jarrodbell / gist:2936917
Created June 15, 2012 15:07 — forked from D-Touch/gist:2936671
Delaying color picker commands
/* Color Picker module for CommandFusion
===============================================================================
AUTHOR: Sergey Klenov, Jarrod Bell, Florent Pillet, CommandFusion
CONTACT: support@commandfusion.com
URL: https://github.com/CommandFusion/
VERSION: v1.0.2
LAST MOD: Thursday, 17 November 2011
=========================================================================