|
Search
-
[quote user="Cassidy"][quote user="Steeldragon"] D:\Work\Applebees\Applebees 2.0\trunk\development\legacy-applebees\Legacy Applebees\WorkWithUs\JobHistory.ascx.vb[/quote]
A directory path like that is telling enough...
[/quote]
I'm actually a wee bit impressed that despite all the other shenanigans going on, it ...
-
[quote user="bullrider718"]I'm sure there's some pedantic dickweed justification for this error[/quote]
...Which, if I'm remembering correctly, is that when you set up an SSIS import, you can tell it what amounts to "this is the maximum number of rows you are allowed to have trouble importing before it's actually ...
-
[quote user="Severity One"][quote user="havokk"][...], "verbising" nouns, [...][/quote]That's an interesting turn of phrase.
[/quote]
I always heard it as "verbifying."OP reminds me of George Carlin ranting about rain events, preheated ovens, preboarding, and getting IN the plane, not ON the plane.
-
I wonder how often this problem originally arises from someone developing on Linux, deciding to start supporting Windows, and trying to look up "Where is the user's home directory on Windows?" instead of "Where does Windows expect me to store application-specific configuration?"
And how often the problem sticks around ...
-
[quote user="blakeyrat"][quote user="Mo6eB"]Just use WinSCP[/quote]
What kind of whacked out epic troll attempt is this![/quote]
Successful?
-
[quote user="joe.edwards"]Or Cakewalk Sonar, or Propellerhead Reason.[/quote]
Those sound like Splinter Cell games.
-
[quote user="dhromed"][quote user="El_Heffe"]I just thought it was funny that a free, mediocre email program[/quote]
Let's talk about email programs.
I use thunderbird. Its only flaw is that it sometimes randomly forgets my column layout. I don't understand that. That's it. I doesn't do anything ...
-
[quote user="The_Assimilator"]There's also an Hg-Git plugin that allows you to access git repos from Hg, which (from what I can see) should work with TortoiseHG.[/quote]
This. HG-Git and HGSubversion are actually the main reasons I ended up settling on Mercurial as my weapon of choice.
-
[quote user="boomzilla"][quote user="TwelveBaud"]
You have a faulty assumption. Just because you put the second join after the first doesn't mean it'll run second. I imagine if you try to get the query engine to EXPLAIN, it'll show that it's joining g to lyi first (probably something to do with indexes or ...
-
[quote user="PJH"][quote user="spadgas"]
This found in some code
#define sizeof(x) 128
#include ...
#undef sizeof
#undef sizeof [/quote]Is this C? If so, one wonders what happens with stuff like:
char buffer[512];
[...]
if (fread(buffer, sizeof buffer, fp)){....
[/quote]
I'm so glad this kind ...
|
|
|