Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am robbschiller on github.
  • I am robbs (https://keybase.io/robbs) on keybase.
  • I have a public key ASCMtycT9Sl8_UmLRSS9IZdIxFrdHeuGwMHx2vntFP_5-go

To claim this, I am signing this object:

# tablet sizes
## Kindle Fire
## Nexus 7
## iPad Mini
## iPad
@robbschiller
robbschiller / gruntjs-meetup
Created December 6, 2013 16:34
Node User Group Meetup on Grunt.js
# Contents for the 1/15/14 Orlando Node User Group Meetup
Topic: Grunt.js
@robbschiller
robbschiller / cm-framer
Last active December 24, 2015 11:59
javascript for creative mornings checkin app prototype on framer.js // using the un-documented framer property `Draggable`
iphone = new View ({
x: 0,
y: 0,
width: 640,
height: 1096
});
iphone.style.background = '#fff';