2019-04-09 22:30:28 +02:00
|
|
|
+++
|
|
|
|
title = "Links"
|
2019-08-04 12:52:56 +02:00
|
|
|
author = "Christoph Cullmann"
|
2024-05-01 11:06:29 +02:00
|
|
|
showDate = false
|
|
|
|
showAuthor = false
|
|
|
|
showReadingTime = false
|
2019-04-09 22:30:28 +02:00
|
|
|
+++
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2022-08-15 17:36:34 +02:00
|
|
|
* Zstandard compression: https://facebook.github.io/zstd/
|
|
|
|
|
|
|
|
* 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-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
|
|
|
|
|
2024-04-15 22:20:43 +02:00
|
|
|
* dovecot 2.x documentation: https://doc.dovecot.org/
|
2019-04-13 22:50:28 +02:00
|
|
|
|
|
|
|
* blacklist performance monitoring: https://www.intra2net.com/en/support/antispam/
|
2022-08-15 17:39:01 +02:00
|
|
|
|
|
|
|
## HHKB Resources
|
|
|
|
|
|
|
|
* HHKB Reddit: https://www.reddit.com/r/HHKB/
|
|
|
|
|
2024-04-15 22:20:11 +02:00
|
|
|
* HHKBs compared (Pro 2 vs. Classic vs. Hybrid Type-S): https://seongminpark.com/hhkbs-compared/
|
2022-08-15 17:39:01 +02:00
|
|
|
|
|
|
|
* HHKB Professional Hybrid review: https://materialjournal.com/blog/hhkb-hybrid-review
|