Skip to content

Instantly share code, notes, and snippets.

@natdempk
natdempk / Apple-vs-Google.md
Last active September 29, 2015 00:57 — forked from golf1052/Apple-vs-Google.md
I need a new phone

I got paid to do this

Ecosystem

Apple iOS as a platform and what it offers vs. Android. Now lets throw Microsoft into the mix.
Basically this is the experience that you buy into

Category Apple Google Microsoft
Development Easier to develop for. (Swift/Obj-C is not as verbose) Heh Java lol, windows phone
@natdempk
natdempk / Lamu-setup.md
Last active August 29, 2015 14:01 — forked from tevin/Lamu-setup.md
fix numbering
  1. #####Clone repo

         ```git clone --recursive https://github.com/ushahidi/Lamu```
    
  2. #####Initialize/Update submodules

         ```git submodule update --init --recursive```
    
  3. #####Use composer to install dependencies You can get composer here

tmux cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname