Skip to content

Instantly share code, notes, and snippets.

View nerik's full-sized avatar
🤩

Erik Escoffier nerik

🤩
View GitHub Profile
@nerik
nerik / mapbox_gruntfile.js
Last active August 29, 2015 14:02
make a local copy of mapbox assets
grunt.registerTask('mapbox', function() {
var version = this.options().version;
console.log('mapbox v' + version);
var baseUrl = 'https://api.tiles.mapbox.com/mapbox.js/v'+version+'/';
//async task
var done = this.async();
//reset mapbox folder in bower_components
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nerik
nerik / gist.hx
Created July 2, 2012 16:00
test
for (i in 0...Constants.GRID_H)
{
line = new Array();
for (j in 0...Constants.GRID_W)
{
tile = new Tile(j,i);
tile.x = j * Constants.CELL_W;
function makeTiles()
{
_tilesContainer = new Sprite();
_tiles = new Array();
var line:Array<Tile>;
var tile:Tile;
for (i in 0...Constants.GRID_H)
<ios deployment="4.0" devices="ipad" />
<ios deployment="4.0" binaries="armv7" />
hello!
<!doctype><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Odyssey.js Slides</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="http://cartodb.github.io/odyssey.js/sandbox/favicon.png">
<link rel="icon" type="image/png" href="http://cartodb.github.io/odyssey.js/sandbox/favicon.png">
On the Phenomenon of Bullshit Jobs
(original posted on http://www.strikemag.org/bullshit-jobs/, site currently down)
Ever had the feeling that your job might be made up? That the world would keep on turning if you weren’t doing that thing you do 9-5? David Graeber explored the phenomenon of bullshit jobs for our recent summer issue – everyone who’s employed should read carefully…
CartoDB scale
@nerik
nerik / maps.md
Last active December 28, 2015 15:48
The maps I want to make