LAMP How To – Open Source At Work

Only Passion Matters

Entries for September, 2010

Google Ads Error

sometimes you get script errors in your browser when you run google ads. It is most likely that you have flash in the ads.
Based on normal broadband speed, there is a very high chance that the full page is rendered even before the flash ad started downloading (as it gets redirected to a 3rd [...]

Making every row uniq in multiple files

There are times when we want uniq rows in different files. One good example is when we have emails that spans across multiple csv and we dont want them to be replicated. I wrote this script and it seems to do the job well…. Depending on the size of the files, it might take a [...]

Basic GIT tutorial: centralised and decentralised model

Git is fast becoming the most popular versioning control system in the market today. It is open sourced and offers a number of significant advantages over svn. SVN will probably still be around for a while because a lot of people and software are still dependent on it or don’t see a need for change. [...]