Top "Output" questions

The externally observable consequences of calling a program on some input

cURL suppress response body

Is it possible instruct cURL to suppress output of response body? In my case, the response body is an HTML …

curl output suppress
How to pass output parameter to a Stored Procedure?

I have written a stored procedure with the following format: ALTER PROCEDURE usp_data_migration (@sourceDatabase varchar(50), @sourceTable varchar(50), @targetDatabase …

sql-server tsql stored-procedures output output-parameter
How to save the output of this awk command to file?

I wanna save this command to another text: awk '{print $2}' it extract's from text. now i wanna save …

linux awk output
h:outputText does not break \r\n characters into new lines

I have a String variable which contains carriage returns and new lines \r\n. text = "Text1\r\nText2\r\nText3"; …

jsf output line-breaks
Create Java console inside a GUI panel

How can I create an instance of the Java console inside of a GUI panel?

java user-interface console output panel
Write to multiple outputs by key Spark - one Spark job

How can you write to multiple outputs dependent on the key using Spark in a single Job. Related: Write to …

scala hadoop output hdfs apache-spark
In Gradle, how to print out a message in the console / Event Log?

I'm trying to verify that my source and target paths are properly setup when I execute a deploy command. See …

android android-studio gradle output
How to print variable inside quotation marks?

I would like to print a variable within quotation marks. I want to print out "variable" I have tried a …

python output quotation-marks
Angular 2 - How to trigger a method on a child from the parent

It's possible to send data from the parent to a child through @Input, or to call a method on the …

angular typescript input components output
Print Integer with 2 decimal places in Java

in my code i use integers multiplied by 100 as decimals (0.1 is 10 etc). Can you help me to format output to …

java format number-formatting output