Skip to content
View EmmanuelManeswa's full-sized avatar
👨‍💻
👨‍💻

Block or report EmmanuelManeswa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. COMP415-AI-Project COMP415-AI-Project Public template

    C++

  2. File-Reading-and-Writing File-Reading-and-Writing Public

    It's a C Program that will get two filenames as command line arguments. Opens file #1 for reading and appends the contents of file #1 to file #2.If file #1 doesn't exist it gives a proper error mes…

    C

  3. Image-Steganography Image-Steganography Public template

    C++

  4. Named-Pipes-in-Linux-C Named-Pipes-in-Linux-C Public

    This is a simple Program inter-process communication between two different programs in the same machine,using the method of named pipes.This program acts like a messaging application,when the other…

    C

  5. Reverse-Polish-Notation-using-Stack-in-C Reverse-Polish-Notation-using-Stack-in-C Public

    C

  6. Unnamed-Pipes-in-Linux-C Unnamed-Pipes-in-Linux-C Public

    This is a program that runs on Linux platform.This program runs the ls command with the execlp () system call.Then it uses the dup2 () system call to write the result of the ls program to a file.

    C