Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Ruslan
Ruslan has asked
76
questions and find answers to
67
problems.
Stats
3.2k
EtPoint
1.1k
Vote count
76
questions
67
answers
About
Ruslan questions
How to nicely unpack unordered_map element in range-based for loop?
C++ template recursion stop condition
Why is such strange code generated?
How to execute a piece of kernel code on all CPUs?
Is this code behavior well-defined?
Does exit() flush and close `ofstream` objects?
Should vertex and fragment shader versions always match?
Error: array must be initialized with a brace-enclosed initializer [duplicate]
How to print payload of a NaN?
How to restrict implicit conversion of typedef'ed types?
Ruslan answers
How to nicely unpack unordered_map element in range-based for loop?
How to fix "assertion 'GDK_IS_SCREEN (screen)' failed" error in GTK+2
My buffer overflow exploit only opens a regular user shell but not a root shell
How to use inline assembly in C++ to set the Trap flag [duplicate]
Do strncpy/memcpy/memmove copy the data byte by byte or in another efficiently way?
Why declaring a return value for a function that doesn't return nothing leads to run-time crash in gcc8 only
qmake: When setting QMAKE_CXX = clang++ qmake is using g++ for linking
Using QPainter with QCoreApplication
git submodule init ignore failed
How to use copy elision when function is called in if block