I once saw source code for a library, written in Ada that had the following "feature".
Since Ada code is "self documenting", each routine had a block comment documenting said routine. The block comment was LITERALLY a copy of the routine, commented out...
e.g.:
-- procedure body f is -- begin --TEXT_IO.PUT_STRING('Hello world'); --TEXT_IO.PUT_LINE; -- end f; procedure body f is begin TEXT_IO.PUT_STRING('Hello world'); TEXT_IO.PUT_LINE; end f;
I was once loaned to a project... About 50K lines of UYK-20 assembly code.
Somebody had specified the pseudo-code (PDL) as a deliverable. They had a team of 5 guys reverse engineering the assembly and trying to write PDL.
I got brought in to automate the process if possible. We wound up generating a ton of PDL that read something like:
SET THE CONTENTS OF REGISTER 2 TO THE CONTENTS OF REGISTER 1
and so forth. On the other hand, all block comments, etc... in the source were preserved. It wound up generating a 3 foot tall stack of fan-fold, but the Army was happy.
Where's the "MOOO" guy when he'd actually be on-topic?
Amex used to let you generate a one-shot CC number for any given transaction.
It was called "Private Payments".
I wish they still had it.
https://www.youtube.com/watch?...
As Darl McBride said, "Contracts are what you use against people that you have a relationship with."
https://www.youtube.com/watch?...
Said armada will, due to a scaling error, be promptly eaten by a small dog.
I did that on a different project (thought it was for supporting documentation... see my other comment on this story)
I once saw source code for a library, written in Ada that had the following "feature".
Since Ada code is "self documenting", each routine had a block comment documenting said routine. The block comment was LITERALLY a copy of the routine, commented out...
e.g.:
-- procedure body f is
-- begin
--TEXT_IO.PUT_STRING('Hello world');
--TEXT_IO.PUT_LINE;
-- end f;
procedure body f is
begin
TEXT_IO.PUT_STRING('Hello world');
TEXT_IO.PUT_LINE;
end f;
I was once loaned to a project... About 50K lines of UYK-20 assembly code.
Somebody had specified the pseudo-code (PDL) as a deliverable. They had a team of 5 guys reverse engineering the assembly and trying to write PDL.
I got brought in to automate the process if possible. We wound up generating a ton of PDL that read something like:
SET THE CONTENTS OF REGISTER 2 TO THE CONTENTS OF REGISTER 1
and so forth. On the other hand, all block comments, etc... in the source were preserved. It wound up generating a 3 foot tall stack of fan-fold, but the Army was happy.
She's already been there? I thought she was just going one of these days....
Lucky you. Kanye West... the rapper. Her boyfriend. A total ass.
Well,let's see... Kardashian's asses.... Kanye looks to be about 200 pounds or so, does that count?
The spirit of Darl McBride lives on....
"Contracts are what you use against parties you have relationships with."
If your code has to suspend itself for a specified period of time, then I would not recommend using Rust. Remember...
Rust never sleeps.
You can buy it. I own my U-Verse router. I disabled the Wifi on it, and the Uverse router only connects to my WiFi router.
Just a minor nitpick. The PROMs with the UV erasure window were EPROMs (Erasable Programmable ROM).
EEPROMs could be erased with voltage on a pin (Electronically Erasable Programmable ROM). EEPROM were the forerunners of flash.
Someone may need to re-study his basic physics.
F = ma, not mv.
International incident. Act of war.
Truman. Maybe -- and ONLY maybe -- Ike.
Like you said, the two 'parties' are not public entities, they are private groups
If they are private groups, then why do my tax dollars fund their internal popularity contests (aka primary elections)?
If they ae private groups, then let them pay for their own elections.
Aren't they cute when they're naive?
Laws are to be used by the $BIGCORPS against ordinary people, not the other way around.
The car claims it won't start if AdBlue is not refilled.
So, since the AdBlue is the urea, then all I would wind up needing -- in theory -- is the software "upgrade"?
Is the urea injection the "AdBlue" stuff? If so, my 2015 TDI has it.
Been there, done that, but with a pulsar.
http://www.amazon.com/The-Hercules-Text-Jack-McDevitt/dp/0425276015.
Then don't use GPL code as your firmware.