Explore >> Select a destination


You are here

github.com
| | www.darkoperator.com
3.1 parsecs away

Travel
| |
| | thecodinginterface.com
4.9 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.
| | mesonbuild.com
5.6 parsecs away

Travel
| |
| | vxlabs.com
35.4 parsecs away

Travel
| The language server protocol was proposed by Microsoft as a way for different editors and development environments to share language analysis backends This post describes how to configure Emacs, lsp-mode and the palantir python-language-server for improved code intelligence when working on Python projects. (I'm planning a companion post for Emacs, C++ and the cquery language server.) Goal Before starting, it is motivating to see what we are working towards. With a correctly configured setup, Emacs will s...