Skip to content
View sagalpreet's full-sized avatar
👨‍💻
👨‍💻
Block or Report

Block or report sagalpreet

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
sagalpreet/README.md

sagalpreet = {
    code: [Python, C, CPP, Java],
    interests: ['maths', 'ai', 'dev', 'cp'],
    talks_about: ['anything', 'everything'],
    education: {'btech': ['IIT Ropar', 'CS(AI)']}
}
# resume exists for a reason xD

Pinned

  1. RISC-V-Simulator RISC-V-Simulator Public

    The aim of this project is to build a RISC-V ISA simulator which would simulate the execution of machine level instructions in a 32-bit machine.

    Python 2 1

  2. OS-Components OS-Components Public

    Implementation and Simulation of various Operating System concepts like dispatcher, disk scheduling, file system, dynamic memory partitioning and deadlocks.

  3. Book-Cover-Information-Extraction Book-Cover-Information-Extraction Public

    Extract Information about book from an image of title / cover page.

    Python

  4. Academic-Portal Academic-Portal Public

    This is the implementation of a database for Academic Portal of an academic institution with all the constraints. The database is implemented using stored procedures and triggers in PLPGSQL.

    PLpgSQL

  5. ComHAI ComHAI Public

    Code accompanying AAMAS'23 paper titled "On Subset Selection of Multiple Humans To Improve Human-AI Team Accuracy".

    Jupyter Notebook

  6. PyCacheMate PyCacheMate Public

    This is a thread safe in-memory caching library in python for general-purpose use.

    Python