Skip to content

Instantly share code, notes, and snippets.

View Bergrebell's full-sized avatar

Roman K Bergrebell

View GitHub Profile
@Bergrebell
Bergrebell / in_relentless_pursuit_of_rest_notes.md
Created March 5, 2024 12:54 — forked from benoittgt/in_relentless_pursuit_of_rest_notes.md
"In Relentless Pursuit of Rest" from Derek Prior
@Bergrebell
Bergrebell / setup.sh
Last active July 27, 2022 08:46
install pipenv on euler (ETH)
wget -P ./ https://bootstrap.pypa.io/pip/2.7/get-pip.py
python get-pip.py
python -m pip install --upgrade pip
pip install --user pipenv
mkdir 01_Playground
cd 01_Playground/
pipenv install --python 3.6
pipenv shell
@Bergrebell
Bergrebell / machine.js
Created October 10, 2020 13:31
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions