Skip to content

Instantly share code, notes, and snippets.

View linkerlin's full-sized avatar
🎯
Focusing

Halo Master linkerlin

🎯
Focusing
View GitHub Profile
@marcelcaraciolo
marcelcaraciolo / callcommand.sh
Created August 14, 2012 18:01
call movieSimilarities
$ python moviesSimilarities.py ratings.csv > output.csv
@ngs
ngs / mroonga.mkdn
Created October 17, 2011 19:22
installing mroonga on Mac OS X Lion

Install MySQL + MeCab + Groonga using Homebrew

$ brew install mysql
$ brew install mecab
$ brew install groonga
$ cd /usr/local
$ sudo ln -s Cellar/mysql/5.5.15 mysql

Clone mroonga from Github