Skip to content

Instantly share code, notes, and snippets.

View johnjohndoe's full-sized avatar

Tobias Preuss johnjohndoe

View GitHub Profile
View .gitignore
build
node_modules
.DS_Store
View aerzte-berlin-lichtenberg.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@johnjohndoe
johnjohndoe / Bundestagswahlkeise-2013-Berlin.geojson
Last active August 29, 2015 13:58
Geometrien der Bundestagswahlkeise 2013 in Berlin, http://daten.berlin.de/datensaetze/geometrien-der-bundestagswahlkeise-2013-berlin, Amt für Statistik Berlin-Brandenburg,ogr2ogr -f GeoJSON -s_srs EPSG:3857 -t_srs EPSG:4326 Wahlkreise.geojson Wahlkreise.shp
View Bundestagswahlkeise-2013-Berlin.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@johnjohndoe
johnjohndoe / water_level_saxony.py
Last active August 29, 2015 13:58
Pegelstände-Scraper für Sachsen, http://scraperwiki.com
View water_level_saxony.py
#!/usr/bin/env python
import scraperwiki
import requests
import lxml.html
from collections import namedtuple
from datetime import datetime
View Landkreise-Brandenburg.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Kindertagesstätten-in-Berlin-Marzahn-Hellersdorf.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@johnjohndoe
johnjohndoe / QGIS-temporal-query.md
Created April 29, 2014 14:16
Temporal query in QGIS
View QGIS-temporal-query.md
@johnjohndoe
johnjohndoe / mount-encrypted-partition.md
Last active August 29, 2015 14:01
How to mount an encrypted home partition?
View mount-encrypted-partition.md
@johnjohndoe
johnjohndoe / rsync-backup.md
Created May 10, 2014 21:40
Backup via rsync
View rsync-backup.md

Backup via rsync

$ rsync -rt --delete --delete-excluded --links \
--exclude-from '/home/user/rsync-home-exclude.txt' /home/user/ server:/backups/home
@johnjohndoe
johnjohndoe / android-shell-commands.md
Last active August 29, 2015 14:01
Android shell commands
View android-shell-commands.md