Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Delgan
Delgan has asked
31
questions and find answers to
39
problems.
Stats
1.6k
EtPoint
574
Vote count
31
questions
39
answers
About
It's me.
Delgan questions
Python "gzip" module acting weirdly if compressed extension is not ".gz"
What is the fastest way to copy a 2D array in Python?
Minimum distance between two elements of a circular list?
Are HTML DOM elements stored by reference in Javascript array?
Is there a way to prevent git from opening a password prompt box on Windows?
How to use priority_queue with a non-static compare method of class instance?
Which algorithm can rationally reduce multiple lists? ("who killed who" problem)
Check if key exists and get the value at the same time in Python?
How to correctly work on a GreaseMonkey userscript using git?
Is it possible to continue a pull request opened by someone else on Github?
Delgan answers
Use local Dockerfile in a GitHub action?
Every combination of list elements without replacement
Ignore some folders in os.listdir(path) Python
Different result upon shuffling a list
Is there a way to prevent git from opening a password prompt box on Windows?
Sum of Integers - 'int' object is not iterable
Iterate through each value of list in order, starting at random value
Why can't iterable unpacking be used in a list comprehension? [duplicate]
Choose three different values from list in Python
Converting decimal time (HH.HHH) into HH:MM:SS in Python