Skip to content

Next projects

Here is a list of all next projects I have though of doing. I have no strict date to do them, and I do not consider them as my own property, so feel free to take any idea if you want to do them.

Project Name Main language Description
Gitr Rust Basic git tool coded with Rust. This should include only the basic git commands (pull, push, branch, config, ...) that any user could use on ther everyday use. There is room also to include "experimental" features (fetch commit data, fetch specific commit).
DB Manager Python, SQL Alchemy An GUI that allows accessing and modifying (add/remove entries) through SQL commands. These commands should be hidden for the user.
8-bit Chip (rename) Rust Basic emulation of an 8-bit chipset (old GameBoy generation) coded with Rust. This project provides a lot of understanding about use of registers and memory.
Password Manager Rust A password manager that stores and generates passwords to log into accounts. All the passwords should be sotored locally in an encrypted file.
Board puzzle generator Python Algorithms to generate puzzles at any chess-like board. The puzzles to support should be 'Sudoku', 'Binario', 'Queens', 'Nonograms' and 'Connecting pipes'.
Rusty logger Rust A multi-threaded .log parser and analyzer to be used only as a CLI tool. It could support multiple log formats (through config file), allow users to search patterns and produce new reports.

Note

This table is coded as a basic Markdown table, without any sorting nor filtering.