Posts

Showing posts with the label php

Replacing Methods

Hehe, it might sound really ridiculous to some but this is how you replace a word in all select file types and backup the existing file into a extension called .bak % ruby -i.bak -pe 'sub "foo", "bar"' *.[ch] but this is for ruby though. :P still yet to figure out for unix. I think its time for me to install ubuntu again.

Evolution of Hackers

http://www.ariel.com.au/jokes/The_Evolution_of_a_Programmer.html This page shows you the evolution of man and the programming world all the way from High School to Senior Executives. If you want some fun on your Tuesday morning. :)