Categories
- Blog (101)
- Lua (13)
- Miscellaneous (46)
- Photos (6)
- Programming (31)
- Python (15)
- Sample (3)
- Web Design (3)
- Writing (2)
- Portfolio (40)
- Snippets (27)
- Blog (101)
Tag Archives: django
Rocket: A Lua Sqlite3 ORM manager
Relational databases are designed so that they can both store and describe data. Most programming level APIs do wonderful jobs of maintaining the former aspect. I mean, what ORM doesn’t automatically map the insert method to the so very generic…
Chroma-Hash implementation in Python
I’ve just read an experiment by mattt.me about creating a multi-colored area beside the password area in order to let people who have extremely long passwords know that their passwords matches.
http://mattt.me/2009/07/chroma-hash-a-belated-introduction/
Personally I thought that this is an extremely…
Posted in Programming, Python, Snippets
Tagged algorithm, Chroma, cool, django, encryption, Hash, MD5, neat, password, Python, server, visualization, web
Leave a comment