Top "Console" questions

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

How to read a single char from the console in Java (as the user types it)?

Is there an easy way to read a single char from the console as the user is typing it in …

java input console
How to hide console window in python?

I am writing an IRC bot in Python. I wish to make stand-alone binaries for Linux and Windows of it. …

python console hide
Read input from console in Ruby?

I want to write a simple A+B program in ruby, but I have no idea how to work with …

ruby console
Open a new tab in gnome-terminal using command line

I'm using Ubuntu 9.04 x64 and when I write: gnome-terminal --tab At the terminal, I expect it to open a new …

linux ubuntu console terminal
Show Console in Windows Application?

Is there a way to show the console in a Windows application? I want to do something like this: static …

c# winforms console
Send mail via CMD console

Hi i want to send mail via microsoft cmd console. I tried many way, but i didnt succeed. i tried …

email console cmd smtp sendmail
Chrome: console.log, console.debug are not working

Console.log and debug not printing, only return undefined. Why it can be? I've tried to re-install chrome, but it …

google-chrome console
How can I get the console logs from the iOS Simulator?

I want to see what happens in the iOS Simulator if I'm not testing the app in Xcode. For example, …

ios console ios-simulator
How To: Best way to draw table in console app (C#)

I have an interesting question. Imagine I have a lot of data changing in very fast intervals. I want to …

c# console drawing
How can I align text in columns using Console.WriteLine?

I have a sort of column display, but the end two column's seem to not be aligning correctly. This is …

c# console tabs alignment vertical-alignment