Skip to content

Instantly share code, notes, and snippets.

View alexcabrera's full-sized avatar

Alex Cabrera alexcabrera

View GitHub Profile
@alexcabrera
alexcabrera / writer
Created August 14, 2012 02:52 — forked from brendanjerwin/writer
open iA writer from the command line
#! /bin/bash
touch $1
open $1 -a /Applications/iA\ Writer.app
@alexcabrera
alexcabrera / reset.css
Created October 22, 2012 04:59
CSS: HTML5 Reset
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
@alexcabrera
alexcabrera / 0_reuse_code.js
Created November 3, 2013 16:22
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