add good old link farm, why should I search this stuff again and again, people might think it is useful
This commit is contained in:
parent
ef4f7f6a29
commit
1de65add8b
|
@ -121,7 +121,12 @@ pygmentscodefencesguesssyntax = true
|
||||||
url = "academic/"
|
url = "academic/"
|
||||||
weight = 40
|
weight = 40
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Links"
|
||||||
|
url = "links/"
|
||||||
|
weight = 50
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Impressum"
|
name = "Impressum"
|
||||||
url = "impressum/"
|
url = "impressum/"
|
||||||
weight = 50
|
weight = 60
|
||||||
|
|
26
content/links.md
Normal file
26
content/links.md
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
+++
|
||||||
|
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++.
|
||||||
|
|
||||||
|
## C++
|
||||||
|
|
||||||
|
* News, Status & Discussion about Standard C++: https://isocpp.org
|
||||||
|
|
||||||
|
## Compress Libraries
|
||||||
|
|
||||||
|
* LZ4 compression: https://lz4.github.io/lz4/
|
||||||
|
|
||||||
|
## XML Libraries
|
||||||
|
|
||||||
|
* light-weight C++ XML processing: https://pugixml.org/
|
||||||
|
|
||||||
|
## JSON Libraries
|
||||||
|
|
||||||
|
* fast JSON parser/generator: http://rapidjson.org/
|
||||||
|
|
Loading…
Reference in a new issue