Skip to content

Instantly share code, notes, and snippets.

@staeff
staeff / README.md
Last active February 6, 2017 21:56
Get and process (oembed) data from flickr and wikimedia
  • Flickr
  • Wikimedia
@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 / style.scss
Created January 30, 2017 10:02
Write BEM with SASS. BEM modules can be nested using the & to prefix our elements or modifiers
/* Sass 3.3+ w/BEM: */
.object {
color: red;
&__descendant {
color: black;
}
}
/* Generates:
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 / 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.
@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.