Skip to content

Instantly share code, notes, and snippets.

View bzg's full-sized avatar
🎯
Focusing

Bastien bzg

🎯
Focusing
View GitHub Profile
@bzg
bzg / clojure-data-zip-xml.clj
Last active April 13, 2017 07:17
Make xml-> return empty strings instead of skipping non-matching nodes
(ns test
(:require [clojure.zip :as zip]
[clojure.data.xml :as xml]
[clojure.data.zip.xml :as zx]))
(def xml-example
"<top>
<id>
<desc>
<other>Something</other>
@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.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 / 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.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.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.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 / 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.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.