August23
This is a quick snippet to generate random password quickly and also get them copied in your clipboard for fast using.
All you need is python, pwgen, libnotify and pygtk (using GNOME in this one
).
Tested on Debian Lenny.
Read the rest of this entry »
May31
A little something about Python:
“Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days.”
You want to start your Python project. You want to write something for your granny to surprise her with. Well let’s look at the things you can do first.
Read the rest of this entry »