Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
PSkocik
PSkocik has asked
108
questions and find answers to
294
problems.
Stats
7.8k
EtPoint
2.4k
Vote count
108
questions
294
answers
About
PSkocik questions
References to static objects in inline functions with external linkage
Assembler warning with gcc warning when placing data in .text
Access a block of memory (/ C/C++ array) as if it were a file stream
Regex escape in C++
Union members of the same type
Lifetime of a compound literal
What is the point of the {U,}INTn_C macros in stdint.h?
Initializing an atomic_flag
Two-part for loop in C [duplicate]
Unmentioned errors in POSIX
PSkocik answers
Execute a bash function every 5 seconds but let the rest of the script run
C linking error (with tcc)
Group multiple cases together in the switch statement
Can fnctl(F_SETOWN, <pid>) direct a signal to a pthread ID instead of a process ID?
Why commands executed inside backticks doesn't affect the current shell?
Could an existing fd always be duplicated both as input and output?
Macro to call a function
cmp in if statement (Bash) [duplicate]
Emulating Classes in C using Structs
Using signals in a child process