Skip to content

Instantly share code, notes, and snippets.

View liangfeidotme's full-sized avatar

Fei Liang liangfeidotme

View GitHub Profile
@wyudong
wyudong / free-up-xcode.md
Created September 10, 2016 03:48
Free up disk space from Xcode

Free up disk space from Xcode

These items can be deleted safely.

iOS Device Support

In Finder: ~/Library/Developer/Xcode/iOS DeviceSupport/

Derived Data

@tomysmile
tomysmile / mac-setup-redis.md
Last active March 18, 2024 22:12
Brew install Redis on Mac

type below:

brew update
brew install redis

To have launchd start redis now and restart at login:

brew services start redis
@staltz
staltz / introrx.md
Last active May 3, 2024 13:00
The introduction to Reactive Programming you've been missing
@uarun
uarun / filetype.vim
Created August 3, 2011 19:32
Gradle syntax highlighting in vim
# ~/.vim/filetype.vim
au BufNewFile,BufRead *.gradle setf groovy