Skip to content
View drhythmos's full-sized avatar

Block or report drhythmos

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. linux-based-file-explorer linux-based-file-explorer Public

    A Linux terminal based file explorer that can run in 2 modes: Normal mode and Command mode. Normal mode supports viewing and traversing directories and opening files. Command mode supports various …

    C++

  2. RaiLens RaiLens Public

    Built a CRUD-based web app using Node.js, Express, MongoDB, and EJS for submitting and viewing train ratings and reviews.

    EJS

  3. duplicate-question-detector duplicate-question-detector Public

    https://huggingface.co/drhythmos

    Jupyter Notebook

  4. ICO-to-24-Bit-BMP ICO-to-24-Bit-BMP Public

    To convert a given ICO file image to 24-bit BMP image

    C

  5. MapReduce MapReduce Public

    A simplified distributed MapReduce system built from scratch in Go, with the goal of gaining a deep understanding of the fundamental challenges it addresses. Handles task distribution, fault tolera…

    Go

  6. Bit-Torrent Bit-Torrent Public

    A P2P file sharing system like Bit Torrent implemented using socket programming, multi-threading and SHA1 hashing. Users can share, download files from the group they belong to. Downloading is done…

    C++