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
| 1. TWSS | |
| 2. It's a revelation | |
| 3. F18, bro. | |
| 4. Leprechaun | |
| 5. Ronco | |
| 6. Seven Chinese Brothers | |
| 7. Movin' on up | |
| 8. Toledo armchair | |
| 9. Bo and Luke Duke | |
| 10. Vigorous rhinocerous |
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
| # Usage: phpargs array_shift | |
| # Put this in our .bashrc / .bash_profile | |
| phpargs() { | |
| curl -s http://us3.php.net/$1 | \ | |
| sed -n '/<div class="methodsynopsis dc-description">/,/<\/div>/p' | \ | |
| sed 's/<[^>]*>//g' | tr -d "\n" | |
| echo | |
| } |
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
| Some context: Michael Burcham is the guy ultimately running the Nashville | |
| Entrepreneur Center. The NEC is a space that is funded by several | |
| different sources (public money included) that provides mentoring, | |
| legal guidance, office space, and other amenties at a pretty low price. | |
| There is a vetting process for companies to be included on the EC | |
| roster. | |
| The EC is located on lower Broadway. | |
| -- |
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
| git ci -am"`curl -s http://whatthecommit.com/ | sed -n '/<div id="content">/,/<\/div>/p' | sed 's/<[^>]*>//g' | tr -d "\n"`" |
NewerOlder