console Questions

2

Solved

Is it possible to set the console font and font size, as I would with "Edit->GUI preferences", programmatically? What would a function for this look like? I am on windows.
Knott asked 5/2, 2013 at 16:38

2

Solved

I am trying to use the alive_progress alive_bar on PyCharm but it only appears in the console once the whole process has finished. Instead, I want it to display and progress as the for loop operate...
Cloud asked 3/3, 2022 at 2:35

3

I have a folder I want to download from Google Cloud Console using the Linux Ubuntu command terminal. I have logged in to my SSH console and so far I can only list the contents of my files as follo...
Dorr asked 24/7, 2019 at 6:22

3

Solved

I know that Chrome let's you pick the context for the console's execution with a dropdown menu and that Firebug let's you cd() into an iframe. I can't figure out how to change the context in Safari...
Lodhia asked 19/2, 2013 at 16:41

4

I have image.png in truecolor, palette.png (N colors, where N>256) or text file, where list RGB color palette. How to get a picture with this palette? If I use imagemagick: convert image.png -rem...
Pinta asked 30/9, 2011 at 10:40

5

I'm doing infrequent development with Apache/PHP on my Windows machine so I've opted to run apache as a console process instead of a service. It would be nice if errors could be logged to the conso...
Forta asked 27/4, 2010 at 23:27

8

Solved

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 ...

5

Solved

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 ...
Noose asked 23/9, 2010 at 16:14

4

Solved

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 m...
Footworn asked 10/7, 2017 at 13:10

5

Solved

I have a Hungarian statement that I would like to log to the console like this: console.log('Probléma a működésben.'); But it prints the following: > Probléma a működésben. The non ASCII c...

3

I'm just starting to learn how to code in Powershell. So, how can I do dis? I searched the MS website but it is not clear...
Atiptoe asked 27/10, 2022 at 16:8

1

I would like to copy object from Safari Console I tried right click and crtl + c and it's not working
Shackle asked 9/9, 2020 at 13:35

4

Solved

I am newbie c# , my first try on Visual Studio Code is to show notification on windows 10 using ToastContentBuilder from Namespace Microsoft.Toolkit.Uwp.Notifications here is my code : using Micros...

3

Solved

I'm working through the text: Professional JavaScript for Web Developers by Nicholas Zakas and I'm testing the examples with Jasmine.js. I can currently test the output of a function by specifying...
Piccolo asked 6/11, 2013 at 23:25

3

Solved

Im new to node.js and are currently playing around with npm. I found that the console output is colored in a weird way on my System, i can only read it when i copypaste it into a text editor. Chan...
Nightwear asked 30/7, 2017 at 12:49

2

Solved

I am trying to see if there is a way to "completely" clear the console in RubyMine (or any other JetBrains IDE like WebStorm or PhpStorm). I've seen an answer for this question: RubyMine any way ...
Belier asked 15/4, 2015 at 13:47

5

Solved

At the end of the Angular's "Getting started/try it/using forms for user inputs", we are asked at the end to "open the console to see an object containing the name and address you su...
Calabresi asked 19/11, 2022 at 18:4

9

Solved

How can you set a default input value in a .net console app? Here is some make-believe code: Console.Write("Enter weekly cost: "); string input = Console.ReadLine("135"); // 135...
Dumfound asked 31/10, 2009 at 19:17

7

Very simply, I would like to disable the display of the repeated workbox messages that appear in my browser console while I am debugging. For instance, I don't need to see: WorkBox: Using NetworkF...
Incidentally asked 12/6, 2019 at 18:2

4

Solved

I just switched to monolog and wanted to log my message to the PHP console instead of a file. This might seem obvious for some people, but it took me a little while to figure out how to do that and...
Efrainefram asked 11/9, 2014 at 12:17

6

As I'm new to C#, I searched Google for various stuff which I used to use in C++. One of them is a pause possibility in a console app. A lot of people suggested different ways like System.Console...
Carleencarlen asked 1/12, 2012 at 17:36

12

I found this question, but what I want to know is different - does the output from Console.WriteLine go anywhere when debugging? I know that for it to go to the output window I should should Debug....
Beadsman asked 30/10, 2008 at 14:42

7

Solved

Is there a Go function similar to C's getchar able to handle tab press in console? I want to make some sort of completion in my console app.
Jessalyn asked 30/12, 2012 at 20:7

6

I am unable to access my droplet console in digital ocean, it is giving a notification "enable the new Droplet Console for native-like terminal access to your Droplet from your browser". ...
Clank asked 26/8, 2021 at 8:30

3

Solved

How does one go about saying goodbye to all constants, objects, and the like defined in an irb session to return to a clean slate? By "in", I mean without manipulating subsessions.
Krafftebing asked 22/4, 2012 at 20:7

© 2022 - 2024 — McMap. All rights reserved.