Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Peter de Rivaz
Peter de Rivaz has asked
23
questions and find answers to
189
problems.
Stats
4.2k
EtPoint
1.2k
Vote count
23
questions
189
answers
About
Working at Argon Design.
Peter de Rivaz questions
Detecting unused makefile command line arguments
Quantum Fourier Transform code for 3 qbits
Is signed overflow still undefined behaviour in gcc when -fwrapv is used?
Is it possible to make a code coverage assertion in Python?
How can I realistically model a golf stroke with Bullet physics? (Live demo included)
How to save state and return to a deep C function?
How can I use function pointers in Nimrod?
How can I write a Python decorator to increase stackdepth?
Understanding the SBCL entry/exit assembly boiler plate code
Efficiently computing the first 20-digit substring to repeat in the decimal expansion of Pi
Peter de Rivaz answers
Algorithm - How to find the minimum total reading time of n-texts when we have each text's length and frequency?
Floyd Warshall in Java with a matrix of 15000 vertex
Avoidland - min number of steps to place n pawns so that there is only in each row and column? [closed]
Connect any two points in 2 dimensional space
Linear Conflict violating admissibility and driving me insane
Finding an edge that decreases the shortest path from A to B by the most
Insert a list into another list, without brackets and by replacing the current item in that index
What is the most efficient way to sort a number list into alternating low-high-low sequences?
Understanding the Editorial for Prime XOR - HackerRank
Algorithm to find the narrowest intervals, m of which will cover a set of numbers