Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to pass Python list to C function using Cython

malloc vs mmap performance

does clang/gcc optimize password variable clearing function

c gcc clang

Atomic load and store functions produce same assembly code as non-atomic load and store

c gcc assembly atomic

gcc flag to detect string literal concatenation?

c

Process behaviour after receiving a SIGSEGV signal?

c linux unix

Parallel incrementing of array elements with OpenMP

Actual sizeof padded struct, (sum of member sizes, without padding for alignment)

c linux visual-studio-2010 gcc

In Xcode, how to debug with external libraries that you have the source for?

c++ c xcode qt lldb

cannot switch to blocking mode using fcntl in linux

c linux io nonblocking fcntl

bruteforce in OpenCL (port from CUDA) isn't working

c++ c opencl brute-force

How to write a simple "page fault generator"?

Crc32 C implementation - doesn't work

c crc32

How to check alignment of returned data in the malloc() implementation?

c++ c memory-management

Detecting an empty line in C

c string parsing

"Trapping" a processes' own sysenter calls in userspace on Windows

C++ error: Conversion to Execution Character set

c++ c string

waitid() error: invalid argument

c linux

Is it possible a kill a command launched using system api in C? If not any alternatives?

c++ c

SecKeychainItemCopyContents is segfaulting on private keys

c macos keychain