Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Alternative to ssize_t on POSIX-unconformant systems

c posix

Is it valid to call pthread_join on the main thread?

c pthreads posix

Open file for read/write, create if needed

Is it possible to partially free dynamically-allocated memory on a POSIX system?

Can I call accept() for one socket from several threads simultaneously?

Difference between fclose and close

c file posix file-descriptor

getline() with a file descriptor instead of a file pointer

c posix getline libc

equivalent of memcmp() in Java?

java c posix libc memcmp

How to obtain total available disk space in Posix systems?

c++ linux macos unix posix

Which "fatal" signals should a user-level program catch?

c linux signals posix

Unix vs BSD vs TCP vs Internet sockets?

linux sockets unix tcp posix

Sigaction and porting Linux code to Windows

c++ linux posix caffe sigaction

Does wide character input/output in C always read from / write to the correct (system default) encoding?

c linux posix wchar-t

Generated public rsa key on mac for use with git, but can't locate it?

git macos posix ssh-keys openssh

convert character to date *quickly* in R [duplicate]

r date character posix

How to alter the recursive locking behaviour of Windows Mutex?

c windows posix mutex

non-buffering stdin reading

c linux unix posix

open() not setting file permissions correctly [duplicate]

c posix

Constants not loaded by compiler

c posix time.h

Redirect stdout to a file

c redirect pipe posix