Skip to content

Instantly share code, notes, and snippets.

View bzg's full-sized avatar
🎯
Focusing

Bastien bzg

🎯
Focusing
View GitHub Profile
@bzg
bzg / Orgues
Last active March 18, 2017 21:57
Orgues - collecte site persos et collectivités
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"title": "St-Georges",
"description": "<a href=\"http://decouverte.orgue.free.fr/orgues/achenhei.htm\">St-Georges</a>"
},
"geometry": {
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bzg
bzg / orgues.normandie.geojson
Last active March 18, 2017 21:13
Orgues de Normandie
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bzg
bzg / orgues.finistere.geojson
Last active March 18, 2017 21:09
Orgues du Finistère
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bzg
bzg / orgue.saone-et-loire.geojson
Last active March 18, 2017 21:11
Orgues de Saône et Loire
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bzg
bzg / orgues.pays-de-loire.geojson
Last active March 18, 2017 21:12
Orgues des Pays de la Loire
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bzg
bzg / orgues.regions.geojson
Last active March 18, 2017 21:21
Orgues en régions
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bzg
bzg / orgues.france.geojson
Last active March 18, 2017 21:23
Orgues en France (orguesfrance.com)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bzg
bzg / orgues.paris.geojson
Last active March 18, 2017 21:27
Orgues à Paris
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bzg
bzg / gist:5f9a952208cf8d35220a41a8ff857faa
Created December 6, 2016 18:09
Org-mode + KLIPSE to demo Clojure code
#+html_head_extra: <link rel="stylesheet" type="text/css" href="https://storage.googleapis.com/app.klipse.tech/css/codemirror.css" />
Some Clojure code:
#+BEGIN_SRC clojure
(map inc '(1 2 3))
#+END_SRC
That's it.