[Home] [Projects]

Projects

All of my projects are on Codeberg and GitHub. Here is a list of cool stuff I built:

  • slrp: an LSP for Rust
  • An LSP for Rust that is better than Ctags + grep, and more lightweight than Rust analyzer.

  • network-stats: a network monitoring tool
  • Me messing around with eBPF to try and track which domains the processes on my computer connect to.

  • duped: a file deduplicator
  • Find duplicate files by hashing their contents.

    Older projects

  • lua-interpreter: MSc project
  • It's a pretty complete interpreter!

  • rpools: BSc project
  • Inject memory pools directly into your C++ programs!