Skip to content

Instantly share code, notes, and snippets.

View nobkd's full-sized avatar
🦩
Whatever.

nobkd

🦩
Whatever.
  • 04:01 (UTC +02:00)
View GitHub Profile
@jdegenstein
jdegenstein / build123d-OCP.code-snippets
Last active February 6, 2025 03:18
VSCode Snippet for build123d + OCP CAD Viewer modeling / speed running
{
// build123d CodeCAD speedmodeling snippet by Jern
//
// This was specifically designed for use with TooTallToby's modeling challenges, but applicable for
// all CodeCAD modeling, but customize as desired for your own needs. This provides:
// 1. A file template that reduces the time necessary to "just start coding/modeling"
// 2. Shortcuts like "?ebds + TAB" that creates a BuildSketch + extrude block
//
// recommended to bind "Snippets: Fill file with Snippet" to e.g. CTRL + ALT + N
// recommended to bind "Jupyter: Restart Kernel" to e.g. CTRL + ALT + /
@CodeIter
CodeIter / termux-pacman-glibc-setup.sh
Last active March 22, 2025 19:20
Setup `glibc-runner` with pacman on Termux and install Deno.JS and Bun.JS .
#!/usr/bin/env -S bash -xeuo pipefail
set -xeuo pipefail
pkg install pacman patchelf \
which time ldd tree
echo
echo