Top "Output" questions

The externally observable consequences of calling a program on some input

R output without [1], how to nicely format?

I know stuff has been posted, but not as complete as what I am looking for. Take any help function (…

r formatting output
Can putchar() print an integer?

How can I print an integer with the help of putchar() only. i want to do it without using external …

c file-io integer output putchar
Sybase - Setting console output on for printing log statements

Does somebody know how to turn the console output on in Sybase. The usual statement like print 'Hello', is not …

sql printing console sybase output
Formatting Numbers So They Align On Decimal Point

In Python, I need to format numbers so they align on the decimal point, like so: 4.8 49.723 456.781 -72.18 5 13 Is there a …

python formatting output
Jenkins console output has these strange characters from grunt command [31m[[39m...

I'm running a grunt-contrib-jshint command using jenkins and the console output is contains text like: [31m[[39m[33mL425[39m[31m:[39…

encoding console jenkins output gruntjs
How to see the current running Linux processes output^

I have several Linux (Ubuntu 10.04) processes running on my computer. If I start one of them, I can see the …

linux process terminal output verbose
What's the difference between write, print, pprint, princ, and prin1?

I'm getting into some Lisp, and I've come across various different functions that to me appear to be doing the …

printing output lisp common-lisp
Parentheses and quotation marks in output

Sometimes when I use the print function, parentheses and quotation marks appear in the output. I'm using Python 3.4 and writing …

python printing output parentheses quotation-marks
SQLite define output field separator on a single line command

I need to use a single command line to fetch a set of records from a database. If I do …

database sqlite output separator
Recreate original PHP array from print_r output

Let's say I have this output from some source where I don't have access to the original PHP created array: …

php arrays multidimensional-array output