Skip to content

Instantly share code, notes, and snippets.

@cjimmy
cjimmy / lavaman-2015-race-visualization.js
Last active July 14, 2017 12:31
D3.js code to create the data visualizations seen on http://jimmychion.com/lavaman2015.html
//-- author: IDEO | Jimmy Chion | 2013
//-- license: Creative Commons SA-3.0
(function(){
//------------------------------------
//----- setting up the graph, axis
//------------------------------------
var margin = {top: 20, right: 5, bottom: 100, left: 60},
width = 0.58*($(document).width()) - margin.left - margin.right,
@johanneswuerbach
johanneswuerbach / .travis.yml
Last active September 22, 2025 03:17
Deploy an iOS app to testflight using Travis CI
---
language: objective-c
before_script:
- ./scripts/travis/add-key.sh
after_script:
- ./scripts/travis/remove-key.sh
after_success:
- ./scripts/travis/testflight.sh
env:
global:
@mojodna
mojodna / Procfile
Created September 29, 2011 20:22 — forked from RandomEtc/Procfile
Getting Kue working on Heroku
web: node app.js
worker: node consumer.js
@idoru
idoru / aerobuild.sh
Created June 19, 2011 21:33
bump version, build & archive, tag git version and publish iOS app builds to testflight
#!/bin/sh
#
# aerobuild.sh
#
# What does this do?
# ==================
# - Bumps build numbers in your project using agvtool
# - Builds your app and packages it for testing/ad-hoc distribution
# - Commits build number changes to git