Skip to content

Instantly share code, notes, and snippets.

/* General styling */
QWidget {
background-color: #2a2a2a;
color: #B7B7B7;
}
QPushButton {
background-color: #434343;
border: 2px #434343;
border-radius: 3px;
@jordanluyke
jordanluyke / kicad-coil.js
Last active April 17, 2023 20:18
KiCad coil maker
const { writeFile } = require("fs/promises")
const net = 1
const width = 36
const spacing = 2
const turns = 3
const centerX = 159.5
const centerY = 150
const layer = "B.Cu"
const innerDiameter = 50
@nicolasdao
nicolasdao / open_source_licenses.md
Last active May 18, 2024 21:51
What you need to know to choose an open source license.