Top "Console" questions

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

Polling the keyboard (detect a keypress) in python

How can I poll the keyboard from a console python app? Specifically, I would like to do something akin to …

python console keyboard blocking nonblocking
Gradle: How to Display Test Results in the Console in Real Time?

I would like to see test results ( system.out/err, log messages from components being tested ) as they run in …

testing console gradle
How can I start an interactive console for Perl?

How can I start an interactive console for Perl, similar to the irb command for Ruby or python for Python?

perl console interactive read-eval-print-loop
When tracing out variables in the console, How to create a new line?

So I'm trying to do something simple, I want to break up my traces in the console into several lines, …

javascript jquery console trace
Capturing console output from a .NET application (C#)

How do I invoke a console application from my .NET application and capture all the output generated in the console? (…

c# .net debugging console
Rails: How to list database tables/objects using the Rails console?

I was wondering if you could list/examine what databases/objects are available to you in the Rails console. I …

ruby-on-rails console
How do I trap ctrl-c (SIGINT) in a C# console app

I would like to be able to trap CTRL+C in a C# console application so that I can carry …

c# .net console
Java using scanner enter key pressed

I am programming using Java. I am trying write code which can recognize if the user presses the enter key …

java input console java.util.scanner bufferedreader
Basic Apache commands for a local Windows machine

I have installed XAMPP on my Windows 7 machine and created a number of virtual servers. This part is straightforward enough. …

apache console restart