Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

readline hangs on manual pipe()

perl posix

Executing another program from C++ with specified running timeout

c++ linux unix gcc posix

Is there any way to lock a mutex and have it automatically unlock after a given time?

c linux posix real-time mutex

How do I find out which header/include declared what variables in source? [closed]

c++ c linux posix

mmap: enforce 64K alignment

c++ c posix

Doubt in malloc. C (Linux)

c malloc posix buffer

Where do you place POSIX semaphores when using POSIX shared memory?

C++ time_t to std::string for a specific time zone

c++ time posix

The version of pthread_join() that does not block main(): POSIX

c multithreading posix

implementing a `maxsplit` function in POSIX awk

awk posix

How to change text direction in less?

linux unix posix right-to-left

Why would Textpad ask if you want to use POSIX regular expression syntax?

windows regex posix textpad

write function requires unistd.h on Unix, what about windows?

_POSIX_ vs _POSIX_SOURCE vs _POSIX_C_SOURCE

c posix

Internal and external encoding vs. Unicode

c++ c windows posix

Replacing all characters in a regular expression match with another character? [duplicate]

regex sed posix