Skip to content

Instantly share code, notes, and snippets.

View sdsalyer's full-sized avatar

S. D. Salyer sdsalyer

View GitHub Profile
@sdsalyer
sdsalyer / o0o.py
Created February 16, 2025 17:35
Python Arcade work-in-progress bubble game
"""
.oOo.oOo.
by b3rts
"""
from arcade.types import Color
from typing_extensions import override
import arcade
import random
@sdsalyer
sdsalyer / apuevm.sh
Created July 17, 2025 17:34
A Bash script to start, stop, and query status of a QEMU/virt-manager VM using virsh
#!/bin/bash
# Generated by Claude Haiku 3.5 at Duck.ai
# Modified by b3rts to make it work
# Script: apuevm.sh
# Purpose: Manage a QEMU/virt-manager virtual machine in "headless" mode
# Note: By default, virsh uses `--connect qemu:///session` forp VMs in the current user's session
# I had to specify `--connect qemu:///system para` for system-level VM