Skip to content
View Singlemol's full-sized avatar

Block or report Singlemol

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

Popular repositories Loading

  1. Number-Guessing-C-Project Number-Guessing-C-Project Public

    C Number Guessing Game This is a command-line number guessing game written in C. The program generates a random integer between 1 and 100. The player inputs guesses, and the game provides feedback…

  2. Data-Transfer-in-LInux-OS Data-Transfer-in-LInux-OS Public

    A concise C program demonstrating unidirectional Inter-Process Communication (IPC) using native UNIX pipes and process forking.

  3. Bankers-Algorithm Bankers-Algorithm Public

    Banker's Algorithm Simulation in C++ A complete, interactive CLI simulation of the Banker's Algorithm, a classic resource allocation and deadlock avoidance algorithm used in operating systems.

  4. Narcissistic-Number-Checker-in-C Narcissistic-Number-Checker-in-C Public

    A lightweight, efficient C program that determines whether a user-inputted 3-digit integer is a Narcissistic number (also known as an Armstrong number).