Skip to content
View MSaeidSedighi's full-sized avatar

Block or report MSaeidSedighi

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. Raft_Consensus_Algorithm Raft_Consensus_Algorithm Public

    implementation of Raft consensus algorithm with Golang

    Go

  2. Mymahdi/Distributed-Key-Value-Server Mymahdi/Distributed-Key-Value-Server Public

    This project implements a distributed mutual exclusion (mutex) lock using a key/value storage service in Go. It ensures that only one client at a time can acquire a lock even across multiple machin…

    Go 1 1

  3. CA_LAB CA_LAB Public

    Implemetation of ARM Processor using VHDL and Verilog in Vivadoo

    VHDL 1

  4. extracting-cookies-using-webcrawler extracting-cookies-using-webcrawler Public

    In this project a webcrawler is developed to extract the cookies that are being set by websites using Selenium. This webcrawler searches for urls in your .csv file and looks for cookies in each one…

    Python 2

  5. MultiLayerCaching MultiLayerCaching Public

    A flexible, Dockerized caching system for Django with multiple layers: In-Memory, Memcached, and Redis. It supports caching responses from any API or data source with configurable TTLs and layer or…

    Python 1

  6. JWTAuthenticationDjango JWTAuthenticationDjango Public

    Here I implemented a simple JWT authentication system using Django and I used Swagger as an interface for API endpoints and testing. Also a simple model was added to test different operations and r…

    Python