Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
John Bollinger
John Bollinger has asked
14
questions and find answers to
655
problems.
Stats
12.7k
EtPoint
3.4k
Vote count
14
questions
655
answers
About
John Bollinger questions
Is this Unicode NFC conversion correct?
What does gcc -D_REENTRANT really do?
Why doesn't LD_PRELOAD take effect with scripts having no shebang?
What does it mean to POSIX that a thread is "suspended"?
Best way to portably assign the result of fgetc() to a char in C
Does the C11 memory model really conflict with common optimizations?
C function call with too few arguments
John Bollinger answers
"*s = 0" being optimized out. Possible GCC 13 bug? Or some undefined behaviour?
If I start two strictly CPU bound threads bound to the same CPU, and one is SCHED_IDLE, why does it ever schedule?
How to handle autotools project with cmake dependency?
Looking for an efficient way to update multi-dimensional arrays
Why is sigaction sending the the raised signal ID twice?
Getopts interprets combined flags as input for the first
Is it thread-safe to access different elements of an array in C99?
Case statement with braces
Confused about install -m and install -d using Yocto
How to represent relational division(basic algebra expression) in terms of SQL