Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View ankushhKapoor's full-sized avatar
🤍
expect nothing, appreciate everything
🤍
expect nothing, appreciate everything

Highlights

  • Pro

Organizations

@OurTechCommunity

Block or report ankushhKapoor

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
ankushhKapoor/README.md

Pinned Loading

  1. BaseKernel BaseKernel Public

    A simple 32-bit custom kernel built in C following the 539Kernel guide, featuring basic memory, interrupt, multitasking and hardware management with custom GDT/IDT setup.

    C

  2. alloc alloc Public

    A custom 32-bit memory allocator written in C, simulating malloc/free behavior with manual block management, zeroing on free, and a custom header system.

    C

  3. KapoorVM KapoorVM Public

    KapoorVM is a 16-bit Virtual Machine built with C and Linux for low-level programming, featuring custom opcodes and 65 KB of virtual memory.

    C 1

  4. CodeNexus-Custom-Python-Editor-IDE CodeNexus-Custom-Python-Editor-IDE Public

    An advanced code editor built for Python using Python, featuring running code, intelligent auto-completion, syntax highlighting, and robust file management. Designed for seamless coding, it support…

    Python 1 1

  5. Python-Email-Auto-Unsubscriber Python-Email-Auto-Unsubscriber Public

    Automatically unsubscribe from unwanted emails by visiting unsubscribe links found in your Gmail inbox. This Python script uses IMAP, BeautifulSoup, and Requests to extract and visit links efficien…

    Python 1

  6. Flappy-Bird-AI Flappy-Bird-AI Public

    This code creates a Flappy Bird game where a neural network, trained with the NEAT algorithm, learns to play the game by improving across generations.

    Python