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

13 votes
8 answers
5k views

Check if Java code is running from IntelliJ, Eclipse, etc or command line

I would like to know if there is a way (programmatically) to check if a code is running within Eclipse, IntelliJ, any other editor or running from the command line (console). I was thinking to use ...
-4 votes
0 answers
27 views

Is there a way to make JavaScript vars non user editable for websites?

I have vars in my JavaScript script for a HTML website, and when I go into console on this website I can edit these vars. For example, I have a button which is collected from the HTML into the ...
0 votes
1 answer
29 views

Why code works different at IDE and Console?

I have simple code for locating and clicking button using pyautogui def click_at_button(button_name, count): count_tries = 0 while True: try: time.sleep(1) ...
16 votes
1 answer
64k views

What does this mean in my website console: "JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js?ver=1.4.1:2 " [closed]

My WordPress website has this message in browsers console: JQMIGRATE: Migrate is installed, version ... jquery-migrate.min.js How can I remove this console message?
-1 votes
0 answers
21 views

play.google.com developer console blocking phone numbers

Does Google currently block registration of developers from Ukraine and from Ukrainian numbers? I live in Ukraine, the city of Kharkiv. We can't register. At the moment we cannot register from the ...
0 votes
0 answers
39 views

How do I specify a user secret in a .NET Core console app?

I've created a .NET 8 Console app. I have also created a user secret with a connection string to one of our SQL Server databases, that looks like this: { "TTConnectionString": { "...
0 votes
1 answer
40 views

Python code giving different ouputs for a function call when input taking from the python console or terminal

The following code is generating two different output if executed in console(>>> ) or from a function.py file ($ python3 function.py). 1 def test(): 2 print("I am happy") 3 ...
-1 votes
0 answers
28 views

Aditional quotation marks showing in console after using console.log() in Javascript [duplicate]

I'm new to coding and while doing this exercise (about multiplication and loops) my console shows additional double quotation marks when I execute the code BUT only when the code starts with a ...
-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,...
0 votes
0 answers
8 views

The method 'setTrackingSource' was not found in "_paq" variable

Am getting the below error for the website am trying to setup the Free Version Piwik Pro. The website is made on Wordpress and am currently using the plugin to add the container address and siteID. Am ...
202 votes
8 answers
315k views

How to log data to the Flutter console?

I am a beginner and using IntelliJ IDEA, and I wanted to log data to the console? I tried print() and printDebug(), but none of my data were showing in the Flutter console.
13 votes
4 answers
16k views

Live-output / stream from Python subprocess

I am using Python and it's subprocess library to check output from calls using strace, something in the matter of: subprocess.check_output(["strace", str(processname)]) However, this only gives me ...
20 votes
5 answers
46k views

How to display japanese Kanji inside a cmd window under windows?

I have an english Windows 2003 server with asiatic language support activated. The two only fonts available for the command window (cmd settings) are raster and lucida console. Neither the one nor the ...
-2 votes
0 answers
42 views

Why is input.value.trim() not returning anything in console? [closed]

So I've been trying to learn js after html and css (beginner). I have a program that I want to update a according to a user input after a button click. I've defined input, button and list variables ...
40 votes
4 answers
15k views

stdout progress bars don't work in Pycharm

Many programs display progress bars by printing to stdout and then returning to beginning of line and printing again. This way they can achieve realtime progress bar appearence. Unfortunately, in many ...

15 30 50 per page
1
2 3 4 5
946