Pinned Repositories
algos_cpp
It contains implementation of famous algos in cpp
content-delivery-network
data-structure-and-algorithm
AlgoZenith CP
git-VSCODE-DEMO
hazel_Game_Engine
Game Engine
hotel-management-system
A hotel management system
linear_regression
A self implemented Linear Regression with various loss functions and optimisations
memory-resident-file-system
Created a file system similar to UNIX file system.
minish
It implemets basic functionalities of a linux shell
process_page_scheduling
Simuated various process and page scheduling algorithms like Round Robin, FCFS, SJF and LRU, NRU, FIFO respectively.
shashiranjan001's Repositories
shashiranjan001/content-delivery-network
shashiranjan001/memory-resident-file-system
Created a file system similar to UNIX file system.
shashiranjan001/algos_cpp
It contains implementation of famous algos in cpp
shashiranjan001/data-structure-and-algorithm
AlgoZenith CP
shashiranjan001/git-VSCODE-DEMO
shashiranjan001/hazel_Game_Engine
Game Engine
shashiranjan001/hotel-management-system
A hotel management system
shashiranjan001/linear_regression
A self implemented Linear Regression with various loss functions and optimisations
shashiranjan001/minish
It implemets basic functionalities of a linux shell
shashiranjan001/process_page_scheduling
Simuated various process and page scheduling algorithms like Round Robin, FCFS, SJF and LRU, NRU, FIFO respectively.
shashiranjan001/Modeling_of_APUF_Compositions
Python Code and Dataset for different PUFs
shashiranjan001/neural_network
shashiranjan001/Peer-to-Peer-CLI-Chat-App
shashiranjan001/PlayGround
PLyground
shashiranjan001/Reliable-Transaport-Layer-Protocol
Implemented a reliable transport layer protocol similar to QUIC having features of TCP using UDP as transport layer primitive. Features include congestion control (stop and wait, sliding window), flow control (Slow start, AIMD), TCP Tahoe and TCP Reno
shashiranjan001/rock-paper-scissor
Demo webapp for simulating rock paper scissor
shashiranjan001/Tiny-C-Compiler
A compiler for the language tiny-C, a subset of the C language