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

0 votes
0 answers
19 views

( Google Play consol repeated content policy) how to upload same functionality app play console

Google Play console not allow apps that merely provide the same experience as other apps already on Google Play. Apps should provide value to users through the creation of unique content or services. ...
tanmoyahmed tamim's user avatar
0 votes
2 answers
50 views

Parallel string recognizion using Scanner and Thread in Java not working

For a personal project I am working on a way to recognize a String through a JOptionPane. Now my goal is to also have it recognized when I put it in the console as well and then close the JOptionPane. ...
Daniel Janz's user avatar
0 votes
0 answers
10 views

How to keep the js code in google chrome console running after the page refreshes? [duplicate]

I am working on a page which contains a search button. When I tried to use .click command in console to click the search button to obtain the info I need, the page refreshes and the console ends. Is ...
Sam Yan's user avatar
0 votes
0 answers
12 views

Output is not displaying in the browser, but when I check the console it's showing

I followed this youtube tutorial and created a text generation model. I pretty much copied the same code just some slight modification. There's no error in the code but the output is not displaying ...
POOJA. M. J's user avatar
1 vote
1 answer
149 views

showing white screen after running flutter app after stopping the project in android studio

I am having a problem in flutter in which when I run the app it runs as normally but when I stop the project and then run it again the white screen shows and I get this error in the run console; I ...
flutter developer's user avatar
1 vote
2 answers
69 views

C# Console converts tabs to spaces

If I print string such: Console.WriteLine(@"test1\ttest2\ttest3") and try to copy the output to excel it will all be in one column, because the Console prints tabs as spaces, is it possible ...
IronHide's user avatar
  • 356
0 votes
4 answers
52 views

database record delete User.find_by_id().address.destroy

I am trying to delete the address result from here. I can add new address by doing this but I can't delete it $User.find_by_id(19).update(address: "canada") I tried this but it is not ...
Nour Abu Khajil's user avatar
0 votes
0 answers
31 views

Adding a listener for a left shift in xv6

I am currenlty working on a xv6, I want to add an option when left shift + arrow up is pressed to return previously used command, something like history. I need help figuring out how to read when left ...
user287102's user avatar
0 votes
0 answers
12 views

How to call without showing number using Twilio using C# API

I need to connect two customer via voice call, but I want to hide original phone number from each other. I thought to implement it using twilio. when i run the console app i have an error the error ...
Mohib's user avatar
  • 1
0 votes
0 answers
17 views

¿How can I send a command to chrome console devtools while broswing without opening console (f12) to enter command? ¿adding custom shourcut keys?

¿How can I send a command to chrome console devtools while broswing without opening console (f12) to enter command? ¿adding custom shourcut keys? Any time I want to enter a command I have to Press F12,...
HY XZ's user avatar
  • 1
0 votes
0 answers
12 views

While running docker, Selenium Grid browser images are disabled and shows Error

How to resolve below error: 6 requests waiting for a slot to be free. Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:firefoxOptions: {args: [--headless, --window-size=1920,1080], ...
Aitha Manish's user avatar
0 votes
0 answers
173 views

How to display a prefix tree in the console?

I have a class like this: public class TreeNode { public String nodeName; public List<TreeNode> clildren = new ArrayList<>(); TreeNode(String[] splittedTemplate) { ...
Oeki4's user avatar
  • 1
0 votes
0 answers
100 views

Windows 11 PowerShell Console appearance

In Windows 10 I was able to create a shortcut for running a PowerShell script and I could edit properties on that shortcut to manage the appearance of the console. I could set the font and font size, ...
Gordon's user avatar
  • 6,693
0 votes
0 answers
36 views

Angular@ Interact - change - apply element value only with console

I am not trying to develop an angular app. There is this website and I am trying to create a script to make myself click less when having to fill out form. However, the website is in Angular and I am ...
Minh Nguyen's user avatar
1 vote
0 answers
42 views

Setting background color in powershell window and colouring specific texts with regex

I have a couple of scripts written in powershell which are opening a window and showing some text. I would like for every of this windows to have a different background color. At the same time I would ...
fascynacja's user avatar
  • 2,456

15 30 50 per page
1
3 4
5
6 7
946