Structure cmake_example/ ├── CMakeLists.txt ├── config.hpp.in └── main.cpp Files CMakeLists.txt config.hpp.in main.cpp Execution $ cmake -S”src” -B”build” $ cmake –build
Continue readingPacking list (Winter vacation)
This is a packing list for a winter vacation, which is abroad, and you are not traveling by plane. General
Continue readingSwitch between docker platforms (macOS)
Introduction Docker Engine … Client-server application Docker CLI Docker daemon (docker) (Docker REST API) (dockerd) Docker Desktop / OrbStack …
Continue readingParallelize without own threading (oneTBB)
oneTBB The library abstracts all the thread handling from you, like the task scheduler and its thread pool. Features (selection)
Continue readingC++ develop container (Docker)
Docker file cpp_dev.dockerfile FROM debian:latest # Set non-interactive mode to avoid prompts during installation ENV DEBIAN_FRONTEND=noninteractive # Install necessary packages
Continue readingGo terminology (Japanese)
Japanese Meaning 1 Aji Potential Dame Neutral point Geta Net Gote Playing second Hane Reach around Hasami Pincer Hasami-tsuke Pincer
Continue readingGit-submodule and Git-lfs
Git-submodule … allows you to include one repository inside another, keeping them as separate projects. Add a submodule to your
Continue readingQ&A – Electrics
Is it dangerous to touch the conductors of a power cable? This concerns electricity available in households, specifically AC at
Continue readingForward X11 to macOS (Docker)
xsddiagram is used as an example application. Dockerfile FROM debian:bullseye-slim # Install packages RUN apt update && apt-get install -y
Continue readingHow to pass arguments (C++)
Analysis Code ▼ Output ▼ Constructor: bar_0 Not store copy run_copy_no_store Constructor: bar_1 === lvalue === Copy Constructor: bar_1 ===
Continue reading