Everything developed in python 3.6
Pokedex: Simple Pokedex with an Interactive GUI.
- PokedexDB is a side project to retrieve pictures and data
Webpage: Creating a webpage using DJango Framework.
Sudoku:
Cache Memory Simulator:
School project that i thought it will be interesting to have here.
- 2 Replacement policies: LRU (Least Recently Used) and FIFO (First in First Out)
- Write strategy: Write-Back
- 3 correspondece structures: Fully Associative, Set Associative and Direct Mapped
- No GUI implementation.