Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c
Could someone explain this macro #define g_once_init_enter(location) which is in glib for me?
Jun 26, 2026
c
glib
How to optimize cell-width measuring with SIMD (find the first column to have a non-zero byte in an 8x8 block of bytes)
Jun 26, 2026
c
x86-64
simd
sse
avx
In C language, assuming expression is equal to 0, why !(expression) is also 0?
Jun 27, 2026
c
gcc
bit-manipulation
How to manage memory for chained array operations in C?
Jun 26, 2026
c
memory-leaks
dynamic-memory-allocation
What is the best way to send linked list structure between processes via pipe in linux programming
Jun 27, 2026
c
linux
linked-list
ipc
pipe
How can i generate a binary code table of a huffman tree?
Jun 26, 2026
c
algorithm
tree
huffman-code
Create and verify signature in code and from the command line using ECDSA
Jun 27, 2026
c
openssl
pem
ecdsa
der
Finding the second largest element in array without sorting
Jun 27, 2026
c
arrays
Compiler optimization for loops [closed]
Jun 27, 2026
c++
c
optimization
MPI Triangular Topology
Jun 27, 2026
c
parallel-processing
mpi
openmpi
Why I am getting the segmentation fault in following c program
Jun 27, 2026
c
segmentation-fault
Difference between `scanf("%19[^\n]s",str);` and `scanf("%19[^\n]",str);`
Jun 26, 2026
c
scanf
What does this weird C++ definition mean? [duplicate]
Jun 26, 2026
c
function
definition
kr-c
Is it safe to memcpy regex_t?
Jun 27, 2026
c
regex
How to get info on a process's virtual memory mappings in C (MacOS)
Jun 26, 2026
c
macos
macos-catalina
Explain the difference in these function pointer declarations
Jun 26, 2026
c
function-pointers
function-declaration
« Newer Entries
Older Entries »