Simplify bashrc Edits

Posted by SibProgrammer on October 07, 2010|Comments|Read full article

Recently I found very interesting alias, which can simplify .bashrc edits. The alias is here…

Bash with Colors

Posted by SibProgrammer on October 06, 2010|Comments|Read full article

I like to use colors in my *nix terminals. Information visualization speeds up the development. At least I think so :)

Unique Objects Identifiers in PHP

Posted by SibProgrammer on October 06, 2010|Comments|Read full article

Today during optimization session of one application, I found spl_object_hash function very useful.