Skip to content

Instantly share code, notes, and snippets.

@Adam-Clrk
Adam-Clrk / cloud-init.yaml
Last active February 6, 2024 20:12
Minecraft server cloud-init
#cloud-config
users:
- default
- name: minecraft
ssh_import_id: gh:adam-clrk
gecos: Minecraft server user
lock_passwd: true
#sudo: ALL=(ALL) NOPASSWD:ALL
package_update: true
package_upgrade: true
@Adam-Clrk
Adam-Clrk / k-means-clustering-colours-from-image.ipynb
Last active March 26, 2023 18:30
K-means clustering colours from image
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.