Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

How to use "sigaltstack" in signal handler program?

c posix signals

POSIX sh EBNF grammar

parsing posix grammar sh ebnf

Using Struct Stat()

c++ struct posix

BASH: send SIGTSTP signal (ctrl+z)

linux bash unix posix

How to know if a Linux system call is restartable or not?

c linux posix system-calls

Speedup conversion of 2 million rows of date strings to POSIX.ct

r posix time-series xts posixct

How do I write file modification dates programmatically in POSIX?

c unix file posix

How to handle execvp(...) errors after fork()?

c++ linux posix exec fork

strdup dumping core on passing NULL

How can I get the username of the person executing my program?

c++ linux winapi posix

If fclose(0) is called, does this close stdin?

c++ c posix stdin

Understanding discrepancy between POSIX and Linux/glibc sched_* functions

c linux posix scheduling

Why c++ standard support function strftime but not strptime?

c++ c posix strftime strptime

How safe are memory-mapped files for reading input files?

Determine if peer has closed reading end of socket

c sockets posix

POSIX restrictions on pointer types in C

Is it safe to use getenv() in static initializers, that is, before main()?

c++ c unix posix environment

Why does Ruby /[[:punct:]]/ miss some punctuation characters?

ruby regex posix

What is the best solution to pause and resume pthreads?

c++ pthreads posix

are posix pipes lightweight?

c linux posix pipe