Skip to content
View Saad-Hussain31's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Saad-Hussain31

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

Hi there πŸ‘‹

  • πŸ”­ I’m currently researching Distributed Computing & also developing some libraries to implement RAFT consensus algorithm.
  • πŸ€” I’m looking to do collaborative research in Systems(Distributed Computing, OS, Algorithms )
  • πŸ“« How to reach me: saadnasir31@gmail.com
  • πŸ˜„ Pronouns: He/His

Pinned

  1. Loxpp Loxpp Public

    C++ implementation of lox, a dynamically-typed, interpreted programming language

    C++ 2

  2. TwinSeeker TwinSeeker Public

    A command line utility that recursively finds duplicate files using cryptographic hash with high performance hardware instructions and multithreading.

    C++

  3. myOS myOS Public

    As a side project, I am making this project to get familiar with system programming.

    C++

  4. Distributed-P2P-Membership-Protocol Distributed-P2P-Membership-Protocol Public

    Implementation of a distributed membership protocol designed to detect node join, failure, and leave events accurately and completely within a peer-to-peer network.

    C++

  5. Distributed-Algorithms Distributed-Algorithms Public

    Implementations of the Algorithms from the text Introduction to Reliable & Secure Distributed Programming. This repo also contain experimental code that documents my distributed computing learning …

    C++ 1

  6. Raft Raft Public

    Implementation of Raft Consensus Algorithm

    C++