All the information from tech books is already available freely on the net in some form. Historical data never goes out of date though, and is much harder to come buy. I'd buy the rights to newspaper archives.
Re:Why are we hiding from the police, daddy?
on
Vim 6.4 Released
·
· Score: 3, Insightful
Remap the (totally useless) CapsLock key to escape. Voila!
Second that. You might have trouble getting the english version though, as it's been out of print for a while (a german version is available). Looks like it's being re-released though.
I'll try once more with escaped <'s// fast if (a <= b) {
if (a < b) {
return -1;
}
return 0; } return 1;// slow if (a < b) {
return -1; } else if (b < a) {
return 1; } else {
return 0; }
Knowledge of the input data can help you or your compiler put the right jump first, but there is never any need for two compares in there. Organizing the code like this helps the compiler optimize it correctly. I did learn this the hard way, and therefore always organize my compares like this inside sorts.
Of course this depends on your compiler and version, but there's nothing wrong with having some knowledge of your compiler when you're writing performance crititcal code.
Bah, this whining about cheaters is much more annoying than cheating itself in ET.
I've played this game *way* to much since the day it came out, both on public servers and in clan matches. I run a fairly popular public server myself (with my clan-mates), and cheating has never been a problem for me. Sure, I've seen a few, but they're either really easy to pick out, or they're just so bad that their cheating really isn't helping.
There are some really awesome players and clans out there though, it amazes me to see how good people can get at computer games (especially the teamwork part of it).
Re:Does it work properly/completely with Opera yet
on
Gmail Adds Features
·
· Score: 1
Relevant story: I was ordering some plane tickets, and managed to find some at the lowest price (they have a number of tickets at each price point). Clicked through all the forms and was just about to confirm the order when (lo and behold) firefox crashed on me. Signed back on to reissue the order, and the cheapest tickets were all taken. So firefox crashing has cost me 500 NOK (~80$) this week...
I am seriously hooked on Enemy Territory. It's free (download from www.splashdamage.com), runs great on linux, and is open source.
Find a server where you like the crowd, and stay there. Having people curse at you for beeing a "noob" really kills the fun, but not every server is like that.
Otherwise, since piracy = terrorism, the evil regime in Oslo would be supporting terrorism, and we'll soon have triggerhappy american soldiers on our doorstep coming to "liberate" us.
All the information from tech books is already available freely on the net in some form. Historical data never goes out of date though, and is much harder to come buy. I'd buy the rights to newspaper archives.
Remap the (totally useless) CapsLock key to escape. Voila!
Second that. You might have trouble getting the english version though, as it's been out of print for a while (a german version is available). Looks like it's being re-released though.
Check the top rated games at BoardGameGeek. My personal favourite is Puerto Rico.
I'll try once more with escaped <'s // fast // slow
if (a <= b) {
if (a < b) {
return -1;
}
return 0;
}
return 1;
if (a < b) {
return -1;
} else if (b < a) {
return 1;
} else {
return 0;
}
Knowledge of the input data can help you or your compiler put the right jump first, but there is never any need for two compares in there. Organizing the code like this helps the compiler optimize it correctly. I did learn this the hard way, and therefore always organize my compares like this inside sorts.
Of course this depends on your compiler and version, but there's nothing wrong with having some knowledge of your compiler when you're writing performance crititcal code.
I'll give you one (might be posted already, but I cba to go through every post):
:
Inside your sorting function, do
if (a = b) {
if (a b) {
return -1;
}
return 0;
}
return 1;
instead of
if (a b) {
return -1;
} else if (b a) {
return 1;
} else {
return 0;
}
At least with my gcc with -O3, the first one is a single cmp, while the last one is two.
Doesn't it have caching? It does for me...
= Yahoo!+Search&toggle=1&ei=UTF-8&u=slashdot.org/&w= slashdot&d=B39B09F5C0&icp=1&.intl=us
http://216.109.117.135/search/cache?p=slashdot&sm
Bah, this whining about cheaters is much more annoying than cheating itself in ET.
I've played this game *way* to much since the day it came out, both on public servers and in clan matches. I run a fairly popular public server myself (with my clan-mates), and cheating has never been a problem for me. Sure, I've seen a few, but they're either really easy to pick out, or they're just so bad that their cheating really isn't helping.
There are some really awesome players and clans out there though, it amazes me to see how good people can get at computer games (especially the teamwork part of it).
Relevant story: I was ordering some plane tickets, and managed to find some at the lowest price (they have a number of tickets at each price point). Clicked through all the forms and was just about to confirm the order when (lo and behold) firefox crashed on me. Signed back on to reissue the order, and the cheapest tickets were all taken. So firefox crashing has cost me 500 NOK (~80$) this week...
I am seriously hooked on Enemy Territory. It's free (download from www.splashdamage.com), runs great on linux, and is open source.
Find a server where you like the crowd, and stay there. Having people curse at you for beeing a "noob" really kills the fun, but not every server is like that.
NVTV works great for me (in combination with xine/mplayer)
Otherwise, since piracy = terrorism, the evil regime in Oslo would be supporting terrorism, and we'll soon have triggerhappy american soldiers on our doorstep coming to "liberate" us.
To make this work:
/ clonewar_lg.html http://starwars.apple.com/ep2/clone_war/media/gate /ep2_clone_war_p640.mov
wget --referer=http://starwars.apple.com/ep2/clone_war