python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Extract year, month and day numbers (1 to 2 digits) from a string (LibreOffice Base)
I am using LibreOffice Base (version 7.3) to create a database.
I need to extract year, month and day numbers from such strings that consist Chinese charactors as shown following. I think one Chinese ...

Paul the sea wolf
Votes: 0
Answers: 1
shell: arithmetic with custom number bases
I have to write a command line that take two numbers in two different custom base and output in a third one.
By custom base, I mean that I have things like that:
Input base 1: "!?\
Input base 2:...
kuroneko
Votes: 0
Answers: 2
Call different constructors of the base class conditionally
I have a generic class derived from HashSet<T> and I need to initialize the base class with different constructors based on the type of the generic parameter T. Something like this:
class Set<...
Minimus Heximus
Votes: 0
Answers: 1
Python - another try at 'base norming' data in an array, better explanations
I apologize for unclear explanations in my previous posts. Here is a more thorough breakdown.
Here is a list:
lista3 = [2,3,4,5,6,7,8,9,10,2,2,4]
Now imagine that I want to use the first element, 2, ...
LabCoat
Votes: 0
Answers: 4