Skip to content

Instantly share code, notes, and snippets.

View habi's full-sized avatar

David Haberthür habi

View GitHub Profile
@habi
habi / 1944_OSS_Simple_Sabotage_Field_Manual.md
Last active October 16, 2023 03:28 — forked from kennwhite/1944_OSS_Simple_Sabotage_Field_Manual.md
1944 OSS Simple Sabotage Field Manual
@habi
habi / .gitignore
Last active December 19, 2015 13:49 — forked from kogakure/.gitignore
*.aux
*.glo
*.idx
*.log
*.toc
*.ist
*.acn
*.acr
*.alg
*.bbl
@habi
habi / mtf.py
Last active December 17, 2015 20:49 — forked from stefanv/mtf.py
# based on https://gist.github.com/stefanv/2051954
from __future__ import division
import numpy as np
from pylab import *
from scipy import ndimage
import time
ion()