Skip to content

Instantly share code, notes, and snippets.

@glued
glued / raf.js
Created July 4, 2015 06:22
ES2015 requestAnimationFrame polyfill
// http://paulirish.com/2011/requestanimationframe-for-smart-animating/
// http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating
// requestAnimationFrame polyfill by Erik Möller. fixes from Paul Irish and Tino Zijdel
// MIT license
/*
to use just create a file raf.js
import './utils/raf';
*/
@glued
glued / gist:f7b2def1c4edd48dce44
Created February 16, 2015 05:40
Intel Galileo Notes ( outdated )

Intel Galileo Notes 12.13.2013

###1. Load distro onto MicroSD card The default linux distro from Intel is missing GCC / make which is required by many NPM modules but... A guy from intel has a [Nice Tutorial][1] which adds the dev tools to the Yocto distro or [download his custom image][2]

###2. SSH into your galileo ssh root@someaddress