Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
P.P
P.P has asked
14
questions and find answers to
490
problems.
Stats
18.5k
EtPoint
7.0k
Vote count
14
questions
490
answers
About
Less is more.
If you appreciate my posts/help and would like to buy me a coffee, you can.
P.P questions
Is Boost stacktrace async signal safe?
What's ARM instruction equivalent to Intel's xchgl?
Why does C not define minimum size for an array?
Behaviour of sizeof() in C (GCC)
Difference between shebang flags vs. set builtin flags
Is it valid to "hide" a base class virtual function by making it pure virtual in derived classes?
What exactly is a translation unit in C
P.P answers
Using a pipe within a bash alias
i % 2 == 0 ? arr[i] = 0 : arr[i] = 1; Ternary operator error
pthread_key_create() - When does the `destructor` function invoked?
Assigning a value to a char array (String) in C [duplicate]
initializing array of structure with array elements in it
struct's string field as function's parameter in C
On Linux GCC/pthread parallel code is much slower than simple single thread code
malloc() reusing memory location after free(), causing fragmentation(?)
Saving displayed output from terminal to file with a nice format
unsigned int comparision in c