Top "Console" questions

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

How do I get console input in spidermonkey JavaScript?

I'm currently using spidermonkey to run my JavaScript code. I'm wondering if there's a function to get input from the …

javascript input console spidermonkey
How can I use console logging in Internet Explorer?

Is there a console logger for IE? I'm trying to log a bunch of tests/assertions to the console but …

javascript internet-explorer internet-explorer-8 console firebug
App.Config file in console application C#

I have a console application in which I want to write the name of a file. Process.Start("blah.bat"); …

c# console
Reading value from console, interactively

I thought to make an simple server http server with some console extension. I found the snippet to read from …

node.js console
%i or %d to print integer in C using printf()?

I am just learning C and I have a little knowledge of Objective-C due to dabbling in iOS development, however, …

c console integer int printf
What happened to console.log in IE8?

According to this post it was in the beta, but it's not in the release?

javascript logging internet-explorer-8 console
How to use Console.WriteLine in ASP.NET (C#) during debug?

I want to write some result to the console in ASP.NET (C#). It works in a Window application, but …

c# asp.net visual-studio-2010 console
Difference between Console.Read() and Console.ReadLine()?

I'm new to this field and I'm very confused: what is the real difference between Console.Read() and Console.ReadLine()?

c# input console inputstream
How can I call controller/view helper methods from the console in Ruby on Rails?

When I load script/console, sometimes I want to play with the output of a controller or a view helper …

ruby-on-rails console
How does one output bold text in Bash?

I'm writing a Bash script that prints some text to the screen: echo "Some Text" Can I format the text? …

bash console formatting echo