Top "Console" questions

A mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks

Start/Stop and Restart Jenkins service on Windows

I have downloaded "jenkins-1.501.zip" from http://jenkins-ci.org/content/thank-you-downloading-windows-installer . I have extracted zip file and installed Jenkins on …

windows command-line console jenkins command-prompt
How to change node.js's console font color?

I had to change the console background color to white because of eye problems, but the font is gray colored …

node.js colors console
Is there a better Windows Console Window?

I find working on the command line in Windows frustrating, primarily because the console window is wretched to use compared …

windows command-line console terminal command-line-interface
Changing default encoding of Python?

I have many "can't encode" and "can't decode" problems with Python when I run my applications from the console. But …

python encoding utf-8 console
Swift: print() vs println() vs NSLog()

What's the difference between print, NSLog and println and when should I use each? For example, in Python if I …

swift debugging logging console
How to keep the console window open in Visual C++?

I'm starting out in Visual C++ and I'd like to know how to keep the console window. For instance this …

visual-c++ console
How to read a line from the console in C?

What is the simplest way to read a full line in a C console program The text entered might have …

c io console stdin
How do you add a timer to a C# console application

Just this - How do you add a timer to a C# console application? It would be great if you …

c# console timer
How to open Console window in Eclipse?

I accidentally closed the Console window in Eclipse, and now I can't see the result of my code being run. …

eclipse console
JUnit test for System.out.println()

I need to write JUnit tests for an old application that's poorly designed and is writing a lot of error …

java console junit