Skip to content

Instantly share code, notes, and snippets.

View krehl's full-sized avatar
🏠
Working from home

Konstantin Krehl krehl

🏠
Working from home
View GitHub Profile
@krehl
krehl / machine.js
Last active May 4, 2021 14:01
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@krehl
krehl / escape.from.tarkov.keybindings.md
Created February 3, 2019 23:30 — forked from TheDonDope/escape.from.tarkov.keybindings.md
Escape from Tarkov Keybindings

Escape from Tarkov Controls Cheat Sheet

BEGINNER'S GUIDE - ALL CONTROLS + TIPS (Escape from Tarkov)

Controls

  • Hold Shift when zoomed in with Mouse Right Click to hold breath and steady aim
  • Press B to switch between firing modes 🔥 (You will always start a raid in single fire mode)
    • The animation when switching to 🔥 🔥 🔥 fire is an ⬆️ flick
  • The animation when switching to 🔥 fire is an ⬇️ flick

Keybase proof

I hereby claim:

  • I am krehl on github.
  • I am kkrehl (https://keybase.io/kkrehl) on keybase.
  • I have a public key whose fingerprint is 9008 14D5 AEB3 0CC7 2D32 9DB2 837A 474C FBC0 4962

To claim this, I am signing this object:

sudo apt-get update && apt-get install git-core curl build-essential openssl libssl-dev
git clone https://github.com/joyent/node.git
cd node
# 'git tag' shows all available versions: select the latest stable.
git checkout enter-a-version
# Configure seems not to find libssl by default so we give it an explicit pointer.
# Optionally: you can isolate node by adding --prefix=/opt/node