Skip to content

Instantly share code, notes, and snippets.

View SoMaCoSF's full-sized avatar

SoMaCo SoMaCoSF

View GitHub Profile
@SoMaCoSF
SoMaCoSF / coar.py
Created June 15, 2024 08:24
ManorLords Coat Of Arms Randomizer
import os
import random
import shutil
from PIL import Image, ImageDraw, ImageFont
from datetime import datetime
import argparse
import sys
import pyimgur
VERSION = "1.1"
@SoMaCoSF
SoMaCoSF / README.md
Created July 2, 2024 19:11 — forked from mbafford/README.md
Compare two PDFs using ImageMagick - provides a visual comaprison and a perceptual hash comparison (numerical)

PDF tools for comparing PDFs visually (overlaying two PDFs to see changed areas) and using a perceptual hash (numerical value indicating visual difference between the two files).

Useful for command line review of PDFs and de-duplication. Configure git to use these tools for better PDF history / comparison in git.

These scripts require imagemagick and poppler. Both installed from homebrew.


Setup git to use a custom diff using:

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SoMaCoSF
SoMaCoSF / con2.mermaid
Created July 2, 2024 22:31
connections
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SoMaCoSF
SoMaCoSF / house.mermaid
Last active July 3, 2024 19:23
Congress
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SoMaCoSF
SoMaCoSF / documentation_style_guide.rmd
Created December 20, 2024 02:55
Cursor Composer Agent Documentation Style_guide_rules
---
title: "Multi-Pass Documentation Patterns"
author: "Roul-App Development Team"
date: "`r format(Sys.time(), '%B %d, %Y')`"
output:
html_document:
theme: united
highlight: tango
toc: yes
toc_depth: 3
@SoMaCoSF
SoMaCoSF / cursor_standards.rmd
Created December 22, 2024 06:28
Cursor IDE Development Standards
---
title: "Cursor IDE Development Standards"
author: "Cursor Development Team"
date: "`r format(Sys.time(), '%B %d, %Y')`"
output:
html_document:
theme: united
toc: true
toc_float: true
---