Skip to content

Instantly share code, notes, and snippets.

@mthh
mthh / .block
Last active November 29, 2017 23:51
Sketchy map
license: gpl-3.0
border: no
@mthh
mthh / .block
Last active December 4, 2020 18:17
Canvas native API / Pixi canvas renderer
license: gpl-3.0
border: no
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.
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.
@mthh
mthh / .block
Last active November 21, 2017 22:42
"Cooperative" brush and tooltip II
license: gpl-3.0
border: no
@mthh
mthh / .block
Last active November 21, 2017 22:43
"Cooperative" brush and tooltip I
license: gpl-3.0
border: no
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
@author: mthh
"""
import numpy as np
import geopandas as gpd
import requests
import os
from subprocess import Popen, PIPE
@mthh
mthh / .block
Created November 10, 2017 07:42
license: gpl-3.0
border: no