Internet Explorer is a program that allows you to access the Internet. And vice versa.
$ ping pioneer10
Pinging pioneer10 with 32 bytes of data:
Reply from pioneer10: bytes=32 time=78300000ms TTL=128
Reply from pioneer10: bytes=32 time=78300000ms TTL=128
Reply from pioneer10: bytes=32 time=78300000ms TTL=128
Reply from pioneer10: bytes=32 time=78300000ms TTL=128
Ping statistics for pioneer10:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds: Minimum = 78300000ms, Maximum = 78300000ms, Average = 78300000ms
-- Simon.Quigley@melissajoanhart.
#define BITCOUNT(x) (((BX_(x)+(BX_(x)>>4)) & 0x0F0F0F0F) % 255)
#define BX_(x) ((x) - (((x)>>1)&0x77777777) \
- (((x)>>2)&0x33333333) \
- (((x)>>3)&0x11111111))
-- really weird C code to count the number of bits in a word
--
I mean, I read all the links, but I still can't understand a thing. Can anyone explain it
to me as if I were a 6 year old?
Sure.
You'll understand when you're older. Now go and play with your toys!
I think the idea is based on the concept of taking a bomb on a plane, so that you know that if there is a bomb, you have it and you know you won't set it off.
The idea here is that since there are going to be n security flaws, Microsoft might as well know where they are, so they put in deliberate ones.
Our documentation manager was showing her two year old son around the office. He was introduced to me, at which time he pointed out that we
were both holding bags of popcorn. We were both holding bottles of juice. But only *he* had a lollipop.
He asked his mother, "Why doesn't HE have a lollipop?"
Her reply:
"He can have a lollipop any time he wants to. That's what it
means to be a programmer."