Getters / Setters in Java VS Ruby
Accessor methods let you “set” or “get” instance variables belonging to an object. Most Java programmers are introduced to getters and setters very... more »
1 commentsSave Tags: java, ruby
Indenting Python with VIM
VIM's default configuration for Python sucks! If you have used VIM to write Python code, you probably know this very well. It does not align to... more »
0 commentsSave Tags: how-to, python
Contributing towards Ubuntu
Contributing towards Ubuntu in small but meaningful ways.
0 commentsSave Tags: open source, opinion, unix-linux
Bruteforcing md5 in python
Python’s md5 library makes it is very easy to write a program to launch a dictionary attack against a given md5 hash very quickly.
0 commentsSave Tags: python, security
Python bindings for cracklib
python-crack module brings to Python programs the capability of evaluating password strength. To achieve this noble aim it uses the well known... more »
0 commentsSave Tags: python, security
The beginning of my love affair with python
Right now I am on a mission to learn python. Why you may ask? In my school there is a strong emphasis on java which is introduced to students as their... more »
0 commentsSave Tags: opinion, python