Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am samasmith on github.
  • I am technohipster (https://keybase.io/technohipster) on keybase.
  • I have a public key ASAKQdOAtgPnztOqL8XOgX2L3x8xYoUk1p81JEzSQSPIrQo

To claim this, I am signing this object:

@samasmith
samasmith / gist:e18b99dd94d357fb5736
Created September 16, 2014 14:22
jQuery Con Notes
SEE SLIDES HERE http://events.jquery.org/2014/chicago/
APACHE CORDOVA
Cordova (Adobe uses Cordova in the background of PhoneGap)
http://cordova.apache.org/docs/en/3.5.0/guide_cli_index.md.html#The%20Command-Line%20Interface
We already have a Cordova plugin! https://code.exacttarget.com/apis-sdks/mobilepush-sdks/cordova.html && https://github.com/exacttarget/MobilePushSDK-CordovaPlugin
@samasmith
samasmith / gist:8029538
Created December 18, 2013 20:42
Current ~/.gitignore_global
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@samasmith
samasmith / gist:8029473
Last active August 5, 2020 21:27
Current .vimrc
" Leader
let mapleader = " "
" File names in iterm tabs
let &titlestring = @%
set title
set vb
set backspace=2 " Backspace deletes like most programs in insert mode