Something like jshot http://jshot.info/ you mean? Works great for me on Mac and Windoze. I don't know or care about the.02% of Linux garbage. Maybe if the Linux clowns could get their act together......
What about Flash? That installs a google toolbar and McAfee and doesn't even give me a choice. Where's the rage? I guess cause it's a google toolbar it's OK then?
I wish one of these clowns would spend their money bringing Hubble home. It's done so much - it would be awesome to have it at the air and space museum. OR at least buy Captain Marvel from DC and give it to Marvel Comics./s
structs: open your project and change a class to a struct - recompile. Everything is fine except YOUR APP IS NOW TOTALLY BROKEN.
"And the difference with explicit getX/setX calls is?.. "
In C# Foo is just as expensive as GetFoo() - that fact is just hidden from you.
It's obvious to see where performance deficits lie in code like this:
for (int j=0; j getTotal(); j++) { }
rather than for (int j=0; j Total; j++) { }
See the difference?
"Indeed - writing a.multiply(b.divide(c)).negate() is so much more convenient than -a*b/c when you're working with something like BigInteger - right?"
Except that it's abused when this is used for non numeric purposes like er, Microsoft does with event handling code. I agree that bigint should have an overloaded operator - as long as operators are not definable by the dev.
Because I want this thread to be even longer than it already is.
ntr
Something like jshot http://jshot.info/ you mean? Works great for me on Mac and Windoze. I don't know or care about the .02% of Linux garbage. Maybe if the Linux clowns could get their act together. .....
Citation? I thought not. Try harder.
What about Flash? That installs a google toolbar and McAfee and doesn't even give me a choice. Where's the rage? I guess cause it's a google toolbar it's OK then?
Citation? I thought not.
Nice troll.
Flip phones with Star Trek sounds of course!
NTR
It's all a matter of effort. See http://jshot.info/ for an example. And AVG is written in QT and is awful in Windows.
That's what Java *does*. FTFY.
For the kids out there:
http://stackoverflow.com/questions/143374/call-151-what-did-it-do-on-the-apple
Why didn't Oracle sue over the Trademark instead? It worked for Sun against Microsoft.
I don't trust Digg anymore with anything.
I wish one of these clowns would spend their money bringing Hubble home. It's done so much - it would be awesome to have it at the air and space museum. OR at least buy Captain Marvel from DC and give it to Marvel Comics. /s
I love my T430s - can't comment on newer ones.
Er, Java and Flash are written in C or C++.
WTF does libre mean in this context? Or are we talking about Mexican wrestlers again?
Please if we all ignore Facebook maybe it will just go away. Wishful thinking....
Twenty years too late.
Java 96, .NET 20247. LOL.
Were all too busy with the change.org petition against Oracle.
Zuck wants to make it to the singularity. Sadly he probably will - the thought of him being alive in 1000 years is disheartening.
Open source Texas Holdem' http://www.pokerth.net/
Partial classes: He explains it better than me. http://www.whattofix.com/blog/archives/2006/05/partial_classes.php
structs: open your project and change a class to a struct - recompile. Everything is fine except YOUR APP IS NOW TOTALLY BROKEN.
"And the difference with explicit getX/setX calls is?.. "
In C# Foo is just as expensive as GetFoo() - that fact is just hidden from you.
It's obvious to see where performance deficits lie in code like this:
for (int j=0; j getTotal(); j++) {
}
rather than
for (int j=0; j Total; j++) {
}
See the difference?
"Indeed - writing a.multiply(b.divide(c)).negate() is so much more convenient than -a*b/c when you're working with something like BigInteger - right?"
Except that it's abused when this is used for non numeric purposes like er, Microsoft does with event handling code. I agree that bigint should have an overloaded operator - as long as operators are not definable by the dev.