Skip to content

Instantly share code, notes, and snippets.

View globalcitizen's full-sized avatar
🎯
Focusing

Walter Stanish globalcitizen

🎯
Focusing
View GitHub Profile
From self[at]sungpae.com Mon Nov 8 16:59:48 2021
Date: Mon, 8 Nov 2021 16:59:48 -0600
From: Sung Pae <self[at]sungpae.com>
To: [email protected]
Subject: Permissive forwarding rule leads to unintentional exposure of
containers to external hosts
Message-ID: <YYmr4l1isfH9VQCn@SHANGRILA>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha256;
protocol="application/pgp-signature"; boundary="QR1yLfEBO/zgxYVA"
@muhuk
muhuk / ttf2love.py
Created September 30, 2014 13:36
Converts TTF fonts to a PNG file recognized by Love2D game engine.
#!/usr/bin/env python
import sys
from PIL import Image, ImageChops, ImageDraw, ImageFont
BACKGROUND_COLOR = (0, 0, 0, 0)
FONT_COLOR = (255, 255, 255, 255)
MARKER_COLOR = (255, 255, 0, 255)
@shivaas
shivaas / US Bank holidays (up to 2020)
Last active February 27, 2023 04:16
CSV for all US bank holidays till 2020. First row is the header. Dates are MYSQL format.
1,2012-01-02,New Year Day
2,2012-01-16,Martin Luther King Jr. Day
3,2012-02-20,Presidents Day (Washingtons Birthday)
4,2012-05-28,Memorial Day
5,2012-07-04,Independence Day
6,2012-09-03,Labor Day
7,2012-10-08,Columbus Day
8,2012-11-12,Veterans Day
9,2012-11-22,Thanksgiving Day
10,2012-12-25,Christmas Day