(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| OS=`echo \`uname\` | tr '[:upper:]' '[:lower:]'` | |
| AURL="https://gist.githubusercontent.com/hightemp/5071909/raw/" | |
| ANAME=".bash_aliases" | |
| TMPAPATH="/tmp/$ANAME" | |
| HOMEAPATH="~/$ANAME" | |
| [ "$OS" = "windowsnt" ] && OS_WIN="yes" | |
| [ "$OS" = "darwin" ] && OS_MAC="yes" | |
| [ "$OS" = "linux" ] && OS_LIN="yes" |
| git archive --format zip --output /full/path/to/zipfile.zip master |