- Setup:
git clone <repo-url>
git branch -m master vendor
#check configurations
git config --get-regexp 'branch.vendor.*'
#master will contain customizations
git checkout -b master
git clone <repo-url>
git branch -m master vendor
#check configurations
git config --get-regexp 'branch.vendor.*'
#master will contain customizations
git checkout -b master
# ANDROID / ECLIPSE | |
# built application files | |
*.apk | |
*.ap_ | |
# files for the dex VM | |
*.dex | |
# Java class files |
Apple has released support for bootcamping Windows 10, but only on 2012 Macs and later. Despite not being supported. it is possible to install Windows 10 on earlier iMacs and it seems to run quite well.
IMPORTANT: Unplug all external and physical hard drives (where possible) that you won't be installing to to avoid accidentally erasing them. Also make note of which drives and partitions remain (e.g. System and Storage hard drives), and be super careful to not erase the wrong one.
RECOVERY: If you nuke your machine, restore your time machine backup. Instructions here.
https://www.cheatography.com/weidadeyue/cheat-sheets/jupyter-notebook/
The IPython Notebook has two different keyboard input modes. Edit mode allows you to type code/text into a cell and is indicated by a green cell border. Command mode binds the keyboard to notebook level actions and is indicated by a grey cell border.
:set list
:set listchars=eol:⏎,tab:▸·,trail:␠,nbsp:⎵
Ref: https://vi.stackexchange.com/questions/422/displaying-tabs-as-characters