I am college going student, I have unix labs as part of my course. I want to practise shell, perl and some unix commands at home.
I\'m using a script which imports some modules, one being codecs. When the script is executed, I\'ll get a Traceback (most recent call last): on the import codecs line and SyntaxError: (\'no viable al
Say I have got a program that hogs the processor and/or hard disk to the point that it makes it nearly impossible to do anything else on that computer. Now I don\'t want to kill that program because w
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
Is there any method of retrieving only windows on the taskbar? I want to make a开发者_开发知识库 custom \"taskbar\" that will group APPs in any order (not just in common order like default windows ta
I inherited a huge code base which was written to work on Windows XP. Now开发者_如何学编程 we would like to migrate to Windows 7. I do not know what is the proper way to go about this. What is the pro
When eclipse starts up, it first show its splash screen and then pops up a dialog for selecting the desired workspace to open. If at this point I switch to a different virtual desktop and then come ba
On Linux and Mac OS X, I can run a command from the CLI using the \"time\" command (not the bash shell built-in command time) and get not only the elapsed run time from start to finish, but many other
Does Git have anything like 开发者_如何学运维Hg\'s HGRCPATH, i.e. an enviromental variable which you can modify to change the location where Hg will search for its global configuration file.
I\'m writing a screensaver in C# which should launch an application and then terminate when the user presses the \"A\" key.