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)
Different output for equivalent code between Matlab and Julia
I have a working Matlab algorithm for the evolution of a pulse via solving the 1D wave equation. I know the code works and I can see the pulse traveling to the sides and bouncing off the walls, when p...
Alej
Votes: 0
Answers: 1
Generate sequence in Oracle based on length of column
I need to generate sequence in Oracle based on length of column and incremental of 2.
For example:
Select comp_name from table_a
Output: COGNIZANT
So I need to generate sequence:
Generate_sequence ( ...

Santhosh reddy
Votes: 0
Answers: 1
One line for loops that don't require list
I'm trying to figure out how the one line for statement works when the output is not meant to be a list. For example, if I want to print these tuples of matching x to x+10, I have the code:
[print((i2...
Τιμόθεος
Votes: 0
Answers: 1