Skip to content

Instantly share code, notes, and snippets.

View cjber's full-sized avatar

Cillian Berragan cjber

View GitHub Profile
@cjber
cjber / arch-linux-install.md
Last active May 2, 2021 12:56 — forked from kylemanna/arch-linux-install.md
Minimal instructions for installing arch linux on an UEFI NVMe system with full system encryption using dm-crypt and luks
import numpy as np
import random
import matplotlib.pyplot as plt
cats = ['animals', 'countries', 'fruits', 'veggies']
data = [np.genfromtxt('./clustering-data/' + c,
delimiter=' ', dtype='O') for c in cats]