Skip to content

Instantly share code, notes, and snippets.

View aaronbuchanan's full-sized avatar

Aaron Buchanan aaronbuchanan

View GitHub Profile
@aaronbuchanan
aaronbuchanan / persistent_ulimit.sh
Created July 22, 2014 22:39
persistent ulimit fix for local file watchers
launchctl limit maxfiles 2048 2048 && ulimit -n 2048
@aaronbuchanan
aaronbuchanan / index.html
Created June 14, 2014 20:09
A Pen by Aaron Buchanan.
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Project Name</a>
@aaronbuchanan
aaronbuchanan / 0_reuse_code.js
Created March 1, 2014 02:08
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