You have got to be from a low-cost area of the country. You can make $20,000 a year at Best Buy, and when you go home you don't have to grade papers, and $40,000 is tech support.
Unless you have a reference or two for that, there's no way I can believe they pay teachers that little.
Although I do concede your main point, teachers aren't paid nearly enough.
Re:"Merge onto I-5 HAL" "Sorry Dave, I can't do th
on
Cars that Can't Crash?
·
· Score: 2, Informative
If your ABS came on, you were skidding, and you would not have stopped as fast if you didn't have ABS.
If ABS came on before you lost traction, your ABS sensor is broken.
The computer control stuff is what allows cars to be as good as they are today. If you prefer to not have that, restoring an old car to better than new condition can be done for less money than a new car today.
It means the entire 127.x.x.x block is loopback addresses, not just 127.0.0.1
Re:No hope for named warnings
on
GCC 4.0.0 Released
·
· Score: 2, Informative
Exactly, and that's what I want it to do, but it gets tricky when you're using templates...
template <class T> class safeint { template <class FromT> safeint (FromT const number) { // I know this test will fail sometimes, it's just an example. if (number < numeric_limits<T>::min()) { throw "You stink!"; } }; };
If FromT is an unsigned int, and T is an int, the check will never be true and should be optimized away. However, if it's the other way around, we need that check, or there can be overflow.
Also, I'd like to have the warning only disabled for that one line of code, so that if I make a mistake elsewhere the compiler will help me find it.
Visual C++ can do it, come on GNU!
No hope for named warnings
on
GCC 4.0.0 Released
·
· Score: 2, Interesting
Will named warnings never be impemented? Or numbered? Something that lets me turn off a warning for a particular line of code?
Have you ever tried writing an overflow safe integer class? I have, and I did, but I have to compile everything with -w because otherwise I get 40 pages of "condition will always be false due to limited range of data type". Bleh! If it will always be false, throw it away! I need the check in there for when the type will be a signed int.
Does anyone have a ray of hope? I love most of GCC's warnings, and have always been able to work around them, but in this case there's just no way to get rid of them.
A lunar eclipse is when Earth is between the Sun and the Moon. If you see a lunar eclipse on Earth, if you were on the moon at that same time, the whole thing would be dark.
Ah, but if an organism that has the potential to live forever has children that will someday be able to compete with and eventually kill it, better to kill it asap instead of waiting for it to get strong. In fact, it's better to not have children at all.
Only organisms that will die no matter what they do have a motivation for helping their children survive. Since organisms that do not die of old age will not evolve, organisms that do not die of old age will eventually be killed by those that do die of old age.
Try getting directions, then change to satellite view. Your route is still overlayed perfectly over the roads you need to take, even though the images are slightly different than the vector map.
This is one of the coolest things I've ever seen. If it was possible to center the Google map based on lat/lon, just imagine how easy it would be to write a script that took input from your GPS and used it to scroll the map.
I spent about 4 years in internet tech support, and pretty much everybody wants to delete their cookies for every problem imaginable.
Can't browse?
"How do I delete my cookies?"
Can't view SSL sites?
"I tried everything, even deleting my cookies."
Daughter's knocked up?
"I deleted her cookies."
It's a cute, easy to remember name, and every "tech" article geared toward unwashed masses reminds people to delete cookies. Even if they don't know how, they'll ask, and somehow a person that loses their taskbar every 3 days will remember how to clear cookies the first time they see it.
I don't think that there's anything wrong with being gay, and I don't think there's anything wrong with masturbation, but for some reason the idea of fucking yourself is just kind of gross to me...
Then, I read your post. Thanks, I'll never sleep again.
You said something about a downside?
That can be so fucking frustrating when you're working on a locked-up laptop...
You have got to be from a low-cost area of the country. You can make $20,000 a year at Best Buy, and when you go home you don't have to grade papers, and $40,000 is tech support.
Unless you have a reference or two for that, there's no way I can believe they pay teachers that little.
Although I do concede your main point, teachers aren't paid nearly enough.
It's unicode.
And the pickles?
Obviously, Falcarius utahensis got a girlfriend.
Tomato and spinach pizza, wtf.
If your ABS came on, you were skidding, and you would not have stopped as fast if you didn't have ABS.
If ABS came on before you lost traction, your ABS sensor is broken.
The computer control stuff is what allows cars to be as good as they are today. If you prefer to not have that, restoring an old car to better than new condition can be done for less money than a new car today.
Just one.
Put it out! Put it out!
It means the entire 127.x.x.x block is loopback addresses, not just 127.0.0.1
Exactly, and that's what I want it to do, but it gets tricky when you're using templates...
// I know this test will fail sometimes, it's just an example.
template <class T> class safeint {
template <class FromT> safeint (FromT const number) {
if (number < numeric_limits<T>::min()) {
throw "You stink!";
}
};
};
If FromT is an unsigned int, and T is an int, the check will never be true and should be optimized away. However, if it's the other way around, we need that check, or there can be overflow.
Also, I'd like to have the warning only disabled for that one line of code, so that if I make a mistake elsewhere the compiler will help me find it.
Visual C++ can do it, come on GNU!
Will named warnings never be impemented? Or numbered? Something that lets me turn off a warning for a particular line of code?
Have you ever tried writing an overflow safe integer class? I have, and I did, but I have to compile everything with -w because otherwise I get 40 pages of "condition will always be false due to limited range of data type". Bleh! If it will always be false, throw it away! I need the check in there for when the type will be a signed int.
Does anyone have a ray of hope? I love most of GCC's warnings, and have always been able to work around them, but in this case there's just no way to get rid of them.
No, that's a solar eclipse.
A lunar eclipse is when Earth is between the Sun and the Moon. If you see a lunar eclipse on Earth, if you were on the moon at that same time, the whole thing would be dark.
Ah, but if an organism that has the potential to live forever has children that will someday be able to compete with and eventually kill it, better to kill it asap instead of waiting for it to get strong. In fact, it's better to not have children at all.
Only organisms that will die no matter what they do have a motivation for helping their children survive. Since organisms that do not die of old age will not evolve, organisms that do not die of old age will eventually be killed by those that do die of old age.
Try getting directions, then change to satellite view. Your route is still overlayed perfectly over the roads you need to take, even though the images are slightly different than the vector map.
This is one of the coolest things I've ever seen. If it was possible to center the Google map based on lat/lon, just imagine how easy it would be to write a script that took input from your GPS and used it to scroll the map.
I'm surprised it's that low.
I spent about 4 years in internet tech support, and pretty much everybody wants to delete their cookies for every problem imaginable.
Can't browse?
"How do I delete my cookies?"
Can't view SSL sites?
"I tried everything, even deleting my cookies."
Daughter's knocked up?
"I deleted her cookies."
It's a cute, easy to remember name, and every "tech" article geared toward unwashed masses reminds people to delete cookies. Even if they don't know how, they'll ask, and somehow a person that loses their taskbar every 3 days will remember how to clear cookies the first time they see it.
Looks like you needs some help from Mr. <
You fail it too, it's 00 E1 F5 05.
Bugs, mostly.
Put each digit in a <p> element, put the whole thing in a <div class="phone"> then make a stylesheet with "div.phone p { display: inline; }"
If that's not enough for you I'm sure you can think of even more obfuscation, maybe by setting text direction to RTL or something.
Oh. My. God.
I don't think that there's anything wrong with being gay, and I don't think there's anything wrong with masturbation, but for some reason the idea of fucking yourself is just kind of gross to me...
Then, I read your post. Thanks, I'll never sleep again.
Your ass gets bigger with just a rumour of pregnancy? That explains a lot!
I don't know, but my car won't start.
Displays fine for me (FF 1.0). It's not even a particularly long table, it's broken up into 4 separate tables.
Fun for all ages, up to 1 player!
Don't forget the 10 minutes of vibrating eyes in the middle!