Webdev/Side Projects: Difference between revisions

m
Line 79: Line 79:
: '''Copy ShortURL''' is my favorite little Firefox add-on based on the Addons SDK. Right-click -> Copy ShortURL works well, but there's no convenient way to configure it yet. It's in urgent need of a preference window.
: '''Copy ShortURL''' is my favorite little Firefox add-on based on the Addons SDK. Right-click -> Copy ShortURL works well, but there's no convenient way to configure it yet. It's in urgent need of a preference window.
; [https://github.com/fwenzel/python-bcrypt Python-Bcrypt]
; [https://github.com/fwenzel/python-bcrypt Python-Bcrypt]
: '''python-bcrypt''' is a pure Python implementation of bcrypt. It works, but is ridiculously slow in CPython (factor 300 slower than C), in PyPy a not-as-painful 10x slower than C. While it might never become a viable alternative to the py-bcrypt (the wrapped C library), it could use some optimization love (make sure it never exceeds 32bit ints?) if you're into this kind of thing.
: '''python-bcrypt''' is a pure Python implementation of bcrypt. It works, but is ridiculously slow in CPython (factor 300 slower than C), in PyPy a not-as-painful 10x slower than C. While it might never become a viable alternative to py-bcrypt (the wrapped C library), it could use some optimization love (make sure it never exceeds 32bit ints?) if you're into this kind of thing.
; [https://github.com/fwenzel/stapler Stapler]
; [https://github.com/fwenzel/stapler Stapler]
: A small PDF manipulation tool written in Python. It makes use of the PyPDF library to act as a somewhat more lightweight alternative to [pdftk http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/]
: A small PDF manipulation tool written in Python. It makes use of the PyPDF library to act as a somewhat more lightweight alternative to [pdftk http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/]
Confirmed users
1,209

edits