You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emacs 24.4 installation on Ubuntu 14.04 without sudo
Installing Emacs 24.4 on Ubuntu 14.04 without sudo privilege
Just run:
sh ./ubuntu14.04-emacs-24.4-install.sh
This will install ncurses which is dependency of emacs24.4. It may requires another dependencies depending on your environment.
Note that configure options in emacs installation are for disabling GUI features.
A script to interactively git-merge multiple future branches.
A script to interactively git-merge multiple future branches
This is usefull when you are working with open source codes and you have several future branches that you want to use and is still not merged to the main stream.
Workflow:
Edit variables BASE_BRANCH and BRANCHES
Run ./future.sh
If you see conflicts, fix them and commit, then run ./future.sh again.
Repeat 3, until you see the message Done. in the result of ./future.sh.
Examples of Python OpenCV2 and Scikit.Image and their comparisons
See the iPython notebook link. In this notebook, you can see various image maniputaion examples using both Python extension of OpenCV2 and Scikit.Image.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
My personal additional settings for sublemacspro. Copy to my user key-bindings.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
An example of parsing LIBSVM input format with Boost library
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters