You may also enjoy
Deploying c++17 python wrapped code to pypi
3 minute read
So, you want to deploy a python package to pypi that has been wrapped by pybind11? Me too!
Enabling code coverage in an external ITK module with gcov
2 minute read
This post explains how to run code coverage using gcov in an external or remote module of ITK. It only has some specific of ITK, so it can be useful for usin...
Trying CLion and comparing it with Vim, Neovim
2 minute read
I had to try it after so many people have been talking good stuff about CLion for c++ development.
Installing TensorFlow in remote Ubuntu 16.04 via ssh
3 minute read
I will basically follow the TensorFlow instructions for Ubuntu 16.04. I do want to use GPU, and I am doing it via ssh (maybe useful if you are doing the same...