Skip to content

Instantly share code, notes, and snippets.

View bzg's full-sized avatar
🎯
Focusing

Bastien bzg

🎯
Focusing
View GitHub Profile
@bzg
bzg / gist:2fc136b176690ee7f1e7
Created March 1, 2016 18:07
Use imagemagick to rotate pictures in a directory
#!/bin/bash
# Uses http://www.imagemagick.org
find . -name "*.jpg" | while read file; do
convert "$file" -rotate 15 "$file"_rotated.jpg
done
@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.
@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.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.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.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.