Skip to content

Instantly share code, notes, and snippets.

\documentclass[12pt]{article}
\usepackage{amsmath} % flere matematikkommandoer
\usepackage[utf8]{inputenc} % æøå
\usepackage[T1]{fontenc} % mere æøå
\usepackage[danish]{babel} % orddeling
\usepackage{verbatim} % så man kan skrive ren tekst
\usepackage[all]{xy} % den sidste (avancerede) formel i dokumentet
\usepackage{listings}
\lstset{
numbers=left
class matrix {
//////////////////////////////////////////////////////////////////
// Class matrix:
//
// This is a 2 dimensional real matrix class. Objects of this
// type are instantiated as e.g.
//
// matrix A = matrix(3, 2);
//
// in which case, A is a matrix with 3 rows and 2 columns of
# Docker vs VM
- light weight
- access to a bunch of images... docker hub
- fast
# Docker? It's really not that difficult
- Dockerfile
- Image
- Container
- Docker compose
@tonsV2
tonsV2 / .gitignore
Last active March 30, 2023 10:56
DHIS2 Kubernetes Quick Start
.idea
@tonsV2
tonsV2 / .gitignore
Last active May 21, 2025 10:47
Postgresql incremental backup using Docker Compose
.idea