[ Launch: Face Subdivision ] 56d59f7882de7a3324e0 by espinielli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// import processing.pdf.*; | |
// import java.util.Calendar; | |
// boolean savePDF = false; | |
var img; | |
var drawMode = 1; | |
function preload() { | |
img = loadImage("pic.png"); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# OSX for Hackers (Mavericks/Yosemite) | |
# | |
# Source: https://gist.github.com/brandonb927/3195465 | |
#!/bin/sh | |
# Some things taken from here | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# Ask for the administrator password upfront |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mbostock |
A Cahill-Keyes map projection with a blueish color scheme to mimic the background of [The Daily Show][tds]. Requested by Gene in order to propose it to Jon Stewart's show.
This map is set with a width of 2000 pixels, but can be changed to a bigger one (it will just take more time and space when converting it).
In order to save a png image, follow [Mike Bostock's instructions][save].
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
espinielli | |
mbostock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/perl -w | |
# | |
# 2012-03-15 This is program "MegamapMaker-prep9" by Mary Jo Graça | |
# | |
# Licensed under Creative Commons for non-commercial use, with attribution | |
# to Mary Jo Graça and Gene Keyes. May be modified or reproduced or | |
# redistributed. For commercial applications, contact gene.keyes at gmail. | |
# | |
# ADDITIONAL NOTES BY GENE KEYES, 2013-11-28 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# **scForUser** provides a list of SC IDs for user ACRONYM created within time interval provided. | |
# Usage and Prerequisites | |
# ----------------------- | |
# This tells bash that it should exit the script if any statement | |
# returns a non-true return value. | |
set -e |
a thematic map about internet worldwide utilization from 1996 till 2011
This is the final class assignment for [Maps and the Geospatial Revolution][MGR].
With this map I wanted to visualize the evolution of Internet usage in time. It can also help understandanding the so called Internet divide between countries.