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

console
0 votes
2 answers
38 views

JavaScript variables being called in html tags (button)?

I am following this online free course on YouTube, this is the link if you want to visit it: "Youtube link", but at around 2:15:00, he shows how to call javascript variables in HTML tags and ...
Rahand hemin's user avatar
0 votes
2 answers
30 views

How to get Java console scan 2 strings separated by TAB key

I cannot type the TAB key into the console for 2 strings separated by the tab key, i used the split method but it didn't work. The Java console does not accept the TAB key. Here's a snippet of my code ...
Sơn Trần's user avatar
-1 votes
1 answer
9 views

Implementing client side logger with console.log capabilities

in order to extend console.log in the browser with a few extras (like a timestamp and loglevel) I came up with the following implementation: const LOG_LEVELS = { DEBUG: 0, INFO: 1, WARN: ...
devnull69's user avatar
  • 16.4k
0 votes
1 answer
59 views

Error when trying to query a database in C# [closed]

My SQL command keeps failing whenever I try to implement a JOIN clause. It will successfully output the columns when executing a simple SELECT * FROM TABLE_NAME. I'm not sure where I am going wrong on ...
Mqc's user avatar
  • 1
-1 votes
0 answers
29 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
20 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
139 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.6k
0 votes
0 answers
45 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
13 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
26 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
-5 votes
0 answers
57 views

Assign an object to a global variable inside a function does not work [closed]

I have been trying to postpone the creation of an object inside a function. I am aware that if you want to modify a global variable you must use the global keyword. testvar = 0 class myobject(object):...
Gael's user avatar
  • 1
4 votes
0 answers
73 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
25 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
48 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
18 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
  • 38k

15 30 50 per page
1
2 3 4 5
946