Lets be real here, Sony has better games and we all know EA Sports games can be had on any platform. Consoles are not worth buy because of exclusive games. It is a matter of personal preference and how many of your friends own the same console. To me, XBox has no value that isn't provided by PS platform. Sony has kept me happy and I intend to stick with them.
Me, I'd pay a square kid in my block to carry my tag home, call my parent with my super cool DoCoMo cell phone and tell them I'll be studying with a friend so I can get into a good cram school. Parent's violation of my privacy problem solved.
You seem bitter, were you bullied by a football player in high school? If you were, I'd like to apologies on behalf of all the football players in the world.
The reason why the clock stops is because football is the only sport where you have to make full use of all your muscles on every play. No one can play football on a high level without resting. If you really think football is easy sport you're mistaken.
People don't watch football to see people get hurt or for the violence, whatever that means. Ask any fan! It ain't boxing man. It is about nice runs, throws, and catches. It's about team play, last minute field goals, fumbles, and INTs.
You obviously don't understand the game. Football isn't about violence. It is a game of skills. People get hurt playing it but the objective of the game is not to hurt people.
Spend some time understanding the game then go outside and play some flag football. Once done, come back and tell me it isn't fun.
NFL Football is a 20 billion dollar business. They must be doing something right. I mean, a boring sport wouldn't be able to pull the kind of money in.
Wind River changed its strategy once they realize they will eventually be marginalized unless they adapt. I think Microsoft will eventually adapt. When that will happen, no one knows.
I know this mate, but the public at large does indeed understand Arabic quite well. As in most Islamic nations all the general words and phrases are taught to kids.
I'm currently generating my own test data and you'll probably have to do the same. Data is precious commodity and the more real it is the less likely it will be publicized. I would be fired if I make my current test data public.
Honest to god I was told by a Best Buy sales associate that "If I didn't like the mp3 player, I can return it, file for rebate and come out on top." I think Best Buy needs to invest in employee training first before moving on to "firing" customers.
I have a Java certification and I am embarrassed by it. The exam could be passed by any talentless monkey. The only reason why I took it was because someone else paid for it. I didn't even study for that shit.
Re:Caught up with the speed, but still the ugliest
on
Java Faster Than C++?
·
· Score: 1
If this person doesn't know what the error messages mean or where to look to find out then it is safe to assume that they are not capable of writing optimized code. Just look at his hash code. He uses a strcmp function in the c++ code to perform string comparison where as java uses hash based comparison in containsKey function. The fact that Java keeps track of table of hash codes in memory helped its performance tremendously. The code structure isn't consistent either.
One can clearly tell that the gentleman is not experienced in writing optimized code.
Re:Caught up with the speed, but still the ugliest
on
Java Faster Than C++?
·
· Score: 1
What if I were to tell you I use mozilla? You would have looked a lot smarter if you had told me to "select HTML Formatted" before making a post or even preview your post before pressing the submit button.
Re:Caught up with the speed, but still the ugliest
on
Java Faster Than C++?
·
· Score: 4, Insightful
Im sorry but someone who says "I've never been very good at decoding GCC's error messages" is not competent enough to perform performance comparison. This performance test is a shame and shouldnt be taken seriously.
I thank Gmail for lighting fire under Yahoo! Without Gmail, Yahoo! would have been happy with the status quo. I'm still going to get a Gmail account for posterity but I'm now going to stick with Yahoo! as my primary email account in large part because of the mail limit increase.
I also agree that Yahoo! has more experience. They have been good to me for the past 5 years.
Every problem in the world can be explained with a sentence that contains the "jealous." The guy is obviously pissed but that doesn't necessarily mean he is telling lies. If you simply put yourself in his shoes you'd be pissed to.
Lets be real here, Sony has better games and we all know EA Sports games can be had on any platform. Consoles are not worth buy because of exclusive games. It is a matter of personal preference and how many of your friends own the same console. To me, XBox has no value that isn't provided by PS platform. Sony has kept me happy and I intend to stick with them.
That's doable who's going buy them? Certainly not profession photographers.
Me, I'd pay a square kid in my block to carry my tag home, call my parent with my super cool DoCoMo cell phone and tell them I'll be studying with a friend so I can get into a good cram school. Parent's violation of my privacy problem solved.
You seem bitter, were you bullied by a football player in high school? If you were, I'd like to apologies on behalf of all the football players in the world.
The reason why the clock stops is because football is the only sport where you have to make full use of all your muscles on every play. No one can play football on a high level without resting. If you really think football is easy sport you're mistaken.
People don't watch football to see people get hurt or for the violence, whatever that means. Ask any fan! It ain't boxing man. It is about nice runs, throws, and catches. It's about team play, last minute field goals, fumbles, and INTs.
You obviously don't understand the game. Football isn't about violence. It is a game of skills. People get hurt playing it but the objective of the game is not to hurt people.
Spend some time understanding the game then go outside and play some flag football. Once done, come back and tell me it isn't fun.
NFL Football is a 20 billion dollar business. They must be doing something right. I mean, a boring sport wouldn't be able to pull the kind of money in.
Wind River changed its strategy once they realize they will eventually be marginalized unless they adapt. I think Microsoft will eventually adapt. When that will happen, no one knows.
Yes, it is almost that time of the year again, where we give our money to the NFL and DirectTV.
Hail to the Redskins! Joe Gibbs is back!!!!!
I know this mate, but the public at large does indeed understand Arabic quite well. As in most Islamic nations all the general words and phrases are taught to kids.
Mates, it's a ploy, speaking Arabic is a prerequisite for invasion. Iran and Syria here we come.
I'm currently generating my own test data and you'll probably have to do the same. Data is precious commodity and the more real it is the less likely it will be publicized. I would be fired if I make my current test data public.
I personally take return policy quite seriously. CompUSA has an egregious return policy therefore I don't shop there.
Honest to god I was told by a Best Buy sales associate that "If I didn't like the mp3 player, I can return it, file for rebate and come out on top." I think Best Buy needs to invest in employee training first before moving on to "firing" customers.
lol...never mind that you said gigs but 800+? With your smarts I'm surprised you don't know the exact amount of ram you have. Must be a slow day.
I'm not your son you old fart.
You can't go wrong with Bryan Adams, Sting, and Lionel Richie. It's universal music.
We have zero hot chick developers at my company! I don't know about you, but I'm ready for some change.
What is your take on Bean counting? Are you mythological or pathological bean counter?
I have a Java certification and I am embarrassed by it. The exam could be passed by any talentless monkey. The only reason why I took it was because someone else paid for it. I didn't even study for that shit.
If this person doesn't know what the error messages mean or where to look to find out then it is safe to assume that they are not capable of writing optimized code. Just look at his hash code. He uses a strcmp function in the c++ code to perform string comparison where as java uses hash based comparison in containsKey function. The fact that Java keeps track of table of hash codes in memory helped its performance tremendously. The code structure isn't consistent either.
One can clearly tell that the gentleman is not experienced in writing optimized code.
What if I were to tell you I use mozilla? You would have looked a lot smarter if you had told me to "select HTML Formatted" before making a post or even preview your post before pressing the submit button.
Im sorry but someone who says "I've never been very good at decoding GCC's error messages" is not competent enough to perform performance comparison. This performance test is a shame and shouldnt be taken seriously.
I thank Gmail for lighting fire under Yahoo! Without Gmail, Yahoo! would have been happy with the status quo. I'm still going to get a Gmail account for posterity but I'm now going to stick with Yahoo! as my primary email account in large part because of the mail limit increase.
I also agree that Yahoo! has more experience. They have been good to me for the past 5 years.
My of springs will be watching football on that very Sunday while most will be in church.
Every problem in the world can be explained with a sentence that contains the "jealous." The guy is obviously pissed but that doesn't necessarily mean he is telling lies. If you simply put yourself in his shoes you'd be pissed to.
Bill Gates wants to buy them and have them work for him. He has more money!