C and C++ C program in which a parent writes a message to a pipe and the child reads the message Team Topic Nest December 16, 2020 0 Comments Read More
C and C++ C program (sender.c) to create a message queue with read and write permissions to write 3 messages to it with different priority numbers Team Topic Nest December 16, 2020 0 Comments Read More
C and C++ C program (receiver.c) that receives the messages from message queue and display them Team Topic Nest December 16, 2020 0 Comments Read More
C and C++ C program that illustrates suspending and resuming processes using signals Team Topic Nest December 16, 2020 0 Comments Read More
C and C++ Client-Server program using internet domain sockets Team Topic Nest December 16, 2020 0 Comments Read More
C and C++ C program that illustrates 2 processes communicating using shared memory Team Topic Nest December 16, 2020 0 Comments Read More
Php PHP script to check whether the page is called from ‘https’ or ‘http’ Team Topic Nest December 15, 2020 0 Comments Read More
Php PHP script to get last modified information of a file Team Topic Nest December 15, 2020 0 Comments Read More