Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Ignorant
Ignorant has asked
19
questions and find answers to
0
problems.
Stats
95
EtPoint
0
Vote count
19
questions
0
answers
About
Dealing with randomness every day.
Ignorant questions
Where is the C/C++ Standard Library in Android and iOS?
Why memory reordering is not a problem on single core/processor machines?
Can I store a function's output parameter into a unique_ptr?
How do I run a Python script from a subdirectory without breaking upper-level imports?
Why is compare-and-swap (CAS) algorithm a good choice for lock-free synchronization?
C++ atomics: how to allow only a single thread to access a function?
Does wrapping a std::atomic_flag in a getter/setter void its "atomicity"?
How to multiply two values and store the result atomically?
Build a minimal VST3 host in C++
Is it useful to pass std::weak_ptr to functions?
Ignorant answers