Skip to content

Instantly share code, notes, and snippets.

View mat's full-sized avatar

Matthias Lüdtke mat

View GitHub Profile
@mat
mat / artifacts.py
Last active January 19, 2016 13:00
Pillow PNG artifacts
#!/usr/bin/python
# -*- coding: utf-8 -*-
# This script reproduces the issue with artifacts when
# handling (semi)transparent PNG files:
# https://github.com/python-pillow/Pillow/issues/1449
# Version used:
#
@mat
mat / poor_time_machine.txt
Created December 3, 2015 14:36
Poor Man's TimeMachine Backup
TimeMachine using cron and rsync ;-)
Backs up in two intervals: 10 and 60 minutes
$ crontab -l
*/10 * * * * rsync -a -q --delete ~/projects/ ~/Desktop/projects10/
0 * * * * rsync -a -q --delete ~/projects/ ~/Desktop/projects60/
@mat
mat / mozjpeg_mac_os_x.markdown
Created December 8, 2015 18:20
Building mozjpeg 3.1 on Mac OS X
@mat
mat / hey.txt
Created July 27, 2017 10:56
hey load testing
# https://github.com/rakyll/hey
./hey https://google.com
Summary:
Total: 0.8679 secs
Slowest: 0.5881 secs
Fastest: 0.0710 secs
Average: 0.1778 secs
Requests/sec: 230.4501
@mat
mat / msci-world-performance.csv
Created November 21, 2017 12:47
MSCI World Performance
Year MSCI World Inflation Germany Net Growth
1970 -1.98% 3.1% -5.08%
1971 19.56% 4.7% 14.86%
1972 23.55% 4.6% 18.95%
1973 -14.51% 6.6% -21.11%
1974 -24.48% 7.2% -31.68%
1975 34.50% 5.4% 29.10%
1976 14.71% 3.2% 11.51%
1977 5.00% 3.9% 1.10%
1978 18.22% 2.4% 15.82%