Skip to content

Instantly share code, notes, and snippets.

@pbogden
pbogden / README.md
Last active August 29, 2015 13:56
Geolocation

Simple geolocation demo using JavaScript

Answering the question: Are you at PBC right now?

@pbogden
pbogden / README.md
Created May 19, 2014 13:25
pdf.js demo

Use pdf.js to render a PDF in a browser

@pbogden
pbogden / README.md
Last active August 29, 2015 14:02
Radial Gradient
We can't make this file beautiful and searchable because it's too large.
GWNO,EVENT_ID_CNTY,EVENT_ID_NO_CNTY,EVENT_DATE,YEAR,TIME_PRECISION,EVENT_TYPE,ACTOR1,ALLY_ACTOR_1,INTER1,ACTOR2,ALLY_ACTOR_2,INTER2,INTERACTION,COUNTRY,ADMIN1,ADMIN2,ADMIN3,LOCATION,LATITUDE,LONGITUDE,GEO_PRECIS,SOURCE,NOTES,FATALITIES, 615,1ALGÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ Ê,14,02 January 1997,1997,1,Violence against civilians,GIA: Armed Islamic Group,,2,Civilians (Algeria),,7,27,Algeria,Blida,Blida,,Blida,36.468600,2.828900,1,www.algeria-watch.org,4 January: 16 citizens were murdered in the village of Benachour (Blida) by masked men a few hundred meters away from a military camp. It is of note that the citizens of this village had refused to set up armed militias.,16, 615,2ALGÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ Ê,17,03 January 1997,1997,1,Violence against civilians,GIA: Armed Islamic Group,,2,Civilians (Algeria),,7,27,Algeria,Tipaza,Douaouda,,Douaouda,36.672500,2.789400,1,www.algeria-watch.org,5 January: Massacre of 18 citizens in the Oliviers district of Douaouda (Tipaza). Among the victims are 3 children and 6 women. This region h
@pbogden
pbogden / Makefile
Last active August 29, 2015 14:05
csv processing
SOURCE_DATA = test.csv
CLEAN_DATA = clean.csv
GENERATED_FILES = test.json
$(GENERATED_FILES): $(CLEAN_DATA)
@topojson -x 'LONGITUDE' -y 'LATITUDE' -o $@ $^
test: $(CLEAN_DATA)
ogrinfo -ro -al $(CLEAN_DATA)
@pbogden
pbogden / .gitignore
Last active August 29, 2015 14:07
Raster Reprojection II
data
@pbogden
pbogden / README.md
Last active August 29, 2015 14:10
three

Playing around with three.js

@pbogden
pbogden / README.md
Last active August 29, 2015 14:26
zoom2

This version of Mike Bostock's Zoom Center shows the values for translate & scale and allows you to change the center.

@pbogden
pbogden / README.md
Last active August 29, 2015 14:27
readd

add/remove/readd DOM elements

@pbogden
pbogden / README.md
Last active August 29, 2015 14:27
three sample