Skip to main content
3 votes
3 answers
55 views

I have a Bash script that prints status headers using ANSI color escape codes. The script runs, the output prints, but instead of seeing colored text, I see the literal escape sequences printed to the ...
Flavio's user avatar
  • 664
Tooling
0 votes
0 replies
39 views

I would like to create a C++ CLI and GUI app that should work on MS Windows. I need the GUI be launched from CLI and if possible it would be great to have the app folded back to CLI. As an option, I ...
Mykola Tetiuk's user avatar
1 vote
0 answers
34 views

I'm on windows 11, using the Hammer editor found in the tf files. I am using a custom texture that I converted to the correct file type. The texture renders fine in the editor. I just need help with ...
NotAnOwl's user avatar
0 votes
1 answer
55 views

I have an MSI installer (built with WiX), and some users run it in silent mode, for example: msiexec /i MyApp.msi /q If the user starts the MSI like this without passing certain required properties (...
Marc's user avatar
  • 97
1 vote
1 answer
68 views

I'm trying to get a hardware id with a .net console app (target framewotk is net8.0-windows10.0.17763.0). The code is rather trivial, just var token = Windows.System.Profile.HardwareIdentification....
Volker's user avatar
  • 1,849
1 vote
1 answer
61 views

Working version: private static void SetLogging(WebApplicationBuilder builder) { Log.Logger = new LoggerConfiguration() .Enrich.FromLogContext() .MinimumLevel.Override("...
SydneyShoo's user avatar
0 votes
0 answers
28 views

I am having issues with fetch() statements in my service worker in a progressive web app installed on my Android phone (with Chrome). Ordinarily this would be easy to debug by sending messages to ...
Colin R. Turner's user avatar
0 votes
1 answer
45 views

I'm working on a program using the CLion IDE, and am running it using the IDE's Run or Debug actions. The program's standard output and error streams are directed to an embedded 'Run' console, ...
einpoklum's user avatar
  • 138k
0 votes
1 answer
101 views

I am programming a console based speed reader. I have an automatic mode, where the console prints all the words — one at a time — and shows each word for a period of time set by the user. While ...
Rudolf Snail's user avatar
-3 votes
1 answer
112 views

I've revisited an old console app that generates output of more than 25 lines. Unlike my earlier experiences with C++Builder, the output window using C++Builder 13 truncates to 25 lines. I am ...
Bob Penoyer's user avatar
-3 votes
1 answer
133 views

I want to loop and ask user if he wants to continue. If no answer for a while, loop anyway. while (true) { Console.WriteLine("\nDo you want to continue? (Type 'no' or 'exit' to break, or wait ...
Doof Warrior's user avatar
0 votes
0 answers
65 views

I’m trying to create a simple model in Java that predicts marks based on study hours (using a basic linear regression formula). My goal is to make it interactive — where the user can enter the number ...
vadde sree's user avatar
3 votes
1 answer
234 views

I have a script which I have created couple of months ago with an older version of Intellij + Python plugin. I had to migrate to new windows and also new IntelliJ Currently I am using : IntelliJ IDEA ...
fascynacja's user avatar
  • 3,196
1 vote
1 answer
275 views

Java 25 gained the convenience class IO for simpler access to the console, with print, println, & readln methods. See JEP 512: Compact Source Files and Instance Main Methods for details. In my ...
Basil Bourque's user avatar
0 votes
1 answer
118 views

I am trying in my linux (Xubuntu) console to make the git commit message in my chain of commands a variable so I can more easily execute my chain of commands. Instead of this where I habe to edit ...
Julian's user avatar
  • 108

15 30 50 per page
1
2 3 4 5
942