Skip to content

Instantly share code, notes, and snippets.

View ws's full-sized avatar

Will Smidlein ws

View GitHub Profile
@ws
ws / Pushit.sh
Last active August 29, 2015 13:56 — forked from nquinlan/Pushit.sh
# in your .bash_profile / .bashrc
alias pushit='git push && open http://www.youtube.com/watch?v=vCadcBR95oU'
# to get the file into your .bash_profile
echo "alias pushit='git push && open http://www.youtube.com/watch?v=vCadcBR95oU'" >> .zshrc
@ws
ws / prompt.js
Created September 29, 2013 23:17
Prompt.js without the initial prompt
/*
* prompt.js: Simple prompt for prompting information from the command line
*
* (C) 2010, Nodejitsu Inc.
*
*/
var events = require('events'),
readline = require('readline'),
utile = require('utile'),
@ws
ws / dabblet.css
Created November 8, 2012 20:41
Snowman
/**
* Snowman
*/
#bg {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
/**
# * Copyright (c) 2008 Pasyuk Sergey (www.codeasily.com)
# * Licensed under the MIT License:
# * http://www.opensource.org/licenses/mit-license.php
# *
# * Splits a <ul>/<ol>-list into equal-sized columns.
# *
# * Requirements:
# * <ul>
# * <li>"ul" or "ol" element must be styled with margin</li>