marcel.baur ~/code ls
What am I coding right now
Except for, you know, at work
PROPPARSE
While developing another project I noticed the lack of a simple parser for .properties
files. So I wrote one myself.
It also just happens to be the first open source project I “properly” released.
Follow this project on github.
CONFIG-PARSE
A tool to verify your config files. It will tell you which keys are missing across different config files for your development/integration/production/… stages.
Follow development of this project on github.
PNG-ME
It’s inspired by this book, which means that I couldn’t really find something to work on myself. Nevertheless it looks like a cool project that gets me to use Rust again.
The goal of this proejct is to encode secret messages in a png file and then decode them again.
Follow this project on github.