Skip to content
View tarandeepsingh-wd's full-sized avatar

Block or report tarandeepsingh-wd

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. -Multithreaded-File-Search -Multithreaded-File-Search Public

    A multithreaded utility to search keywords in .txt and .pdf files by parallelizing file scanning across threads, improving performance while ensuring safe access to shared resources through proper …

    C

  2. ERP ERP Public

    A desktop application written in Java using Swing that helps a university manage courses, class sections, enrollments, and grades, with three kinds of users:

    Java

  3. Java Java Public

    Forked from TheAlgorithms/Java

    All Algorithms implemented in Java

    Java

  4. Linux-Shell- Linux-Shell- Public

    Built a basic Unix shell that executes common Linux commands (ls, cd, etc.) using fork() and exec, with simple command parsing

    C