Skip to content

Instantly share code, notes, and snippets.

View timothydang's full-sized avatar
👋
web aficionado

Timothy Dang timothydang

👋
web aficionado
View GitHub Profile
brew update
brew versions FORMULA
cd `brew --prefix`
git checkout HASH Library/Formula/FORMULA.rb # use output of "brew versions"
brew install FORMULA
brew switch FORMULA VERSION
git checkout -- Library/Formula/FORMULA.rb # reset formula
## Example: Using Subversion 1.6.17
#
@timothydang
timothydang / dabblet.css
Created August 4, 2013 05:53 — forked from anonymous/dabblet.css
Attempt for Chrome-style progress-indicator with SVG and CSS animations
/**
* Attempt for Chrome-style progress-indicator with SVG and CSS animations
*/
@keyframes spin {
to {
stroke-dashoffset: -264;
}
}