Skip to content

Instantly share code, notes, and snippets.

@dtoma
dtoma / labgate.md
Created August 30, 2019 10:02
JupyterLab Fargate
@dtoma
dtoma / libdiv.md
Last active August 30, 2019 10:01
cython libdiv
@dtoma
dtoma / hanajson.cpp
Last active August 9, 2019 03:13
Hana <> JSON
#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. */
@dtoma
dtoma / webtop.md
Last active August 6, 2019 15:21
Webtop
@dtoma
dtoma / haskell_at_work.md
Created July 19, 2019 08:01
Haskell at work pitch

Checklist for a pitch.

Dependency management

Cabal

Packagking

Binary Docker

@dtoma
dtoma / expenses.md
Last active August 3, 2019 14:21
Expenses app
@dtoma
dtoma / subset.md
Last active July 4, 2019 09:44
A subset of C++