Confirmed users
1,209
edits
Groovecoder (talk | contribs) |
(→wenzel) |
||
Line 74: | Line 74: | ||
== tofumatt == | == tofumatt == | ||
== wenzel == | == wenzel == | ||
; [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! | |||
; [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. | |||
; [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. | |||
; [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/] | |||
; [https://github.com/fwenzel/millimeter Millimeter] | |||
: A simple Django-based, private (i.e., login-only) URL shortener. If you want to play with django-piston (or so), it should be really easy to add an API. | |||
== wil == | == wil == | ||
== willkg == | == willkg == |