Skip to content

Instantly share code, notes, and snippets.

@foofoodog
foofoodog / Dockerfile
Last active July 6, 2019 19:28
steamcmd rust server
from ubuntu as patched
run apt-get update; \
apt-get install software-properties-common apt-utils debconf-utils -y; \
apt-get install --reinstall ca-certificates; \
add-apt-repository multiverse; \
dpkg --add-architecture i386; \
apt-get update;
from patched as steamcmd
copy rust.sh .
@foofoodog
foofoodog / Ryobi adaptor.scad
Last active March 8, 2022 18:41
Big Clive Ryobi Adaptor
// Fron Big Clive
// https://www.youtube.com/watch?v=0oBbF3bcDck
//Ryobi adaptor
$fn=50;
height=20;
difference(){
union(){
//main block
cylinder(h=height,d=29);
translate([-14.5,0,0])