Paolo Redaelli personal blog

Category: Software Libero

Link

https://github.com/uNetworking/uSockets

Miniscule cross-platform eventing, networking & crypto for async applications

Uniform eXchange Format (uxf)

Uniform eXchange Format (uxf) is a plain text human readable optionally typed storage format that supports custom types. It may serve as a convenient alternative to csv, ini, json, sqlite, toml, xml, or yaml. https://github.com/mark-summerfield/uxf Looks smart and interesting! Expecially this part: Implmenting a UXF pretty printer whould be doable by a CS major as…