Skip to content

Instantly share code, notes, and snippets.

View metaver5o's full-sized avatar
💭
cryptography enthusiast

metaver5o.eth metaver5o

💭
cryptography enthusiast
  • Pixelvault
  • Earth
View GitHub Profile
# docker run -it --rm -v keybase:/home/keybase keybase:latest
FROM ubuntu:16.04
ENV HOME /home/keybase
RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https \
ca-certificates \
curl \
&& curl -O https://dist.keybase.io/linux/deb/keybase-latest-amd64.deb \
@smittytone
smittytone / zx81.ino
Last active May 24, 2020 03:56
Arduino Leonardo code for ZX81 USB Keyboard
// ZX81 USB Keyboard for Leonardo
// (c) Dave Curran
// 2013-04-27
// Modified with Function keys by Tony Smith
// 2014-02-15
#define NUM_ROWS 8
#define NUM_COLS 5