Skip to content

Instantly share code, notes, and snippets.

View imrehg's full-sized avatar
🐒
Chaos Monkey

Gergely Imreh imrehg

🐒
Chaos Monkey
View GitHub Profile
@imrehg
imrehg / gist:1216253
Created September 14, 2011 10:15
Pappers
http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=5101648&reason=concurrency
http://dx.doi.org/10.1063/1.321845
@imrehg
imrehg / book.txt
Created September 8, 2011 06:34
Book to download
http://onlinelibrary.wiley.com/book/10.1002/0471445428
@imrehg
imrehg / angry.py
Created July 13, 2011 08:26
Angry birds trajectory
"""
Angry birds trajectory calculation and plotting
"""
import numpy as np
import pylab as pl
#### Input parameters
Y = 2
X = 55
g = 10
@imrehg
imrehg / pymontage_roadmap.txt
Created June 7, 2009 12:13
Pymontage roadmap
PyMontage Roadmap:
0.1.0 release
* command line operation
* fragment pictures: fitting R/G/B/(R+G+B/3=BW) channels
* subdivision and fitting mosaic pictures
* finding best fitting fragments to build mosaic
* build mosaic (montage)
* handle jpeg files