Top "Output" questions

The externally observable consequences of calling a program on some input

Remove specific character from a csv file, and rewrite to a new file

I have a VBA macro pulling stock data every 5 minutes on the entire NYSE. This pulls everything from current price, …

python csv for-loop output writer
Using sockets in Swift like in Java

If I wanted to connect to a server, in Java I would open a Socket and initialize it with port …

sockets input stream swift output
suppress scapy warning message when importing the module

I'm writing a small script, that gathers some information using scapy and then returns some xml code, that I'll pass …

python hide stderr scapy output
I want to clear my output screen in Java using NetBeans IDE 6.9.1

My entire code can be found at the link below, I'm linking it for the sake of a shorter post …

java output netbeans-6.9
Suppressing a function's command window output

A function I'm using has display() in it (or other things that display messages on command window), so it outputs …

matlab function output suppress
Difference between JspWriter and PrintWriter in Java EE?

For all you "duplicate" fanatics, there is a similar question on SO right here. The difference is that I paint …

jsp jakarta-ee buffer printwriter output
How does int(x[,base]) work?

The output for the following code is: int("12", 5) O/P: 7 int("0", 5) O/P: 0 int("10", 2) O/P: 2 I cannot make sense …

python python-3.x int output number-systems
Pandas python .describe() formatting/output

I am trying to get the .describe() function to output in a reformatted way. Here is the csv data (testProp.…

python pandas formatting output describe
Xcode 8 (Swift) No print output in Console

The question in the topic: Why no print output in Console using Simulator? Is it disabled or this is a …

swift xcode logging console output
how to output success or failure of cp command to file

I'm going to be running a shell script containing a CP command using a scheduled cron job. I would like …

output cp logfile