/python-snipplets

Some snipplets i've done during this time

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

#Snipplets

GPBB

Mike Abrash Book (http://orangetide.com/graphics_programming_black_book/pdf/) downloader and appender usign urllib2,BeautifulSoup and PyPDF2, with proxy support (Downloads all the files in current directory where the script is and after appending all pdf's, cleans the directory)

Entropy

Small snipplet with some functions for measuring the entropy of data

Html generator

Simple generator of html from python

Cache

Cache decorator