Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
ggorlen
ggorlen has asked
0
questions and find answers to
92
problems.
Stats
2.8k
EtPoint
990
Vote count
0
questions
92
answers
About
setInterval(()=>console.log(" ".repeat(9+Math.sin(a/2)*9)+"#@"[a++&1]),99,a=0)
ggorlen questions
ggorlen answers
How is it possible that O(1) constant time code is slower than O(n) linear time code?
Python how can I manually end an infinite while loop that's collecting data, without ending the code and not using KeyboardInterrupt?
Python zip function with iterator vs iterable [duplicate]
Most programmatically elegant (pythonic) way to take ith element of list of lists of lists, and create lists of these ith elements
Why am I getting junk values despite using calloc()?
JavaScript: How to copying a few keys from a nested object by destructuring
How to display object's keys and values in react component [duplicate]
How to avoid using global variables?
How to find which elements are in the bag, using Knapsack Algorithm [and not only the bag's value]?
How to get back a list from bytes in Python? [duplicate]