Skip to content

Instantly share code, notes, and snippets.

View briandailey's full-sized avatar

Brian Dailey briandailey

View GitHub Profile
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
@briandailey
briandailey / php_args.sh
Created April 7, 2011 19:02
Show function args from the PHP docs.
# 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
}
@briandailey
briandailey / EC.txt
Created January 20, 2011 17:46
EC wants to pull in more techies, less suits.
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.
--
git ci -am"`curl -s http://whatthecommit.com/ | sed -n '/<div id="content">/,/<\/div>/p' | sed 's/<[^>]*>//g' | tr -d "\n"`"