Skip to content
View meantaran's full-sized avatar

Block or report meantaran

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. Basic-Calculator Basic-Calculator Public

    Implement a command-line calculator that performs basic arithmetic operations (, , , ). Must use a switchstatementfor operation selection and include input validationto prevent division by zero...…

    C

  2. -Student-Record-Manager -Student-Record-Manager Public

    Create a program that uses a structto define student records (Name, ID, Grade). Implement functions to add new recordsand view all recordsstored in a simple array of structures.

    C

  3. File-Encryptor-Decryp- File-Encryptor-Decryp- Public

    Create a tool that reads text content from a file and applies a simple cryptographic shift (e.g., a Caesar Cipheror XOR operation) to each character. The program must save the result to a new file …

    C

  4. -Singly-Linked-List-Manager -Singly-Linked-List-Manager Public

    Implement a Singly Linked Listusing C structures. The program must demonstrate the ability to perform three operations: insertion at the head, deletion of a specific node by value, and traversal(pr…

    C

  5. -Matrix-Manipulation-Utility -Matrix-Manipulation-Utility Public

    Write a program that takes the dimensions and elements of two matrices from the user. Implement two functions using nested loops and pointers: one for Matrix Additionand one for Matrix Multiplicat…

    C

  6. Notifyme Notifyme Public

    NotifyMe is a smart web-based reminder app that helps you track and manage your upcoming tasks and events. Simply add a title, date, and time, and the app will notify you at the right moment. With …

    HTML