Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [prefix]

A prefix is a part of a word attached to a beginning of a word which modifies the meaning of that stem.

prefix
-3 votes
0 answers
23 views

Installing Staging on my domain and database prefix issue

I’m encountering a problem while installing Staging on the site web. The error message is as follows: "Could not determine the database prefix for my domain" This indicates that the database ...
Mariana Lopez's user avatar
0 votes
1 answer
30 views

PyQT5 QtSerialPort checksum prefix question

The follow configuration: Raspberry Rpi4B / Python 3.11.2 / PyQt5 5.15.9 The follow configuration: Raspberry Rpi4B / Python 3.11.2 / PyQt5 5.15.9 I have a question about how to adjust prefix checksum ...
Eric's user avatar
  • 11
0 votes
0 answers
24 views

why do prefixes in an array have no effect? [duplicate]

solving a problem in leetcode, I needed to create a matrix and take data from another matrix, for this I wrote res[0][0]=s[0][0], but for some reason Python assigned all res[0-2][0] values ​​to s[0][0]...
Rassoha's user avatar
0 votes
1 answer
47 views

Regex to find digits not immedidately after certain word?

How to find invoice number from different companies which may have different order of invoice number, unit cost and total cost? Following is specific example of a company XYZ which I need to get ...
panes-rubrics's user avatar
0 votes
0 answers
24 views

Looking for CMD command line assistance re: multiple file prefix rename

I am currently attempting to use CMD.exe in Windows 11 to move a bunch of files to of a particular type and then automate the renaming of them all to add a prefix. I tried using the following (in a ...
Richard Griffin's user avatar
0 votes
0 answers
19 views

Excel InputBox: set prefix for shape names

The following code allows you to add and name shapes using an InputBox. In this example, it adds 2 ovals to the selected range. It has 2 Inputboxes: Select Shape Range Enter Shape Name In the "...
user23636411's user avatar
1 vote
1 answer
43 views

Prefix on FastAPI url to switch databases?

FastAPI Routing Question: Hi, I've got 3 databases set up (master databases that is, postgres instances) as such: master1: - db1: - tables... - db2: - and so on... -...
d.eng 489's user avatar
2 votes
2 answers
66 views

How can I create a new php array from an existing array where the prefix of the array values is used to determine it as being unique?

Supposing I have this php array: $booklist = Array ( [0] => Peppa / Season 2 / 43 The Quarrel / Page 1 [1] => Nursery Rhymes / Wheels On The Bus / Page 1 [2] => Wonderskills / ...
Liam's user avatar
  • 75
0 votes
0 answers
29 views

Cannot perform http mock while integration testing flutter

import 'package:http/http.dart' as http; import 'package:myapp/main.dart' as app; void main() { IntegrationTestWidgetsFlutterBinding.ensureInitialized(); group( 'todo API test',() {testWidgets( ...
learnflutter's user avatar
0 votes
1 answer
132 views

Compile latest openssl with mingw64 within cygwin on Windows 11 vs install prefix path definition

I spent lot of time to compile latest OpenSSL with mingw64 within CygWin on Windows 11. Public information mentioned use install prefix like \cygdrive\c\install_folder but you need these commands ...
DigitalSpaceDotName's user avatar
0 votes
0 answers
21 views

Adding a prefix to all output lines of "apt-update && apt-upgrade in BASH? [duplicate]

I'm trying to add a prefix to all output of the following command: sudo apt update && sudo apt -y upgrade I've been scouring the internet and it seem there are 2 outputs to handle. STDOUT, and ...
level42's user avatar
  • 967
1 vote
0 answers
54 views

Is it possible to use IPv4 prefixes (subnets) as "public IPs" in the network interface of an AWS EC2 instance?

I transferred a /24 subnet (256 IPs) to AWS via BYOIP and I would like to assign some of these IPs to EC2 instances. I know it is possible to assign a small subset directly to the instance's network ...
Rafael Ivan Garcia's user avatar
0 votes
0 answers
20 views

Input precedence value and stack precedence value

There is some eror in input precedence value and stack precedence value for conversion of infix expression to prefix expression(in the table). Please provide the corrected value: |Symbol| Stack | ...
user23435187's user avatar
0 votes
0 answers
48 views

Detect prefix and/or suffix in python

I'm trying to write a program to detect whether a word has a prefix and/or a suffix. Normally, I'd just use .startswith() and .endswith(). I'd prefer not to use that here because certain words, like '...
Tathya Garg's user avatar
0 votes
0 answers
23 views

Assign attributes to Prefix Property in ListS3 Processor

i need to ingest based on curent month and previous month and if we didn't get files for previous month i need to again run the listS3 processor for previous month based on current month. i have to ...
pavan's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
91