30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
= Библиотеки для C, C++
|
||
:category: Программирование
|
||
:tags: программирование, C, C++, Qt,
|
||
|
||
:toc:
|
||
|
||
== C
|
||
|
||
* http://nanomsg.org[nanomsg]: сетевое взаимодействие
|
||
* https://noping.cc[oping]: работа с ICMP-пакетами
|
||
* https://github.com/xianyi/OpenBLAS[openblas]: оптимизированная версия
|
||
https://ru.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms[BLAS]
|
||
|
||
== C++
|
||
|
||
* https://github.com/nlohmann/json[JSON]
|
||
* https://github.com/fmtlib/fmt[fmtlib]: форматирование строк
|
||
* https://github.com/gabime/spdlog[spdlog]: журналирование
|
||
* https://github.com/skystrife/cpptoml[cpptoml]: чтение
|
||
https://github.com/toml-lang/toml[TOML]
|
||
* https://github.com/martinmoene/gsl-lite/[gsl-lite]: реализация
|
||
рекомендаций https://github.com/isocpp/CppCoreGuidelines[C++ Core
|
||
Guidelines]
|
||
* http://www.holoborodko.com/pavel/mpfr[mpfrc++]: C++ интерфейс для
|
||
https://www.mpfr.org/[MPFR]
|
||
|
||
== Qt
|
||
|
||
* https://github.com/sjinks/qt_signalwatcher[Обработка сигналов UNIX]
|