python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
RISC V | Read C program identifiers from a RISC-V program [PROBLEM COLLEGE]
The statement is this one:
-Write a program in RISC-V assembly using RARS. The program should not rely on uninitialized register
values. The program should not contain any obviously inefficient action...
Javier Montero
Votes: 0
Answers: 0
Set repeating IDs till first record repeats (bulk load csv file)
I have a file that I imported via bulk-insert and I want to assign group IDs/sequences.
I would like to assign the IDs till the first record with the first character is repeated. In this example its &...

Leo96
Votes: 0
Answers: 1
extract the identical beginning parts of multiple strings
I have multiple strings (so-called DOIs) like this:
doi1 <- "10.1057/bp.2009.9"
doi2 <- "10.1057/bp.2015.4"
doi3 <- "10.1057/bp.2008.12"
How do I best extract t...

anpami
Votes: 0
Answers: 1
SQL: Select latest balance per unique users in a table transactional log
I have a TABLE of logs of transnational balances of the following form
TIMESTAMP | Name | BALANCE
------------------+---------+-----------
1/6/2022 17:57:51 | User_1 | 45
1/6/2022 15...

CARLOS FELIPE SANCHEZ
Votes: 0
Answers: 1