(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.
| #!/usr/bin/env bash | |
| # A script for changing Mac OS X's default fonts | |
| # Author: Jaeho Shin <netj@sparcs.org> | |
| # Created: 2011-07-22 | |
| ### MacOSXDefaultFontFallbacksChanger ######################################### | |
| ## Mac OS X 기본 글꼴 설정 변경 도구 – 1.2.1 (2012-08) | |
| ## http://netj.github.com/MacOSXDefaultFontFallbacksChanger | |
| ############################################################################### |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2011 Jed Schmidt <http://jed.is> | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |