Skip to content

Instantly share code, notes, and snippets.

@iNamik
iNamik / C64_Palette-c64wiki.gpl
Last active April 30, 2018 17:55
C64 Color Palette | Gimp Palette Format | http://www.c64-wiki.com/wiki/Color
GIMP Palette
Name: C64 Palette
Columns: 0
# https://www.c64-wiki.com/wiki/Color
0 0 0 Untitled
255 255 255 Untitled
136 0 0 Untitled
170 255 238 Untitled
204 68 204 Untitled
0 204 85 Untitled
@iNamik
iNamik / list_targets-Makefile
Last active October 16, 2024 18:29
Base Makefile With Ability To List Targets
##
# Base Makefile with ability to list targets
#
.PHONY: help about list targets
ME := $(realpath $(firstword $(MAKEFILE_LIST)))
# Contains trailing '/'
#
PWD := $(dir $(ME))
@iNamik
iNamik / docker_compose-Makefile
Last active January 22, 2024 13:12
Makefile To Help Manage Docker-Compose Services
##
# Makefile to help manage docker-compose services
#
# Built on list_targets-Makefile:
#
# https://gist.github.com/iNamik/73fd1081fe299e3bc897d613179e4aee
#
.PHONY: help about args list targets services build up down rebuild clean start status ps logs stop restart sh bash shell
# If you need sudo to execute docker, then udpate these aliases