OK, now think about how you would compile a loop; say, strcpy. With null-terminated strings, you can do this with one source register, one destination register, and one temp register to hold the value you pull out of memory.
I'd use the temp register to hold the # of bytes remaining, and do the copy with XOR.:P
In an oxygen-rich environment, the LEL is lower, the UEL is higher, and the autoignition temperature is lower. The flash point does not change.
Flash point is the temperature at which a flammable liquid (at STP) releases a flammable vapor (Wikipedia says "the lowest temperature at which [a volatile liquid] can vaporize to form an ignitable mixture in air").
Now, for a short quiz to verify that you understand the concept of flash point: What is the flash point of propane?
Re:This site works best with...
on
OK Go Goes HTML5
·
· Score: 1
No, it checks your user-agent and doesn't even give you the real page if you're not using Chrome. (It does, however, give you the option to go ahead and run it anyway. Maybe they added this recently.)
Using a user-agent switcher gives you the real page (it still doesn't work on Firefox). Although there are Firefox add-ons that allow you to easily change your user-agent, you don't need to install an add-on if you'd prefer not to. From about:config, find (or create) the "general.useragent.override" string value and set it to:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/A.B (KHTML, like Gecko) Chrome/X.Y.Z.W Safari/A.B.
I also want to be able to click on an image and save-as easily. JS code just fights that.
Actually - you're wrong there; this is drawn on an HTML5 canvas element. Right-clicking allows you to view it as a PNG or save it to your hard disk. It really is as easy as you described.
You could even pretty easily code up something that would allow selection of a region of the canvas for saving, instead of the whole thing.
It's an editorial, for crying out loud. Of course it's biased.
The real news is that Iran is scrapping somewhere between 5,000 and 6,000 centrifuges and replacing them with "faster" and "improved" ones. They supposedly announced this in a press conference, so I presume this can be independently verified apart from DEBKA's claim?
The rest of the article is conjecture, so feel free to come up with a better theory of why Iran is rebuilding their enrichment program from scratch.
They DO give the same content to the user as they give to Googlebot - as long as the user is coming from Google, which is all Google really cares about.
Actually TFA pointed out that the Android users were the only ones who could correctly answer that they "already own one", since there are 4G Android phones on the market (such as the HTC Evo 4G and the Samsung Infuse 4G). There is no such thing as a 4G iPhone or Blackberry; they don't exist yet.
Being required to enter the passphrase into a computer that the DoJ controls is exactly the same as being required to give your passphrase to the DoJ. There's no difference. Hell, what it boils down to is: Don't give me your passphrase; just enter it into this computer which I control. How many Slashdotters would balk at that? Hopefully most of them.
There are any number of ways that the DoJ could get your passphrase if they wanted it, and were permitted to demand that you enter it onto their computer - a keyboard dongle, a software keylogger, a hidden camera showing the position of your fingers - even just a hidden microphone could be used as there have even been programs written that can do acoustical analysis to determine which keys were typed. They might even be able to do a plaintext attack on the encrypted data using a decrypted file. Not that any of that would matter, anyway - they don't need your password any more once the data is decrypted.
If you're required to type your password, you've just given it to them, for all intents and purposes.
Of course not. If you did it all by yourself you didn't pay anyone.
However if you bought a book on how to do it, paper, and a pen... you apparently can sue each of those companies for "assisting" you.
Actually that's already been done and tried and failed. From TFA:
But in 1978 the Missouri Supreme Court effectively narrowed that language when it reviewed a case in which Missouri bar authorities sought to punish the sellers of a divorce kit that consisted of nothing but blank legal forms and instruction booklets for filling them out. The court ruled that merely marketing such materials did not amount to practicing law absent "personal advice as to legal remedies or the consequences of flowing therefrom."
in 1978 the Missouri Supreme Court... reviewed a case in which Missouri bar authorities sought to punish the sellers of a divorce kit that consisted of nothing but blank legal forms and instruction booklets for filling them out. The court ruled that merely marketing such materials did not amount to practicing law absent "personal advice as to legal remedies or the consequences of flowing therefrom."
A booklet instructing you how to fill out legal forms is not legal advice, according to that ruling. Neither then is software that instructs you on how to fill in the blanks on a computerized legal form.
I'm fully aware that it has to do with buying cheap CDs, but my point was that they would have been good enough to burn audio onto. The error correction would have made the result good enough that you wouldn't notice anything if you listened to the CD.
Never mind, I commented too quickly. I was confused by needing an extra register but I'd forgotten you can't do a direct memory-to-memory copy.
OK, now think about how you would compile a loop; say, strcpy. With null-terminated strings, you can do this with one source register, one destination register, and one temp register to hold the value you pull out of memory.
I'd use the temp register to hold the # of bytes remaining, and do the copy with XOR. :P
the model used is 'unrealistic' and 'incorrect,' and the author has a track record of using bad models to make incorrect conclusions
...yeah, just about everybody on either side of the Global Warming debate says that about just about everybody they disagree with.
(And very rarely does anyone say why a model is unrealistic or incorrect.)
Well, you apparently couldn't track the wafer-thin apostrophe that you failed to avoid.
Gee, I wonder what the capabilities of a [paint] chip-sized spacecraft might be...
So, they're locking the barn door after the horse has bolted...
dozens of hard disk drives were stolen from a leased facility in Chattanooga, potentially exposing the personal data of more than 1 million customers
The data is gone... and now they're encrypting.
It's a pretty common mistake. Most people don't understand flash point. Its name doesn't really help either.
Flash point is not the problem. LEL/UEL and autoignition temperature are the problems.
In an oxygen-rich environment, the LEL is lower, the UEL is higher, and the autoignition temperature is lower. The flash point does not change.
Flash point is the temperature at which a flammable liquid (at STP) releases a flammable vapor (Wikipedia says "the lowest temperature at which [a volatile liquid] can vaporize to form an ignitable mixture in air").
Now, for a short quiz to verify that you understand the concept of flash point: What is the flash point of propane?
No, it checks your user-agent and doesn't even give you the real page if you're not using Chrome. (It does, however, give you the option to go ahead and run it anyway. Maybe they added this recently.)
Using a user-agent switcher gives you the real page (it still doesn't work on Firefox). Although there are Firefox add-ons that allow you to easily change your user-agent, you don't need to install an add-on if you'd prefer not to. From about:config, find (or create) the "general.useragent.override" string value and set it to:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/A.B (KHTML, like Gecko) Chrome/X.Y.Z.W Safari/A.B.
Right-click the entry and "Reset" it when done.
I also want to be able to click on an image and save-as easily. JS code just fights that.
Actually - you're wrong there; this is drawn on an HTML5 canvas element. Right-clicking allows you to view it as a PNG or save it to your hard disk. It really is as easy as you described.
You could even pretty easily code up something that would allow selection of a region of the canvas for saving, instead of the whole thing.
It's an editorial, for crying out loud. Of course it's biased.
The real news is that Iran is scrapping somewhere between 5,000 and 6,000 centrifuges and replacing them with "faster" and "improved" ones. They supposedly announced this in a press conference, so I presume this can be independently verified apart from DEBKA's claim?
The rest of the article is conjecture, so feel free to come up with a better theory of why Iran is rebuilding their enrichment program from scratch.
I think he greatly overestimates them.
But I've also made some pretty cool Excel charts, so this will probably be a neat tool for people who can actually use it to its full potential.
They DO give the same content to the user as they give to Googlebot - as long as the user is coming from Google, which is all Google really cares about.
Of course, it's really not that hard to forge the referer header...
Task Scheduler tasks are files with a .job extension saved in C:\WINDOWS\TASKS.
Actually TFA pointed out that the Android users were the only ones who could correctly answer that they "already own one", since there are 4G Android phones on the market (such as the HTC Evo 4G and the Samsung Infuse 4G). There is no such thing as a 4G iPhone or Blackberry; they don't exist yet.
Taxation is simply theft.
Taxation without representation is theft is the way that particular meme goes, IIRC.
Q) Can you tell me the difference between FIFO and LIFO?
Javascript arrays have push(), pop(), shift(), and unshift() methods. If they fail to teach FIFO and LIFO, they can't blame it on Javascript.
Burning the note would be obstruction of justice.
Being required to enter the passphrase into a computer that the DoJ controls is exactly the same as being required to give your passphrase to the DoJ. There's no difference. Hell, what it boils down to is: Don't give me your passphrase; just enter it into this computer which I control. How many Slashdotters would balk at that? Hopefully most of them.
There are any number of ways that the DoJ could get your passphrase if they wanted it, and were permitted to demand that you enter it onto their computer - a keyboard dongle, a software keylogger, a hidden camera showing the position of your fingers - even just a hidden microphone could be used as there have even been programs written that can do acoustical analysis to determine which keys were typed. They might even be able to do a plaintext attack on the encrypted data using a decrypted file. Not that any of that would matter, anyway - they don't need your password any more once the data is decrypted.
If you're required to type your password, you've just given it to them, for all intents and purposes.
I don't like "subtle" code. I prefer to just make it very obvious what you're doing, and why:
db_query("SELECT * FROM {foo} WHERE bar = '" . addslashes($_GET['bar']) . "';");
Of course not. If you did it all by yourself you didn't pay anyone.
However if you bought a book on how to do it, paper, and a pen... you apparently can sue each of those companies for "assisting" you.
Actually that's already been done and tried and failed. From TFA:
But in 1978 the Missouri Supreme Court effectively narrowed that language when it reviewed a case in which Missouri bar authorities sought to punish the sellers of a divorce kit that consisted of nothing but blank legal forms and instruction booklets for filling them out. The court ruled that merely marketing such materials did not amount to practicing law absent "personal advice as to legal remedies or the consequences of flowing therefrom."
The precedent is this:
in 1978 the Missouri Supreme Court ... reviewed a case in which Missouri bar authorities sought to punish the sellers of a divorce kit that consisted of nothing but blank legal forms and instruction booklets for filling them out. The court ruled that merely marketing such materials did not amount to practicing law absent "personal advice as to legal remedies or the consequences of flowing therefrom."
A booklet instructing you how to fill out legal forms is not legal advice, according to that ruling. Neither then is software that instructs you on how to fill in the blanks on a computerized legal form.
Your ideas interest me and I would like to subscribe to your newsletter...
(so I can forward it to all my friends)
It's easy to get smells out of a box.
Then the box eventually starts to smell like that gum your mom kept inside her purse...
I'm fully aware that it has to do with buying cheap CDs, but my point was that they would have been good enough to burn audio onto. The error correction would have made the result good enough that you wouldn't notice anything if you listened to the CD.