Skip to content

Instantly share code, notes, and snippets.

View ZacharyDigital's full-sized avatar
💯
Focusing

Zachary ZacharyDigital

💯
Focusing
View GitHub Profile
@ZacharyDigital
ZacharyDigital / index.html
Last active July 16, 2025 09:51
Terminus Equation Calculator
<h1>Terminus Equation Calculator (BO6)</h1>
<h2>Select Values for x, y and z</h2>
<div class="variable" id="x-variables">
<h2>X:</h2>
<div class="image-option" onclick="selectVariable('x', 0)">
<img src="https://i.ibb.co/5rDRw30/symbols-01.jpg" alt="Value 0">
</div>
<div class="image-option" onclick="selectVariable('x', 10)">

Installing OpenDevin in Windows 10 / 11 using WSL 2

Setup WSL2 Ubuntu for Running Devin

Install WSL2 Ubuntu

wsl --install -d Ubuntu

# (manually) launch a terminal
@ZacharyDigital
ZacharyDigital / ai-ml-toolkit.md
Created April 9, 2024 16:34 — forked from 0xdevalias/ai-ml-toolkit.md
Some notes on AI/ML tools that seem interesting/useful (largely aiming to focus on open source tools)