This project is a utility for creating passwords that are secure, different for each site you work with, and can be retrieved without having to store them in any kind of database. It can also be used for creating new unique, secure, me...
A pure C++ Posix interface.
With this project, I intend to implement many parts of Posix in pure
C++ without any reliance on libc.
Part of the motivation for this is that glibc and pthreads are very
bloated with features that are r...
This is a system of tiny co-routine like objects with internal state that can be attached to one another using a plug system. It also includes a top level scheduler called an event dispatcher.