sepehrjavid's repositories
distributed_storage
A simple distributed storage protocol designed with python to resolve the 'single point of failure' issue of the HDFS protocol (Security vulnerabilities to be fixed in the next version)
Distributed_Database
A distributed database using chords and inspired by the bit-torrent overlay network. Used mostly in terrific and load balancing in an environment with heavy loads of requests.
Shopping_Backend
A simple backend for a simple shopping website
stackoverflow-in-cpp
A project for Advanced Programming students
Verilog_Interpreter
A simple verilog interpreter that covers simple hardware description like wire, logical operators, truth table, etc
linux
Linux kernel source tree
Minimum_Spanning_Tree
finds a minimum spanning tree for a graph consisting of many coordinates representing their location. The algorithm uses KDTree data structure and the cost of an edge between two nodes is their distance,
Notes-backend
An api for the Notes repo
Shopping_UI
A simple UI for a simple shopping website (linked to the backend in Shopping_backend repo)