It's time to declare the term "piracy" dead. Ahoy, matey, I nipped a rip of a buddy's copy of Pearl Harbor. Time to keelhaul me and make me walk the plank afterwards.
PHP's lack of a requirement for variable declaration makes me consider it a toy language. I can understand providing automatic run-time variable declaration as a convenience, like strict-less Perl does, but not providing a strict option is a recipe for disaster. It's not doing me a favor to let me create bogus variables without so much as a warning.
That and ridiculous scoping rules (having to import globals into local functions? Huh? Isn't that why I made them global to begin with?) lead me to deeply distrust it as a sturdy development platform.
Why migrate? They're probably using Outlook because they're using Exchange. Using any other client with Exchange is just, well, dumb. It's possible, but why give up the featureset?
Not really. It's a UI tool that weighs heavily on the eye candy. However, it has a potent scripting back-end and can be used for some seriously useful projects that aren't really practical in any other medium.
We used to have a pseudo-underground tool to do this on Active Directory. Took about 20 seconds to blow the password stack and reset it to your original.
Worked great until they implemented a 24 hr wait between password changes. Doh!
If Java were the easiest, fastest way to accomplish a particular programming chore on the client, it would be king, JVM download or not. Does anyone remember how ICQ spread? Napster? None of these apps were held up the fact that someone had to first transfer bits.
Eh, so remove the icon from your desktop and go shop around. Or leave the icon and shop around. No one's forcing you to use anything. What's the problem?
Doubleclick, to be in the business, will have to abide by the spam laws that states have already passed. This means Doubleclick will be one of the few groups I get spam from that actually add the ADV: prefix, which makes filtering them braindead easy.
Research Frontiers is still working on a technology of this type using suspended particles sandwiched in a pane of glass that dim based on voltage. They've shown signs of doing great things over the years, but haven't yet made a dime.
On the upside, if you trade their stock, you can truthfully boast that you buy and sell REFR.
True, you can emulate a section of OOP with C, but you do not get the compiler-enforced scoping restrictions that make the technique useful, nor do you get the keyword semantics that support the paradigm. You can theoretically craft this with a custom preprocessor and macro-defined keywords, but why bother when the work has been done for you in oo-ready languages like C++ and Java?
Coca-cola is smaller than MS, yes. But GM brings in nearly 8 times the annual revenue of MS, so it's a tad bit bigger.
Incidentally, this throws the Microsoft PocketPC browser into an infinite loop.
GNU/BIOS, by the author of the svelte EMACS.
Popup killing was my only reason for switching to Mozilla from IE. Now that I have AdShield, I'm once again not using Mozilla, again.
Holy shit, I have a reflexive hatred for this guy. Am I knee-jerking here, or does anyone share that feeling?
It's time to declare the term "piracy" dead. Ahoy, matey, I nipped a rip of a buddy's copy of Pearl Harbor. Time to keelhaul me and make me walk the plank afterwards.
Yeah, it's true, check this out.
Especially in the regexp category, Perl's toolset exactly fits its problem area. Chainsaws are ugly too, but you never hear people bitch about that.
PHP's lack of a requirement for variable declaration makes me consider it a toy language. I can understand providing automatic run-time variable declaration as a convenience, like strict-less Perl does, but not providing a strict option is a recipe for disaster. It's not doing me a favor to let me create bogus variables without so much as a warning.
That and ridiculous scoping rules (having to import globals into local functions? Huh? Isn't that why I made them global to begin with?) lead me to deeply distrust it as a sturdy development platform.
I write a ton of Perl here, too. It doesn't get the respect that C++ does, but boy does it get the job done.
Why migrate? They're probably using Outlook because they're using Exchange. Using any other client with Exchange is just, well, dumb. It's possible, but why give up the featureset?
Damn it feels good to be a gangsta.
Friendly fire happens. Get over it.
+1 funny. Tagging for future reference.
Froguts is a great example.
Here's the regkey for it:
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000009
We used to have a pseudo-underground tool to do this on Active Directory. Took about 20 seconds to blow the password stack and reset it to your original.
Worked great until they implemented a 24 hr wait between password changes. Doh!
If Java were the easiest, fastest way to accomplish a particular programming chore on the client, it would be king, JVM download or not. Does anyone remember how ICQ spread? Napster? None of these apps were held up the fact that someone had to first transfer bits.
Eh, so remove the icon from your desktop and go shop around. Or leave the icon and shop around. No one's forcing you to use anything. What's the problem?
Doubleclick, to be in the business, will have to abide by the spam laws that states have already passed. This means Doubleclick will be one of the few groups I get spam from that actually add the ADV: prefix, which makes filtering them braindead easy.
To the universal translator, everything is English.
Even from 9x you're graced with telnet and cut and paste.
telnet mail.domain.com 25
HELO me.domain.com
MAIL FROM: user@domain.com
RCPT TO: recipient@otherdomain.com
DATA
Date:
Subject:
From:
Hi! This is my message body.
.
There's that modicum of techical acumen he was talking about. Not that this guy isn't an arrogant cock.
On the upside, if you trade their stock, you can truthfully boast that you buy and sell REFR.
Holy fuck you're brilliant. The proper syntax for an rm command. AC, have my baby!
True, you can emulate a section of OOP with C, but you do not get the compiler-enforced scoping restrictions that make the technique useful, nor do you get the keyword semantics that support the paradigm. You can theoretically craft this with a custom preprocessor and macro-defined keywords, but why bother when the work has been done for you in oo-ready languages like C++ and Java?