Skip to content

Instantly share code, notes, and snippets.

@zwigby
zwigby / twitter-notification.ino
Last active April 19, 2016 21:07
Twitter Notification Code for Arudino and Adafruit Feather Huzzah using Structure and NeoPixel Ring
/**
* Code to light a set of Neopixels when a Losant command comes in.
*
* Copyright (c) 2016 Losant. All rights reserved.
* http://www.losant.com
*/
#include <ESP8266WiFi.h>
#include <Losant.h>
#include <Adafruit_NeoPixel.h>
@zwigby
zwigby / gist:2471749
Created April 23, 2012 15:40 — forked from danilowm/gist:1070332
css: reset - meyer
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
@zwigby
zwigby / gist:2471691
Created April 23, 2012 15:31
html: starting template
<!DOCTYPE html>
<html lang="en">
<head>
<!-- set the character set -->
<meta charset="utf-8">
<!-- tell IE to use latest version and chrome frame if available -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Title</title>