Skip to content

Instantly share code, notes, and snippets.

$ brew install python
$ brew link python
$ pip install numpy
$ brew tap homebrew/science
$ brew install opencv
$vim .zprofile
>> export PYTHONPATH=/usr/local/Cellar/opencv/2.4.9/lib/python2.7/site-packages:$PYTHONPATH
+ check >>
@kamatari
kamatari / welcome.md
Last active August 29, 2015 13:57
atom

Welcome to the Atom Beta!

You are one of the first people to use GitHub's new text editor! Here is what you need to know.

  1. Atom is free during the beta period.

  2. If you only remember one thing make it cmd-shift-P. This keystroke toggles the command palette, which lists every Atom command. Yes, you can try it now! Press cmd-shift-P, type markdown and press enter. It will trigger the

$ which easy_install
$ /usr/bin/easy_install pip
$ sudo /usr/bin/easy_install pip
$ pip install pyflakes
$ sudo pip install pyflakes
$ sudo pip install pep8
$ pyflakes test.py
$ pep8 test.py
@kamatari
kamatari / knife sub command
Created October 7, 2013 20:46
knife 0.4 available subcommands
** BOOTSTRAP COMMANDS **
knife bootstrap FQDN (options)
** CLIENT COMMANDS **
knife client bulk delete REGEX (options)
knife client create CLIENT (options)
knife client delete CLIENT (options)
knife client edit CLIENT (options)
knife client list (options)
knife client reregister CLIENT (options)
@kamatari
kamatari / chrome_extension.md
Created May 12, 2013 11:48
chrome extensionをつくるときに参考にしたリンク集