It's clean because it doesn't do anything...there's a few lines of text and...not much else....
Try signing in and clicking on the Portfolio link in the upper right. It allows you to enter what stocks you own, how many shares, and what price you bought them at. It then tracks the return on your investment. Even if you don't own stocks, you could use this for easy virtual trading to try your hand at the market.
I fail to see how the term 'open-source' is applicable to a translation.
You could make the argument that the source of the translation is open, as it wasn't performed by a government entity or some other unknown translation service. -- The Games section is pretty now!
What if it turns out that the document is talking about something that the US finds it needs to classify?
From the article:
US intelligence officials say nearly all the documents released have been given at least a cursory reading by Arabic experts. Beth Marple, Negroponte's deputy press secretary, said amateur translators won't find any major surprises, such as proof Hussein hid stockpiles of chemical weapons.
Didn't all 17 or 18 of the political candidates that Kos openly endorsed lose? I'm not sure what in this kind of track record would qualify Markos to write a book on the subject...
Are there really any examples of "homebrew" games for modern systems?
I don't know if this counts, but there is the newly available "Mario Adventure," which was produced by an individual who hacked the SMB3 game engine to produce an entirely new 2-D Mario adventure. I played it on my Dreamcast last night, and it is a great deal of fun.
The Onion advertises and sells goods through its website and hardcopy version, which is indeed "commercial."
Moreover, if the US Code states that the seal "is not to be used in connection with commercial ventures or products in any way that suggests presidential support or endorsement," then that pretty much paves the way for the White House to decide where the seal can be used.
Looks like the Onion is out of luck. (And out of humor too, starting about a year and a half ago, IMHO.)
and correct me if I'm wrong, but does the above just remove all single and double quotes from all GET and POST vars? Some people may need those characters... Why not just use stripslashes (if you have magic quoting on) and mysql_escape_string? foreach ($_GET as $key => $val) $_GET[$key] = stripslashes($val);
$query = "UPDATE... SET `field`='".mysql_escape_string($_GET["foo"])."' WHERE... ";
Actually, I realized right after I submitted the comment that it should be 40% under 15 and 20% ages 15-19, since it is 20% *under* 20. Oh well.
Re:mistake in the article
on
Homer Becomes Omar
·
· Score: 4, Informative
The article writers have made a mistake in addition. 60% of the population is below 20, and 40% is under 15, that makes 100% of the population under 21
40% under 15 + 20% ages 16 - 20 ================== = 60% under 20
Just have a script on your mailserver to link a script to write the email (breaking down into the various fields) and attachment to a relational database.
I wrote a set of PHP scripts a couple months ago that will do exactly this. If anyone's interested, e-mail me for a zip of the files: cfinke at gmail.com
On CNN the other day, I heard this referred to as "survival of the fittest," which was one of the dumbest things I had heard in weeks. The anchor implied that because tuskless elephants used to be 5% of the elephant population and now they're 8%, this means that more elephants are being born with the tuskless gene, which could be completely false. If I have 100 elephants, 5 of them tuskless, and I kill 37 of the tusked elephants, 8% of the elephants are now tuskless - Darwin it ain't.
What are you, some kind of Batman expert? He's got buttloads of superpowers. Like... samurai sword powers, wall-climbing powers, and this sweet arm blade...
The reason you've probably never seen a good/complete apartment map is because of the limitations of the rendering engine. I've just about finished what I think is a great (and greatly detailed) map of my apartment building, but I can't get it to compile because there's too much detail/too many polygons (MAX_MAP_MODELS and MAX_MAP_CLIPNODES, for anyone else who does HL/CS mapping). I've gone as far as deleting all of the furniture/irregularly shaped objects in the map, but just having 3 floors of 30 empty 2-room apartments is too much for the compiler. Oh, and there aren't any crates in my map.
(Off-topic: If anyone has some hints on how to easily fix these errors, I'd love to hear it.)
No, mod parent -10 Troll. In the linked article, Tom Ridge doesn't admit that they raised the terror alert level to boost Bush's ratings; he only said that he disagreed several times when the level was raised - nothing in the entire article about Bush's poll ratings. The grandparent poster is grasping at straws to support his skewed world view.
--
The Games section is pretty now!
--
Posted with the Slashdot Firefox extension.
I think it's a great idea, but how many people will have to translate a document with similar results before it can be trusted?
--
Posted with the Slashdot Firefox extension.
Didn't all 17 or 18 of the political candidates that Kos openly endorsed lose? I'm not sure what in this kind of track record would qualify Markos to write a book on the subject...
Yeah, I would probably like it. I like repetitive things.
Yeah, I would probably like it. I like repetitive things.
Yeah, I would probably like it. I like repetitive things.
Yeah, I would probably like it. I like repetitive things.
Yeah, I would probably like it. I like repetitive things.
The Onion advertises and sells goods through its website and hardcopy version, which is indeed "commercial."
Moreover, if the US Code states that the seal "is not to be used in connection with commercial ventures or products in any way that suggests presidential support or endorsement," then that pretty much paves the way for the White House to decide where the seal can be used.
Looks like the Onion is out of luck. (And out of humor too, starting about a year and a half ago, IMHO.)
That code will only end up defining $_POST["key"] and $_GET["key"] for each POST and GET argument. More likely, you meant:
... SET `field`='".mysql_escape_string($_GET["foo"])."' WHERE ... ";
foreach ($_POST as $key => $value){
$_POST[$key]= preg_replace('/(\'|")/', '', $value);
}
foreach ($_GET as $key => $value){
$_GET[$key]= preg_replace('/(\'|")/', '', $value);
}
and correct me if I'm wrong, but does the above just remove all single and double quotes from all GET and POST vars? Some people may need those characters... Why not just use stripslashes (if you have magic quoting on) and mysql_escape_string?
foreach ($_GET as $key => $val) $_GET[$key] = stripslashes($val);
$query = "UPDATE
Actually, I realized right after I submitted the comment that it should be 40% under 15 and 20% ages 15-19, since it is 20% *under* 20. Oh well.
The article writers have made a mistake in addition. 60% of the population is below 20, and 40% is under 15, that makes 100% of the population under 21
40% under 15
+ 20% ages 16 - 20
==================
= 60% under 20
If you use Azureus could you post the Magnet URI address for the dht: network?
2 NB
Is this what you need? magnet:?xt=urn:btih:DD3CA4757LNNLEMGSQIN5JMPK23B6
This would be #1 on my wishlist for Firefox fixes as well.
I'll bet he wishes it was only 14/7.
Pfff! I've got a 20 year old dictionary that still uses the obsolete spelling "obselete," from the root "obsoletus."
On CNN the other day, I heard this referred to as "survival of the fittest," which was one of the dumbest things I had heard in weeks. The anchor implied that because tuskless elephants used to be 5% of the elephant population and now they're 8%, this means that more elephants are being born with the tuskless gene, which could be completely false. If I have 100 elephants, 5 of them tuskless, and I kill 37 of the tusked elephants, 8% of the elephants are now tuskless - Darwin it ain't.
What are you, some kind of Batman expert? He's got buttloads of superpowers. Like... samurai sword powers, wall-climbing powers, and this sweet arm blade...
The reason you've probably never seen a good/complete apartment map is because of the limitations of the rendering engine. I've just about finished what I think is a great (and greatly detailed) map of my apartment building, but I can't get it to compile because there's too much detail/too many polygons (MAX_MAP_MODELS and MAX_MAP_CLIPNODES, for anyone else who does HL/CS mapping). I've gone as far as deleting all of the furniture/irregularly shaped objects in the map, but just having 3 floors of 30 empty 2-room apartments is too much for the compiler. Oh, and there aren't any crates in my map.
(Off-topic: If anyone has some hints on how to easily fix these errors, I'd love to hear it.)
For anyone who doesn't know how to slipstream a service pack, here is Paul Thurrott's slipstreaming tutorial.
No, mod parent -10 Troll. In the linked article, Tom Ridge doesn't admit that they raised the terror alert level to boost Bush's ratings; he only said that he disagreed several times when the level was raised - nothing in the entire article about Bush's poll ratings. The grandparent poster is grasping at straws to support his skewed world view.