Skip to content

Instantly share code, notes, and snippets.

View berlinercode's full-sized avatar

Alex berlinercode

  • Germany, Berlin
View GitHub Profile
@berlinercode
berlinercode / index.js
Created December 13, 2014 10:25
requirebin sketch
// example using the raf module from npm. try changing some values!
var requestAnimationFrame = require("raf")
var canvas = document.createElement("canvas")
canvas.width = 500
canvas.height = 500
document.body.appendChild(canvas)
var context = canvas.getContext("2d")
@berlinercode
berlinercode / 0_reuse_code.js
Created July 27, 2014 15:24
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@berlinercode
berlinercode / dabblet.css
Created January 26, 2013 23:23
So you like the style of impress.js demo?
/*
So you like the style of impress.js demo?
Or maybe you are just curious how it was done?
You couldn't find a better place to find out!
Welcome to the stylesheet impress.js demo presentation.
Please remember that it is not meant to be a part of impress.js and is
not required by impress.js.