Skip to content

Instantly share code, notes, and snippets.

View janaskar's full-sized avatar
💻
Improving skill sets

Jay janaskar

💻
Improving skill sets
View GitHub Profile
// U-Shape Dimensions
U_Length = 60; // Overall length of the U-section (Y-axis)
U_Inner_Width = 66; // Inner width of the U-section (X-axis)
U_Inner_Height = 25; // Inner height of the U-section (Z-axis, from base to top of clips)
U_Shell = 5; // Thickness of the U-section walls and base
// Clip Dimensions
Clip_Height = 2; // Vertical thickness of the clip/flange
Clip_Extrusion = 1.5; // Horizontal *gap between* the two inward-facing clips
@janaskar
janaskar / koala-x-crocodile.svg
Last active May 14, 2025 23:12
Koala riding a Crocodile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@janaskar
janaskar / powdock.bash
Last active December 6, 2023 00:59
Powercard docker
docker volume create portainer_data
docker run -d -p 9443:9443 -p 8000:8000 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest