Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
oliver
oliver has asked
19
questions and find answers to
17
problems.
Stats
576
EtPoint
174
Vote count
19
questions
17
answers
About
oliver questions
what does it mean if sa_sigaction is set to NULL when calling sigaction()?
Why does this std::weak_ptr apparently prevent freeing memory, and how can I detect this bug?
do stdout output with specific speed
detect/remove unpaired surrogate character in Python 2 + GTK
How can I kill a whole process tree with Perl?
How to organize C++ test apps and related files?
why do I get "Suspended (tty output)" in one terminal but not in others?
Where to find packages names and versions for RedHat?
Visibility of template specialization of C++ function
why does perf stat show "stalled-cycles-backend" as <not supported>?
oliver answers
Memory leak due to fopen() even after calling fclose()
Launch web page from my application in Linux
Detect C memory 'leaks' that are freed on exit
Using googletest to run unit-tests for multiple tested modules at once
Provide option --define-variable to pkg-config from CMake / PkgConfig
KDevelop automatically inserts a space after # in #include <file.h>
Is there any provision for converting .cvsignore files to .gitignore file?
How do you use gdb to debug your code?
Is not stack'd, malloc'd or (recently) free'd, when all the variables is used
Check memory allocation w/o valgrind