Skip to main content

Questions tagged [console]

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

-1 votes
0 answers
30 views

Linux console not outputing the expected amount of characters [duplicate]

I am trying to fill the entire visable screen, with characters, in this case 0-9. Yet, when I compile and run it with gcc. The output of the console is diffrent sized blocks of text. Yet the ...
cum-bria's user avatar
0 votes
0 answers
25 views

JPA console error in IntelliJ IDEA 2024.1.4

I try to select entity in IntelliJ IDEA Ultimate, but I get error: java.lang.ClassNotFoundException: jakarta.json.bind.JsonbException PluginClassLoader(plugin=PluginDescriptor(name=Jakarta EE: ...
Papp Zoltán's user avatar
0 votes
4 answers
175 views

What is the difference between Console.WriteLine and Console.Out.WriteLineAsync in an async method?

Once, when I used the cw snippet (type cwTAB) in an async method, Visual Studio would use await Console.Out.WriteLineAsync(); instead of the original Console.WriteLine();. Today I updated Visual ...
shingo's user avatar
  • 23.8k
0 votes
0 answers
47 views

How do I remove the console window in a C++ application in Visual Studio?

I have a GLFW and OpenGL program in C++ Visual Studio with a window. The console window popping up whenever I run the program is annoying. How do I remove it? I'm on windows but I don't want to make ...
Aseed Second's user avatar
0 votes
0 answers
16 views

Python console in Taipy

I've been trying to create a section in my Taipy application in which I print the content of the underlying Python console, to have a read-only application log that stays up-to-date in real time. So ...
Lucio Carrara's user avatar
-1 votes
0 answers
34 views

API Quota limit 250 Query

I want to know API limit of 250 per user per second means 250 is concerned to the developer account of company or 250 is the limit to user's email that we integrate like we are x company and we have a,...
Varun Deepak Kotwani's user avatar
4 votes
0 answers
75 views

Reading emojis using WinAPI console functions returns UTF-8 Replacement Character instead

For a project of mine I need to be able to read all possible MBCS UTF-8 codepoints from the Windows console. As it is well known that Windows works internally with wchar_t (UTF-16), I tried an ...
Anic17's user avatar
  • 790
0 votes
1 answer
32 views

react-native-document-picker is not working

I implement file uploads in react native but there is one issue in console: const [file, setFile] = useState(null); const pickDocument = async () => { try { const res = await ...
Xena's user avatar
  • 377
0 votes
0 answers
65 views

Access to "ConsoleHost_history.txt" denied on Windows PowerShell

I am trying to run a file on python but the following error message is getting rendered: Error reading or writing history file 'C:\Users\ibrah\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadLine\...
IbraProjects's user avatar
-1 votes
2 answers
19 views

How to cut/crop an image file in the half in console

I have an image file image.png, and I want to make a vertical cut in the half and generate two images of equal size.
fguillen's user avatar
  • 38.1k
1 vote
1 answer
55 views

Is there a way to print 2 characters in one space within console?

So, I am attempting to make a maze game for some coursework at college. I have managed to get a maze generation algorithm working which makes use of recursive backtracking. However, the issue with ...
Maskd's user avatar
  • 11
0 votes
0 answers
16 views

C# List of running processes using windows services vs console app [duplicate]

I tried to use the version described in#37 from .NET console application as Windows service #37 with the files: Program.cs MyService.cs MyServiceInstaller.cs in order to list into a file the ...
Monast's user avatar
  • 1
1 vote
1 answer
78 views

Is it possible to run a WPF application that is started as an console application in Linux

I have a test WPF application that I have changed so it now can startup as an console application, like this. How to be dynamically either console application or Windows Application My application is ...
andersmi's user avatar
-1 votes
2 answers
62 views

How can i print an ASCI drawing in Python?

I'm trying to make a an if else game which has ASCI drawings, every time I paste an ASCI drawing inside the print() I keep getting errors "String literal is unterminated" and "also ...
Samuel-Riedel's user avatar
0 votes
1 answer
29 views

How to disable non-intended user input in the terminal C#

When i write a infinite loop that doesn't have any behaviour on its body, the user still have the possibility to write text at it, even without calling any input function: Note: I'm using Linux, ...
Marvin Marjan's user avatar

15 30 50 per page