Skip to content

Instantly share code, notes, and snippets.

View madskjeldgaard's full-sized avatar

Mads Kjeldgaard madskjeldgaard

View GitHub Profile
@reed-jones
reed-jones / kitty.sh
Created May 14, 2018 04:49
Kitty Terminal Build Script for a fresh Ubuntu 18.04
#!/bin/sh
# installs requirements and builds kitty from source
# on a fresh Ubuntu 18.04 install
#
# https://github.com/kovidgoyal/kitty
sudo apt install python3-dev git gcc build-essential pkg-config libharfbuzz-dev libpng-dev libfontconfig1-dev libgl1-mesa-dev libxkbcommon-x11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
cd /opt
sudo git clone https://github.com/kovidgoyal/kitty
@ednisley
ednisley / Proto Board Holder.scad
Created November 19, 2017 23:56
OpenSCAD source code: Prototype board holder with mounting holes and selectable board sizes
// Test support frame for proto boards
// Ed Nisley KE4ZNU - Jan 2017
// June 2017 - Add side-mount bracket, inserts into bottom
// 2017-11 - Selectable board sizes, chassis mounting holes
/* [Options] */
PCBSelect = "ArdUno"; // ["20x80","40x60","30x70","50x70","70x90","80x120","ArdDuemil","ArdMega","ArdPro","ArdUno","ProtoneerCNC"]
Layout = "Frame"; // [Frame, Bracket]
@uliska
uliska / basic-notation.ly
Created November 21, 2016 15:00
Displaying basic Just Intonation pitches
\version "2.19.50"
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Basic Notation Example for "Just Intonation with LilyPond" paper
%
% This file is self-contained to be compiled with recent versions
% of LilyPond's 2.19 development version or later. It will not work
% with LilyPond 2.18.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@alexhayes
alexhayes / Reaper DDP Creation, Verification & Burn.rst
Last active September 28, 2025 09:41
Reaper DDP Creation, Verification and Burn Instructions.

DDP Creation, Verification & Burn

DDP creation, verification & burn using Reaper, ddpinfo_ and ImgBurn_.

Reaper

TLDR

@ajford
ajford / .ycm_extra_conf.py
Last active April 12, 2021 11:55
PlatformIO/YouCompleteMe Integration
"""
YouCompleteMe extra configuration for Platformio based
projects.
Based on the `.ycm_extra_conf.py` by @ladislas in his Bare-Arduino-Project.
Anthony Ford <github.com/ajford>
"""
import os
@roachhd
roachhd / README.md
Last active December 23, 2025 22:24
Basics of BrainFuck

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

BrainFuck Programming Tutorial by: Katie

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

INTRODUCTION