A repository of my thoughts, a blog, a source to get insight, know-hows, my views on Software Development and everything else in between......
Showing posts with label fun. Show all posts
Showing posts with label fun. Show all posts
Wednesday, April 14, 2010
Tuesday, August 18, 2009
Saturday, July 21, 2007
Help needed to fix this bug
#include stdio.h;
#define LAST 10
int main()
{
int i, sum = 0;
for ( i = 1; i < = LAST; i++ )
{
sum += i;
}
/*-for-*/
printf("sum = %d\n", sum);
return 0;
}
Saturday, July 14, 2007
Eye Strain: The Startrek Explanation
"That's because electromagnetic radiation from the cathode ray tube in the 3 centimeter range of the electromagnetic spectrum interferes with gamma waves of the corpus callosum splenium portion of the brain, causing a sympathetic excitation of the parahippocampal gyrus, on a sub
quantum level, which sets up an interference wave in the 400 to 700 nanometer range, changing the linear interpretation of the space/time continuum to a logarithmic interpretation."
quantum level, which sets up an interference wave in the 400 to 700 nanometer range, changing the linear interpretation of the space/time continuum to a logarithmic interpretation."
Subscribe to:
Posts (Atom)

