Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
59 views

I’m using Microsoft IME (Chinese Simplified) and I need to type a backslash (\) while Chinese mode is active. However, when I press the backslash key, the IME always converts it into the Chinese ...
0 votes
5 answers
298 views

I'm using gw-basic to determine a person's weight on another planet. I need to form a comparison between the weight factor on a planet to the planet that the user inputs. I have defined my planets so ...
Sam H's user avatar
  • 17
1 vote
1 answer
69 views

I'm building a custom CLI daemon in Go for Ubuntu. When I run the CLI locally (without SSH), everything works correctly — for example: admin@admin> whoami responds as expected. However, after ...
0 votes
1 answer
82 views

Here is my code: print("Make a 20-digit code with numbers 0-9: |___|", end="\r", flush=True) addDigits = input("Make a 20-digit code with numbers 0-9: |") More ...
0 votes
2 answers
78 views

I'm working on a very simple program that takes a user-specified number (can be an integer or a float of any length) and performs one specific multiplication operation on that number. The program then ...
0 votes
1 answer
49 views

I am using jpackage to convert a Java application into an executable .app file. When running on macOS, as shown below, the application cannot read user input. open -n /Applications/MyApp.app The ...
Evgeny's user avatar
  • 131
0 votes
1 answer
96 views

I am doing a REST API in Java (although this question may apply to other languages) where I create several local files and directories, and they can be deleted based on input. I manage my files in a ...
0 votes
3 answers
118 views

#include <stdio.h> #include <stdlib.h> #define BUF_SIZE 1024 int main() { char *buf = (char*)malloc(BUF_SIZE*sizeof(char)); fgets(buf, BUF_SIZE, stdin); int a = 0; sscanf(buf, ...
2 votes
2 answers
69 views

I'm trying to make a script that will ask for 5 score input from the user. Each score corresponds to a specific dilution. The input are strings and only six "characters" are allowed to be ...
1 vote
0 answers
41 views

I have a date field in an Angular project that looks like this: <input [disabled]="this.viewMode" type="date" name="txtDateReceived" class="form-control" [...
-1 votes
1 answer
87 views

I need to periodically record a value in the program using a dialog box. The program is written in Borland Delphi 7, Windows API. The recorded value is stored in RAM. I also have a Java program in ...
1 vote
0 answers
34 views

I'm developing a custom iOS keyboard using SwiftUI. I want to access a large portion of text before the cursor. I'm currently using: textDocumentProxy.documentContextBeforeInput However, this only ...
0 votes
0 answers
38 views

I have in Drupal 10 made a simple table that is being build with a PHP as part of a module. When I use a buildForm-function, I can not position the input fields. I want these to be as if they were ...
1 vote
1 answer
74 views

A project I am working on needs to automatically accept an input after 5 seconds. the idea is that they have 5 seconds to enter as many particular characters as possible. I've found plenty of examples ...
2 votes
1 answer
57 views

I am following a tutorial I found on youtube for a file integrity monitor. The code is messy but im trying to add my own twist and clean it up. I just added input validation and now the code won't run ...

15 30 50 per page
1
2 3 4 5
...
376

AltStyle によって変換されたページ (->オリジナル) /