Django projects
Most web projects started with hand coded php files (some even as c-binaries), later I turned to the php-framework yii. But ultimately, I prefer python...
Zombie Lab
https://michi.is-a-geek.org/zombie
A small strategy/research management game with a zombie simulation after each turn.
Wiki
https://wiki.michi.is-a-geek.org
Mostly for personal how-to collections. Later for kaba reference pages and now mostly for math ideas.
The articles are stored in mongodb (previously mysql and chouchdb) in my own dialect of media wiki syntax. Latex math rendering used to be handled on the server, by rendering png images via shell scripts. Now, mathjax is used in the browser.
Groove machine learning
https://michi.is-a-geek.org/groove
A stupid idea: the website presents randomly generated drum loops and you have to rate its grooviness. From the input data, a simple machine learning script (sklearn/random forests) try to predict some good grooves.
Surprisingly, not completely horrible.
|