Skip to content

Instantly share code, notes, and snippets.

View danbruegge's full-sized avatar

Daniel Brüggemann danbruegge

View GitHub Profile
[ { "devices" : [ { "dev_id" : "804436" },
{ "dev_id" : "804431" },
{ "dev_id" : 1 },
{ "dev_id" : 2 },
{ "dev_id" : 3 },
{ "dev_id" : 4 },
{ "dev_id" : 1 },
{ "dev_id" : 2 },
{ "dev_id" : 3 },
{ "dev_id" : 4 }
if (bla) {
foobar;
}
@danbruegge
danbruegge / .jshintrc
Created August 22, 2012 09:57 — forked from haschek/.jshintrc
JSHint Configuration, jQuery Strict Edition
{
// --------------------------------------------------------------------
// JSHint Configuration, Strict Edition
// --------------------------------------------------------------------
//
// This is a options template for [JSHint][1], using [JSHint example][2]
// and [Ory Band's example][3] as basis and setting config values to
// be most strict:
//
// * set all enforcing options to true