Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is there a way to reuse pthreads?

Get the address of the array element in a structure

c

C Basic Head Command

c linux tail head

What can use to avoid the msgSend function overhead?(Obj-c)

iphone c

Why is this message not only displayed when a file is written to (using the poll C Linux function)?

c linux polling

Techniques to improve transaction rate

Counting consecutive 1's in C [duplicate]

c bitwise-operators

gtk - close window form with button in C

c gtk

Boss Worker Pthreads Web Server in C - Server crashes if more requests sent than number of threads

Looking for the perfect Makefile canvas

c gcc makefile

Capturing video from a MJPEG stream using C++

c++ c opencv ffmpeg mjpeg

Producer-Consumer using OpenMP-Tasks

c multithreading task openmp

pthread mutex lock/unlock in while(1)

c pthreads mutex

CCM-AES from Linux Kernel

c linux cryptography kernel aes

Objective-C sqlite adding query parameter inside of LIKE clause

objective-c c sqlite sql-like

Trying to call a function in Lua with nested tables

c function lua nested

Printing an integer in english

c integer

Why does Linux use this "pointer to pointer" for list?

c linux kernel

Exit Codes from system() not as expected

c linux freebsd

Execute a Linux command in the c program

c linux