Start with a basic Fedora 27 Desktop installation.
Install any typical apps needed for software development like Git and Visual Studio Code.
The curl
command should be available by default.
Start with a basic Fedora 27 Desktop installation.
Install any typical apps needed for software development like Git and Visual Studio Code.
The curl
command should be available by default.
#!/bin/bash | |
set -eu | |
if [ $# -ne 0 ]; then | |
echo "no arguments allowed for ${0##*/}, given: $*" >&2 | |
exit 64 | |
fi | |
bindir=$( cd "${BASH_SOURCE[0]%/*}" && pwd ) |
Folks, Leave me a comment / URL if something you like is missing!
Resource | Description |
---|---|
Kube Academy | https://kube.academy/ |
kuernetes-101 | https://kube.academy/courses/kubernetes-101/ |
Docs Home | https://kubernetes.io/docs/home/ |
CKS CKA CKAD Simulator | https://killer.sh/ |
Cache-Oblivious Algorithms and Data Structures - Erik Demaine (One of the earliest papers in cache oblivious data structures and algorithms that introduces the cache oblivious model in detail and examines static and dynamic cache oblivious data structures built between 2000-2003)
Cache Oblivious B-Trees - Bender, Demaine, Farch-Colton (This paper presents two dynamic search trees attaining near-optimal performance on any hierarchical memory. One of the fundamental papers in the field where both search trees discussed match the optimal search bound of ฮ(1+log (B+1)N) memory transfers)
Cache Oblivious Search Trees via Binary Trees of Small Height - Brodal, Fagerberg, Jacob (The data structure discussed in this paper works on the version of [2] but avoids the use o