Skip to content

Instantly share code, notes, and snippets.

View haiiiiiyun's full-sized avatar
🎯
Focusing

Jiang Haiyun haiiiiiyun

🎯
Focusing
View GitHub Profile
@haiiiiiyun
haiiiiiyun / install-watchman.sh
Created December 19, 2017 08:12 — forked from ivan-loh/install-watchman.sh
Watchman ( 4.9.0 ) installation for Ubuntu 16.04
# checkout, compile & install
git clone https://github.com/facebook/watchman.git
cd watchman/
git checkout v4.9.0
sudo apt-get install -y autoconf automake build-essential python-dev libssl-dev libtool
./autogen.sh
./configure
make
sudo make install
@haiiiiiyun
haiiiiiyun / introrx.md
Created March 23, 2017 08:28 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing