Currently I am working on three software projects:
jobscannerA Telegram bot written in Python that scrapes your favorite companies’ websites for new job listigs and notifies you when a new role is posted. (see blog post)HeHuA CRUD app based on Flask for head hunters and personnel consultings agencies. WIP.ilkA REPL for matroid computations, written in C. WIP.
In the past, I have been also involved in
GCG(generic column generation) A MIP solver using column generation written in C and C++. My contribution however, was rather focused on Python, bash, and awk scripts that were supplemental to the project. The next project was a byproduct of that work.strIPlib(structured Integer Program library) A library containing integer programs that are somewhat structured (i.e. they have a good Dantzig-Wolfe decomposition) for testing, benchmarking, and experimenting. Initial test runs ofGCGwith extraction of statistics and most of the documentation were done by me.