Skip to content
View harshithsunku's full-sized avatar

Block or report harshithsunku

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
harshithsunku/README.md
  • 👋 Hi, I’m @harshithsunku
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

Pinned Loading

  1. SimpleSoftwareBasedTCPIPStack SimpleSoftwareBasedTCPIPStack Public

    SoftTCPStack is an open-source, software-implemented TCP/IP stack designed for educational and experimental purposes. This project aims to provide a simple yet functional implementation of the TCP/…

    C 1

  2. GenericEmbeddableDoublyLinkedList GenericEmbeddableDoublyLinkedList Public

    A versatile and memory-efficient C library for implementing generic doubly linked lists. Designed to be directly embedded in user-defined data structures, this library facilitates flexible and effi…

    C 1

  3. ThreadSafeCLogger ThreadSafeCLogger Public

    A high-performance, thread-safe logging library for C applications. Features include multi-threaded log writing, efficient in-memory queuing, and reverse-order log reading for easy access to recent…

    C 2 1

  4. GenericCShellParserLib GenericCShellParserLib Public

    A versatile and easy-to-integrate command-line interface parser for C projects. This library offers a range of built-in commands like show, config, debug, clear, and more, facilitating effective in…

    C 1

  5. SimpleMultiThreadedOS SimpleMultiThreadedOS Public

    A simple, multithreaded operating system implemented for educational purposes to demonstrate basic OS functionalities like process scheduling, memory management, and inter-process communication.

    C 1

  6. SimpleRealModeBootLoader SimpleRealModeBootLoader Public

    A minimalistic and educational 16-bit real mode bootloader written in Assembly, designed to demonstrate the fundamentals of low-level system programming and boot process.

    Assembly 2