Skip to content

Instantly share code, notes, and snippets.

@kielni
kielni / heic_to_jpg.py
Last active June 24, 2018 02:35
Convert .heic files to .jpg with imagmagick
import os
import os.path
from subprocess import call
'''
install heic dependencies:
brew install libde265
brew install libelf
install imagemagick with libheif
@kielni
kielni / tokyo-kyoto-shinkansen.geojson
Created July 2, 2018 04:08
Tokyo to Kyoto shinkansen route in geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kielni
kielni / kinosaki-kyoto-osaka.geojson
Created July 2, 2018 04:10
Kinosakionsen to Kyoto to Osaka train route in GeoJSON
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kielni
kielni / db.ipynb
Created March 17, 2021 18:34
Query strategy and database bloat
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.