https://z2jh.jupyter.org/en/latest/
https://aws.amazon.com/fargate/?nc=sn&loc=1
Spawn a notebook in a container, when we close the notebook we should destroy the container as well.
Keep track of $
.
https://z2jh.jupyter.org/en/latest/
https://aws.amazon.com/fargate/?nc=sn&loc=1
Spawn a notebook in a container, when we close the notebook we should destroy the container as well.
Keep track of $
.
#include <iostream> | |
#include <string> | |
/* Metaprogramming library, enables us to iterate over structure members. */ | |
#include <boost/hana.hpp> | |
namespace hana = boost::hana; | |
/* Create and manipulate JSON objects. */ |
Make a web version of HTOP.
Using unique_ptr as a handle on a ressource is great (be it memory, file...).