Categories
- Blog (104)
- Lua (13)
- Miscellaneous (48)
- Photos (6)
- Programming (33)
- Python (15)
- Sample (3)
- Web Design (3)
- Writing (2)
- Portfolio (40)
- Snippets (28)
- Blog (104)
Monthly Archives: July 2009
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
Overcomplicated Hello World example in Lua
As we all know, writing a hello world script in Lua consists of no more and no less then the simple use of print(“Hello World!”). However, given the simplicity of such a task, I set out to create something much…
Posted in Lua, Programming, Snippets
Leave a comment
Auto-restart in (Python) and subprocess.Popen goodness
This is an auto-restart script for Orbited, but it can be modified to be used with other apps. This is presuming that there’s only one instance with that name running.
Basically, this script takes into account the fact that if…
Posted in Programming, Python, Snippets
Tagged auto, autostart, bash, code, goodness, grep, kill, linux, omg, orbited, pipes, Popen, process, Programming, ps, Python, Python 2.5, Python 3.0, restart, subprocess, task manager, unix
Leave a comment
How-To: Use Zlib and Ez_Setup.py in Python 2.5
As many have noticed while install easy_install on Python 2.5, a mysterious message appears that a previously very prevalent package has disappeared from python.
[root@server]# python Python 2.5.4 (r254:67916, Jul 11 2009, 12:13:45) [GCC 4.1.2 20080704 (Red
…
Posted in Programming, Python, Snippets
Leave a comment
