Too much work ? Slow servers ? Boss going crazy ? Nothing working out ? Feel like killing someone ? ?
| Oct 23 |
Bad day: whack your boss |
| Oct 21 |
103 Ways To Know Your Software Project Is Doomedinspired from: codesqueeze.com
|
| Oct 16 |
Pagination in mysql CLIEver wonder how to scroll upwards in mysl resultset ? What if your terminal doesn’t allow scrollback or the scrollback buffer is somehow set to sreen lines ? How to use MORE or LESS unix commands in mysql which would allow to scroll using ‘return’ or ’spacebar’ Follow the steps given below:
This also works under the unix ’screen’ terminal emulation |
| Sep 09 |
10 Principles of the PHP MastersWith PHP’s widespread adoption,it’s almost too easy to find a script or snippet to do exactly what you need. Unfortunately, there’s no filter as to what is a “good practice” and what’s, well… not so good when writing a PHP script. We need trustworthy sources, who have proven they have a solid grasp on the best practices of PHP. We need PHP masters to show us the best principles to follow for high-grade PHP programming. |
| Aug 18 |
Fork BombA fork bomb works by creating a large number of processes very quickly in order to saturate the available space in the list of processes kept by the computer’s operating system. If the process table becomes saturated, no new programs may be started until another terminates. WikiPage : http://en.wikipedia.org/wiki/Fork_bomb while(1) pcntl_fork(); Note: Process Control support in PHP is not enabled by default. You have to compile the CGI or CLI version of PHP with –enable-pcntl configuration option when compiling PHP to enable Process Control support. |
| Aug 12 |
Sieve of Eratosthenes in PhPPrime Numbers: Positive natural numbers which has exactly two distinct natural number divisors 1 and itself. Sieve Of Eratosthenes is a computer algorithm to find out prime numbers upto a specified integer starting from 2. |
| Aug 12 |
Basic dead lock exampleA deadlock is a situation wherein two or more competing actions are waiting for the other to finish, and thus neither ever does. It is often seen in a paradox like ‘the chicken or the egg‘. |
| Aug 12 |
The Mighty Pengiun |
| Aug 10 |
Hello Lamp-World !Welcome to the world of LAMP.For all you disgraceful people who don’t know what it is, the definition:L = > Linux ( Its an operating system )
|


(4 votes, average: 4.50 out of 5)