Skip to content

Instantly share code, notes, and snippets.

View nerik's full-sized avatar
🤩

Erik Escoffier nerik

🤩
View GitHub Profile
@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" />
@nerik
nerik / gist:3657149
Created September 6, 2012 15:07
Automation of iOs apps ad-hoc distribution
#!/bin/sh
# Allows full automation for ad-hoc "over the air" distribution of iOs apps
# 1. creates a signed ipa file from an already built .app file
# 2. generates a plist file
# 3. generates a php file allowing users to install the app with a link (this php files replaces in the plist the url part with the url of the php file)
# 4. (optional) makes a zip file of all the files which you can give to the client
# 5. uploads all the files to a webserver via FTP
# Erik Escoffier http://nerik.me
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…
@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.

###Erik Escoffier - front-end geo-developer

Career objectives

  • use my developer background as a starting point to explore all things geographical : cartography, geospatial analysis, datavisualization...
  • design and code new creative ways to interact with maps and data.
  • work on projects that have a true technical and/or social impact, in an open-source-friendly environment.

Personal data

  • Living in Madrid, Spain
@nerik
nerik / maps.md
Last active December 28, 2015 15:48
The maps I want to make
hello!