최근 포스트

CryotoPP Example

2021.08.28   dev

CryptoPP https://www.cryptopp.com/ Crypto++ 사용하기, 예제 암호화 지식 (개발자)

Docker 내부 네트워크 상태 확인

2021.08.26   devops

netstat Host 머신에서 netstat 명령으로 docker container의 네트워크 상태가 확인 안됨 물론 container 내부에서 실행하면 되지만… docker container는 bridge 네트워크 기반으로 운영이 되...

Golang, Cgo

2021.08.23   dev

Cgo enables the creation of Go packages that call C code.

Vcpkg Basic

2021.08.18   dev

https://vcpkg.io/ Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This tool and ecosystem are constantly evolving, and we always app...

Httplib (cpp-httplib) Sample

2021.08.18   dev

Introduction https://github.com/yhirose/cpp-httplib A C++11 single-file header-only cross platform HTTP/HTTPS library. This is a multi-thread...