Skip to content

Instantly share code, notes, and snippets.

@staeff
staeff / zeit_strassen_berlin.geojson
Last active April 3, 2022 16:23
Geodata for Berlin streets extracted from the Zeit data set Deutsche Straßennamen http://interactive.zeit.de/strassennamen/ License ODbL 1.0
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@staeff
staeff / zeit_plaetze_berlin.geojson
Last active March 21, 2022 19:56
Geodata for Berlin places extracted from the Zeit data set Deutsche Straßennamen http://interactive.zeit.de/strassennamen/ License ODbL 1.0
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@staeff
staeff / snowflake.py
Last active July 30, 2020 23:14
Draw snowflakes with python turtle.
import turtle
import random
# setup the window with a background colour
wn = turtle.Screen()
wn.bgcolor("#EFECCA")
wn.setup(width=250, height=250)
# assign a name to your turtle
turtle = turtle.Turtle()
@staeff
staeff / .aliases
Last active September 26, 2019 05:45
Snippets related to codio.com
# cd
alias ..='cd ..'
alias ...='cd ../..'
alias cd..='cd ..'
alias cdv='cdvirtualenv'
alias vhost='cd /etc/apache2/vhosts.d/'
function cdl { cd $1; ls;} # Change and list directory
function cdls { cd $1; clear; ls;} # Change and list directory on clear screen
alias nocomment='sed -i.bak "/^\#/d;/^ *$/d"'
@staeff
staeff / README.md
Created April 25, 2015 15:43
Unofficial packages for Intel Edison (Install pip)
@staeff
staeff / index.html
Last active November 2, 2017 15:29
Wikimedia API calls
<html>
<head>
</head>
<body>
<h2>Jpgs</h2>
<a href='https://de.wikipedia.org/wiki/Wikipedia:Hauptseite#/media/File:Fl%C3%BCchtlinge_in_Braunau_am_Inn_01.JPG' class='bootstrap_oembed'>
https://de.wikipedia.org/wiki/Wikipedia:Hauptseite#/media/File:Fl%C3%BCchtlinge_in_Braunau_am_Inn_01.JPG</a>
@staeff
staeff / README.md
Last active February 6, 2017 21:56
Get and process (oembed) data from flickr and wikimedia
  • Flickr
  • Wikimedia