CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
posix
08-26
database
Print line with 4 leading whitespaces - grep and awk handle ERE differently
08-25
Back-end
Reading from /dev/urandom does not return enough bytes
08-24
database
Is shared memory in POSIX protected against race conditions?
08-20
Blockchain
What is the difference between open with O_EXCL and using flock
08-10
Software engineering
How do I implement event driven POSIX threads?
08-09
OS
How the counting is conducted in this function?
08-04
database
extract hostname with parameter expansion in a single assignment
07-27
Software design
linux shell: for arg; do
07-18
Mobile
Bash diference between quotes with/without space
07-16
Net
Is there a programmatic way to tell if a symlink points to a file or directory in C?
07-09
database
why scala puts the version on stderr instead
07-03
Net
Why is `pthread_testcancel` called multiple times in the `nanosleep` implementation of winpthreads?
06-17
database
linux unnamed posix semaphore sem_destroy, sem_wait method question
06-16
database
C How to unmap unused global array from RAM?
06-12
Blockchain
Detecting stack exhaustion vs other sources of SIGSEGV
06-08
database
How to see the value of a top level empty getter without running the code in Swift?
06-07
OS
Newline character written to file with echo works in shell, but literal in Python 3
06-04
Back-end
How exactly signal handler will work if it receives another signal while processed?
05-26
Mobile
sh -c doesn't recognize heredoc syntax
05-22
Software design
How do I combine a Variable with the File Parameter in shell?
05-17
other
Sending int through shared memory between two processes
05-08
Mobile
Using C POSIX sockets, can you determine how many bytes a socket contains without extracting?
05-03
Software engineering
Freeing pointers inside pthread
05-03
Software design
bash converting lenghty command into lowercase within same line
04-30
Mobile
What happens if you try to read/write a mapping with a deleted / disconnected backing file or device
04-22
Back-end
extracting a filepath as a string using a global recursive search?
04-19
Software design
SED- Change column from lower to upper case based on 2 conditions from script
04-07
other
How can I make the pthread tasks executes in the correct order according to their priorities?
04-02
Back-end
Should mqueues be protected by semaphores
04-01
Net
Open semaphore without changing its value
03-19
Enterprise
Using pipes: read in child and write in parent or vice versa
03-18
Software engineering
Undefined references to mq functions
03-16
database
Remove specific character that repeats more than once, and leave only one
03-16
Net
How to read from STDIN_FILENO with blocking I/O
02-24
other
Can format like "May 17, 2017", "17/5/2017" or "17-5-17 05:24:39" be u
02-17
Software design
Killing child process one by one
02-16
other
Can advice of posix_fadvise() be combined?
02-10
Software design
Shell redirection doesn't move file position for stdout
01-01
Net
Why is "setsockopt()" needed if "fcntl()" also manipulates file descriptors?
12-30
OS
How can I get a random word from a string in posix shell?
78
1
2
Next
Last
Links:
CodePudding