Skip to content

Instantly share code, notes, and snippets.

View aquila12's full-sized avatar

Lissa Moriarty aquila12

View GitHub Profile
@aquila12
aquila12 / Dockerfile
Created February 14, 2022 01:32
Dragonruby Wrapper, so that dragonruby-publish can work outside of the dragonruby install dir (so your repo doesn't need the runtime)
FROM ubuntu:latest
ENV PATH=/drb:${PATH}
RUN apt update; apt -y install libcurl4
@aquila12
aquila12 / wcag-contrast.scm
Last active May 1, 2024 08:07
WCAG Contrast checker for GIMP
; WCAG contrast checker
; aquila12 (Lissa Moriarty)
; (c) 2022
; Provided under the MIT license
; Select FG + BG colours to check
; Colours > Check WCAG Contrast Ratio
; Check status bar for report
; Based on the WCAG specifications
@aquila12
aquila12 / emotegen.scm
Last active May 1, 2024 08:07
Emote generator for GIMP
; Emote test page generator
; aquila12 (Lissa Moriarty)
; (c) 2022
; Provided under the MIT license
;
; for Scheherazade
(define AUTHOR_MAIL "Lissa Moriarty <h9e72r38k@mozmail.com>")
(define AUTHOR_NAME "Lissa Moriarty")
(define AUTHOR_DATE "17 Mar 2019")