This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * 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'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Snowman | |
| */ | |
| #bg { | |
| position: absolute; | |
| left: 0px; | |
| top: 0px; | |
| width: 100%; | |
| height: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| # * 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> |
NewerOlder