DDP creation, verification & burn using Reaper, ddpinfo_ and ImgBurn_.
TLDR
| #!/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 |
| // 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] |
| \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. | |
| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| """ | |
| 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 |