Look on msdn, there's an ImpersonateUser function you can use, if you know how to program.
Write up a quick VB/C++/C#/Whatever app, make up a login prompt, get it to login, impersonate the user, and start explorer (obviously, you'll need to shut down explorer first).
You could do the same and spawn cmd as well, if that's all that is needed.
ardest part when trying to run things in parallel is figuring out what you can run in parallel. Example: two operations (pseudocode): c=a+b and d+c+e. These two cannot be run in parallel, since you need to result of a+b before you can start c+e.
Not at all, because you can add d+e. For example:
No multithreading: add a,b add d,a add d,e
With multithreading: First thread: add a,b ;Make sure other thread is finished add a,d
Tap into the gamer instinct for heroism
Gamers "have a hero's appetite for a challenge that requires full attention. Meeting these needs, giving the potential heroes who work for you a challenge that will inspire extreme efforts - can unleash enormous commitment."
What makes you think that writing code is the kind of thing that gamers want to make them feel like a hero?
As the GP said, it's good to be able to just talk to a friend about it, to say everything that you're feeling. Let it all out.
Anyone who gives the `cowardly way out' speech doesn't think that you're really gonna do it. *IF* it worked (and it doesn't) it means you may not commit suicide. It doesn't make your life any better, it's the reasons behind that you need to stop, not the suicidal thoughts.
No, a democracy where the people didn't have such incredible stupidity would be preferable.
I prefer to use obfuscated perl to show the usablility of the Unices...makes me look all 1337, and keeps the virus-writers away ;)
No offence, but you don't seem to have gotten the hang of bash ;)
su && startx will only start X when you have dropped your new priv set.
I remember seeing a VB clone a while back...however, perhaps there would be a way to make Glade work with python? That's about as easy as it gets...
Unless there is a weakness in the algorithm used by the RSA keyfob.
Why crack it? Just put it on a trolley, and then carry it out,
Look on msdn, there's an ImpersonateUser function you can use, if you know how to program.
Write up a quick VB/C++/C#/Whatever app, make up a login prompt, get it to login, impersonate the user, and start explorer (obviously, you'll need to shut down explorer first).
You could do the same and spawn cmd as well, if that's all that is needed.
Because at some point we WILL run out of oil.
It isn't 9-5 in 2/3 of the world.
But because of the redundancy of the source code of not one, but hundreds/thousands of packages, the compression is much more efficient.
Source code compresses better than binary.
There ARE computer stores in other countries too you know...
Somehow I don't think "right now" is really a suitable option...
Really? I've given mine to everyone...it's on my home page even. Not a single spam.
XHTML allows stylesheets inside the file, as well as inline styles.
Not at all, because you can add d+e. For example:
That's because mkisofs doesn't burn cds, it makes ISOs.
You want cdrecord.
What does it have to do with outgoing mail? Don't they just go to the postbox and pick all the mail up?
After this announcement, I bet their marketshare will go up!
I can just imagine it now: "Buy Windows, and get security patches for free, up to a month after they have been released!"
Tap into the gamer instinct for heroism Gamers "have a hero's appetite for a challenge that requires full attention. Meeting these needs, giving the potential heroes who work for you a challenge that will inspire extreme efforts - can unleash enormous commitment."
What makes you think that writing code is the kind of thing that gamers want to make them feel like a hero?
It probably pauses on non-localhost connections to make it harder to try to brute-force.
IIRC, to be able to compile the filesystem drivers, you need the IFS (Installable File System) SDK, which costs US$800/seat.
As the GP said, it's good to be able to just talk to a friend about it, to say everything that you're feeling. Let it all out.
Anyone who gives the `cowardly way out' speech doesn't think that you're really gonna do it. *IF* it worked (and it doesn't) it means you may not commit suicide. It doesn't make your life any better, it's the reasons behind that you need to stop, not the suicidal thoughts.
Paracetemol? Doesn't that cause liver failure, and make you die in excruciating pain over several weeks?
As much as I agree with you, I do not have knowledge of how to compile Java using gcc ;)