Explore >> Select a destination


You are here

floooh.github.io
| | thecodinginterface.com
9.2 parsecs away

Travel
| | In this article I demonstrate how to install OpenCV for C++ from source using cmake. Following this I show how to configure my favorite code editor, Visual Studio Code (VS Code), along with the awesome Microsoft extensions CMake Tools and C/C++ IntelliSense which provides a fantastic, productivity boosting, development environment.
| | michaelscodingspot.com
11.4 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | mcuoneclipse.com
10.1 parsecs away

Travel
| | I discuss the usefulness of CMake Presets in VS Code. As an open-source, cross-platform build generator, CMake provides a way to manage complex build processes. However, difficulties with CMake Kits led me explore the CMake Presets feature. Through custom JSON files, this feature simplifies the build process by allowing configuration, build, and test processes that...
| | swiftwithmajid.com
66.3 parsecs away

Travel
| The primary goals of the microapps architecture are to maintain separation of concerns to enhance compile time, adhere to the single responsibility principle, and facilitate continuous delivery, allowing for the deployment of a feature without the need for the completion of other features.