Text
This commit is contained in:
parent
c36634d58b
commit
4318bc1677
@ -22,19 +22,9 @@ toc: yes
|
|||||||
* [spdlog](https://github.com/gabime/spdlog): журналирование
|
* [spdlog](https://github.com/gabime/spdlog): журналирование
|
||||||
* [cpptoml](https://github.com/skystrife/cpptoml): чтение [TOML](https://github.com/toml-lang/toml)
|
* [cpptoml](https://github.com/skystrife/cpptoml): чтение [TOML](https://github.com/toml-lang/toml)
|
||||||
* [gsl-lite](https://github.com/martinmoene/gsl-lite/): реализация рекомедаций [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines)
|
* [gsl-lite](https://github.com/martinmoene/gsl-lite/): реализация рекомедаций [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines)
|
||||||
|
* [mpfrc++](http://www.holoborodko.com/pavel/mpfr): C++ интерфейс для [MPFR](https://www.mpfr.org/)
|
||||||
|
|
||||||
### Qt
|
### Qt
|
||||||
|
|
||||||
* [Обработка сигналов UNIX](https://github.com/sjinks/qt_signalwatcher)
|
* [Обработка сигналов UNIX](https://github.com/sjinks/qt_signalwatcher)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```plantuml
|
|
||||||
@startuml
|
|
||||||
Alice -> Bob: Authentication Request
|
|
||||||
Bob --> Alice: Authentication Response
|
|
||||||
|
|
||||||
Alice -> Bob: Another authentication Request
|
|
||||||
Alice <-- Bob: another authentication Response
|
|
||||||
@enduml
|
|
||||||
```
|
|
||||||
|
Loading…
Reference in New Issue
Block a user