I think most of us have some abandoned projects collecting dust on Github. Post them here so others can work on it or you even get enough motivation to start working on it again.
For example, I started an user mode network stack in Python: https://github.com/fotcorn/pynetworkstack which responses to ping requests, but nothing more.
http://adam.ierymenko.name/flatland.shtml
https://github.com/adamierymenko/flatland
An evolvable code artificial life engine that I wrote while in college-- its quite sophisticated and still runs:
https://github.com/adamierymenko/archis
Nanopond is another, an attempt to condense the above into its smallest possible essence and in C. A number of folks have ported it to other languages, and I got one e-mail a while back that they were using it for burn-in testing on some supercomputing hardware at Lawrence Livermore:
http://adam.ierymenko.name/nanopond.shtml
Java n-dimensional array library-- also works but haven't touched in a long time:
https://github.com/adamierymenko/hyperdrive