Skip to content

Instantly share code, notes, and snippets.

View pjgpetecodes's full-sized avatar
💭
Making cool stuff!

Peter Gallagher pjgpetecodes

💭
Making cool stuff!
View GitHub Profile
@pjgpetecodes
pjgpetecodes / install.sh
Created November 6, 2021 10:20
Raspberry Pi .NET 6 Install Script
#!/bin/bash
echo -e "\e[1m----------------------------------------"
echo -e "\e[1m .NET 6 Installer"
echo -e "\e[1m----------------------------------------"
echo ""
echo -e "\e[1mPete Codes / PJG Creations 2021"
echo ""
echo -e "Latest update 05/11/2021"
echo ""
@pjgpetecodes
pjgpetecodes / gist:525d6a71fa51f4f7e41504b6aa1068a5
Created October 8, 2023 19:20
.NET 8 Raspberry Pi Install
#!/bin/bash
echo -e "\e[1m----------------------------------------"
echo -e "\e[1m .NET Installer"
echo -e "\e[1m----------------------------------------"
echo ""
echo -e "\e[1mPete Codes / PJG Creations 2023"
echo ""
echo -e "Latest update 08/10/2023"
echo ""
@pjgpetecodes
pjgpetecodes / sprites3.asm
Last active November 25, 2023 18:03
Sam Coupe Sprite Tutorial - Part 3
;
; -----------------------------------------------------------------------------------
; | |
; | Program: SAM Coupe Sprites Tutorial 3 |
; | Filename: Sprites3.asm |
; | Version: 1.1 |
; | Date: 12/10/2017 |
; | Author: Pete Gallagher - PJG Creations Ltd |
; | |
; -----------------------------------------------------------------------------------