term ~/projects
root@rafaerus_corner ~/projects/ ls -la
total 10
-rw-r--r-- rafa 4.0K rrd -> https://gitlab.com/rinuxu/rrd
# A really basic Rust implementation of the xxd core utility that creates a hex dump of a given file.
-rw-r--r-- rafa 4.0K ZiggyHashMap -> https://gitlab.com/rinuxu/ziggyhashmap
# A generic HashMap implementation in Zig using linked lists.
-rw-r--r-- rafa 4.0K VirtualPaaS -> https://gitlab.com/rinuxu/virtual-paas
# A Platform-as-a-Service (PaaS) implementation in Python I had to develop in my cloud computing course.
-rw-r--r-- rafa 4.0K BF-Interpreter -> https://gitlab.com/rinuxu/bf-interpreter
# A really quick and basic brainf*uck interpreter written in C.
-rw-r--r-- rafa 4.0K KanjiLens -> https://gitlab.com/rinuxu/kanji-lens
# Kanji recognition app written in Flutter as part of my final thesis.
-rw-r--r-- rafa 4.0K Text -> https://gitlab.com/rinuxu/text
# A library that provides a set of functions to manage and manipulate strings in C.
-rw-r--r-- rafa 4.0K Rustyvoxel -> https://gitlab.com/rinuxu/rustcraft
# A simple, chunk‐based voxel engine written in Rust.
-rw-r--r-- rafa 4.0K Chisai-os -> https://gitlab.com/rinuxu/chisai-os
# A minimal hobby operating system written in C for the x86_64 platform.
-rw-r--r-- rafa 4.0K LRC3 -> https://gitlab.com/rinuxu/lrc
# A virtual machine written in Rust that implements the Little Computer 3 architecture.
-rw-r--r-- rafa 4.0K NNFromScratch -> https://gitlab.com/rinuxu/nnfromscratch
# A straightforward implementation of a neural network built from scratch in Python.