2019-04-09 22:30:28 +02:00
|
|
|
+++
|
|
|
|
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
|
2019-04-09 22:30:28 +02:00
|
|
|
|
|
|
|
* News, Status & Discussion about Standard C++: https://isocpp.org
|
|
|
|
|
2019-04-09 22:46:05 +02:00
|
|
|
## Multi-Purpose Libraries
|
2019-04-09 22:30:28 +02:00
|
|
|
|
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
|
2019-04-09 22:30:28 +02:00
|
|
|
|
|
|
|
## XML Libraries
|
|
|
|
|
2019-04-09 22:46:05 +02:00
|
|
|
* light-weight C++ XML processing: https://pugixml.org
|
2019-04-09 22:30:28 +02:00
|
|
|
|
|
|
|
## JSON Libraries
|
|
|
|
|
2019-04-09 22:46:05 +02:00
|
|
|
* fast JSON parser/generator: http://rapidjson.org
|
2019-04-09 22:30:28 +02:00
|
|
|
|
2019-04-15 09:38:13 +02:00
|
|
|
## Git
|
|
|
|
|
|
|
|
* BFG Repo-Cleaner, fast way to remove stuff from the history: https://rtyley.github.io/bfg-repo-cleaner/
|
|
|
|
|
2019-04-13 22:50:28 +02:00
|
|
|
## Mail Server Stuff
|
|
|
|
|
|
|
|
For my mails, I use postfix & dovecot, here some links about documentation and more.
|
|
|
|
|
|
|
|
* postfix documentation: http://www.postfix.org/documentation.html
|
|
|
|
|
|
|
|
* dovecot 2.x documentation: https://wiki2.dovecot.org/
|
|
|
|
|
|
|
|
* blacklist performance monitoring: https://www.intra2net.com/en/support/antispam/
|