Pinned Repositories
4-way-set-associative-cache-verilog
Verilog implementation of a 4-way Set associative cache with a write buffer (write) policy and FIFO replacement policy
Big_Integer_Library_cpp
A handy library to handle big numbers in c++
Concurrent-Video-Downloader-Python
A video download written in python which given a direct video URL, will download it breaking it into chunks and downloading them concurrently.
Huffman_Compression
C++ implementation of huffman compression achieving nearly 40% compression rates on text files.
LatestAndNextEpidsodeOfTvShow
Python wrapper around the tvdb_api to get the latest and next episode of a given TV-Show
lettuce
Scalable Java Redis client
Music_Player_and_Visualizer
A music player and visualizer which runs on the web browser
Snake
snake program in C++
TicTacToe_with_AI
A simple TicTacToe game with the option of playing against the computer or between two players.
TravelAgency
A travel agency program in C++
rajshadow's Repositories
rajshadow/4-way-set-associative-cache-verilog
Verilog implementation of a 4-way Set associative cache with a write buffer (write) policy and FIFO replacement policy
rajshadow/Music_Player_and_Visualizer
A music player and visualizer which runs on the web browser
rajshadow/Big_Integer_Library_cpp
A handy library to handle big numbers in c++
rajshadow/Concurrent-Video-Downloader-Python
A video download written in python which given a direct video URL, will download it breaking it into chunks and downloading them concurrently.
rajshadow/Huffman_Compression
C++ implementation of huffman compression achieving nearly 40% compression rates on text files.
rajshadow/LatestAndNextEpidsodeOfTvShow
Python wrapper around the tvdb_api to get the latest and next episode of a given TV-Show
rajshadow/lettuce
Scalable Java Redis client
rajshadow/Snake
snake program in C++
rajshadow/TicTacToe_with_AI
A simple TicTacToe game with the option of playing against the computer or between two players.
rajshadow/TravelAgency
A travel agency program in C++
rajshadow/Verilog_module_splitter
A convinient way to split your verilog code into seperate files for each module