Skip to main content

Questions tagged [output]

The externally observable consequences of calling a program on some input

output
0 votes
0 answers
23 views

Output mode configuration: When to use push/pull vs open drain? [closed]

Hello guys I'm relatively new to Embedded engineering. I wanted to know if there's any specific rule that experienced embedded engineers use when selecting when to use one of these output ...
tadm123's user avatar
  • 8,698
0 votes
2 answers
39 views

dump data on C# like PHP

In PHP you can dump a variable data like: <?php $foo = new stdClass(); $foo->prop1 = "ABC"; $foo->prop2 = 2024; var_dump($foo); output: object(stdClass)#1 (2) { ["prop1&...
Francisco IA Lover's user avatar
0 votes
1 answer
54 views

How to write to a user input file name in python [closed]

I have to create and write to a file that's named by user input. The user is naming the file so the program cannot have a set file name to open. I thought I could do this by setting an input variable. ...
Stephanie Davi's user avatar
0 votes
1 answer
30 views

Redirecting output to $null in PowerShell, but ensuring the variable remains set with ForEach-Object -Parallel

I have this code: $Newarr | ForEach-Object -Parallel { Start-AzVm -ResourceGroupName $_.ResourceGroupName -Name $_.Name } $Newarr contains a set of data that I don't want to print as output, but ...
upkara's user avatar
  • 1
0 votes
3 answers
56 views

When I select the checkbox, it displays its value just fine. When I de-select it, it continues to display

In the image, I first selected the first two checkboxes and clicked to calculate. Then, I unchecked the second one and clicked again to calculate, and it gave me still both values and total price. ...
Ana Carolina's user avatar
1 vote
2 answers
57 views

gnuplot storing command output to a variable

How do you save the output from a gnuplot command into a (string) variable? For example, I need to know the current xdata format setting in a "call"ed helper script, but I cannot recall ...
mjp's user avatar
  • 105
0 votes
2 answers
40 views

Export latex table from summary of rddensity function in R

I am interested in exporting the summary of the rddensity function in latex in R. I've tried to use modelsummary without sucess, and capturing output also hasn't worked out. My objective is to export ...
John M. Riveros's user avatar
-1 votes
1 answer
106 views

Generating empty output file

I wrote a code for generating an output file in my system in C++. The function is getting executed, but the only problem is that the output file generated is empty. Can anybody please tell me what I ...
Ankita Prasad's user avatar
-8 votes
0 answers
65 views

Weird print mistake in Python

I am trying to solve problem set 4 ("Adieu, Adieu") in the cs50p. The problem asks: Implement a program that prompts the user for names, one per line, until the user inputs control-d. ...
Behxhet Shabani's user avatar
0 votes
1 answer
55 views

unable to get persian text output in visual studio code [duplicate]

When I want to print a persian text in visual studio code, it displays it with question marks in the terminal. Can someone help me to fix that please. public class Ex1 { Scanner input = new ...
Nanika's user avatar
  • 21
0 votes
0 answers
9 views

Toolbar overlapping on the text and whenever I create a function outside the MainActivity Class it doesn't gets launched

Whenever I execute the text, the text overlapping over the toolbar and whenever I create a function outside the MainActivity Class it doesn't gets launched. Also when I try to make a separate function ...
Shahid Faried's user avatar
0 votes
0 answers
82 views

Visual Studio cannot output Unicode Characters [duplicate]

I've made a program for school; that goes through a plain text file and makes a concordance for each word. It will take each word, remove non-alphabetical characters from the front and back, and put ...
TheGuradian's user avatar
0 votes
1 answer
42 views

How to correctly and simply display multiline string literal in Jupyter Notebook?

I am looking for a solution that is the most convenient for casual, exploratory notebook use. I have several functions that output strings with multiple lines. When this appears in the output cell of ...
escapecharacter's user avatar
-1 votes
0 answers
50 views

Remove unnecessary text from terminal Running C++ with VStudio Code using CodeRunner extension [duplicate]

I am updating my question based on the help received (I can still not remove the unwanted text). I am learning C++, and I find it annoying to see in the terminal all the text does not ask to be ...
Juan Guerrero-Fernández's user avatar
0 votes
0 answers
15 views

GammaMaP package symbolic output

I'm new in Mathematica and I've just installed the GammaMaP package. The problem is that I'm not getting the a symbolic output like in the documentation, for example, if I create a cell with the code ...
Davizon's user avatar

15 30 50 per page
1
2 3 4 5
659