Webdev/Side Projects: Difference between revisions

m
Line 108: Line 108:
== wenzel ==
== wenzel ==
; [https://github.com/fwenzel/woerterbuch Wörterbuch]
; [https://github.com/fwenzel/woerterbuch Wörterbuch]
: '''Wörterbuch''' (German for: dictionary) is a German UrbanDictionary clone (such sites exist, but they all suck). I use it as an excuse to play with Flask and MongoDB. It doesn't do much yet, nor have I staged it anywhere. Baby steps!
: Wörterbuch (German for: dictionary) is a German UrbanDictionary clone (such sites exist, but they all suck). I use it as an excuse to play with Flask and MongoDB. It doesn't do much yet, nor have I staged it anywhere. Baby steps!
; [https://github.com/fwenzel/copy-shorturl Copy ShortURL]
; [https://github.com/fwenzel/copy-shorturl Copy ShortURL]
: '''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 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 [http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ pdftk]
: A small PDF manipulation tool written in Python. It makes use of the PyPDF library to act as a somewhat more lightweight alternative to [http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ pdftk]
Confirmed users
1,209

edits