Author: కృష్ణ బాబు
One liners about India
One liners about India that are completely true : 1. If you want to know how divided we are, just look at matrimonial page of our newspaper 2. India is running the software of tomorrow on the...
యమ లోకములో హైఅలర్ట్... సిబ్బంది సెలవులు రద్దు సెలవుల్లో వున్నవారు తక్షణమే...
మహా మౌని, ఆద్యాత్మకం.! రమణీయం..! నేడే భగవాన్ రమణ మహర్షి జయంతి* భగవంతుణ్ణి నీ...
!A small reminder! Don't be so excited about New Year..... Only the calendar will change..... Wife, Boss,salary,Job and Targets will remain the same.!!!!
Passages for handwriting practice
Emma has a new bicycle. It is bright pink and shiny. it was a gift from her uncle. He hid it behind a bush to surprise her. When Emma looked behind the bush and saw the bicycle, she jumped for joy....
Sentences for handwriting practice
The quick brown fox jumps over the lazy dog A penny saved is a penny earned It's fun to do other impossible The truth is the strongest argument Make each day your masterpiece Learning never exhausts...
Enable FreeType and recompile PHP on Linux
FreeType library is typically required along with GD library in PHP. This will enable usage of imagettftext() and other functions. Install FreeType Install FreeType library first at OS level. # yum...
xdebug code in php.ini for Netbeans
After enabling XDebug extension, give this code in php.ini to attach Netbeans to Xdebug. xdebug.remote_enable=on xdebug.remote_log="/var/log/xdebug.log" xdebug.remote_host=localhost...
SVN Ignore folder
svn propset svn:ignore "*" /path/to/dir This command will ignore specific paths from committing into svn.