cullmann.io/content/links.md

33 lines
638 B
Markdown
Raw Normal View History

+++
title = "Links"
+++
Links to stuff I often use/read/...
Might be useful for others, but in the end just a pile of stuff I don't want to search over and over again.
The libraries linked below will in most cases be for C or C++.
2019-04-09 22:46:05 +02:00
## Programming News/Information
* News, Status & Discussion about Standard C++: https://isocpp.org
2019-04-09 22:46:05 +02:00
## Multi-Purpose Libraries
2019-04-09 22:46:05 +02:00
* Qt: https://www.qt.io
* BOOST: https://www.boost.org
## Compression Libraries
* LZ4 compression: https://lz4.github.io/lz4
## XML Libraries
2019-04-09 22:46:05 +02:00
* light-weight C++ XML processing: https://pugixml.org
## JSON Libraries
2019-04-09 22:46:05 +02:00
* fast JSON parser/generator: http://rapidjson.org