Comment: Re:But why? (Score 2) 222
> to get the $.01 per transaction google currently gets.
more like 30% unfortunately for us Android developers... OK, that's shared with the carrier but still...
> to get the $.01 per transaction google currently gets.
more like 30% unfortunately for us Android developers... OK, that's shared with the carrier but still...
It's also possible that the dog liked the way the hearing aid tastes.
Yes, I believe that's the case. Ever noticed how dogs will also sniff around the ears when they meet new dogs. I know that my dog likes to smell the tissues I use to clean his ears and he also chewed the ear plugs my girlfriend left on a bed pillow once... and he's not really the type of dog that will eat anything he can get to.
So why is this considered news, let alone for nerds?
[...]
It is interesting to me however that fat cells secrete nasties.
Well it looks like you changed your mind as you were writing the post as the second paragraph implies you learned something reading the summary...
or at least it would be if it was "==" instead of "=" so next time I should double check before pointing problems in somebody else's code...
In any case, as others have posted, the loop termination is not correctly implemented but pointing out the weird termination because of a missing '<' is not as funny.
for (;;) {
int daysInYear = IsLeapYear (year) ? 366 : 365;
if (day = daysInYear) break;
day -= daysInYear; year += 1;
}This is what Knuth called an "N + 1/2" loop
No, this is what Knuth would call an infinite loop as there's no way to terminate the loop except on the last day of each year...
Starting July 9th, we will launch openmoko.com and start taking orders.
We're going to sell the Neo Base for $300. The Neo Advanced will be $450.
Don't hit me!! I'm in the Twilight Zone!!!