December 2009
4 posts
The Capacitor Plague →
Very well researched post should be interesting to people willing to pick up soldering irons to fix things to get some more mileage out of their gadgets and gizmo’s.
Finding the Number of zeroes in the product of all...
life-src:
rahuljose:
I am sure there is a simpler mathematical solution but this is good enough for now I have always been a brute force guy sadly
#include<stdio.h> void main() { int i; long double p=1; for(i=1;i<101;i++) { p=p*i; } printf("Product of all numbers between 1&100 is %LG \n",p); }
No Compiler installed no issues head to http://codepad.org/
PS:-
The...
Google Public DNS →
Google has very memorable IP addresses(8.8.8.8 andĀ 8.8.4.4) but for the time being I will be sticking to Comodo DNS due to the low ping times it gives me from my current location.Its worth remembering the IP Addresses though in case you are looking forĀ a quick fix to DNS issues.Here’s a very interesting post from their primary competitor OpenDNS.