Skip to content

Instantly share code, notes, and snippets.

@gingershaped
gingershaped / flags.json
Last active January 30, 2024 16:21
Flag data
[
{
"type": "boolean",
"name": "Literate mode",
"flag": "l"
},
{
"type": "boolean",
"name": "Preset stack",
"flag": "H"
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<template id="stripe-template">
<div class="stripe">
logging.basicConfig(format="[%(name)s] %(levelname)s: %(message)s", stream=sys.stdout, level=logging.INFO)
from PIL import Image, ImageDraw, ImageColor
from os.path import splitext
OPACITY = 150
COLORS = [
(*ImageColor.getrgb("red"), OPACITY),
(*ImageColor.getrgb("orange"), OPACITY),
(*ImageColor.getrgb("yellow"), OPACITY),
(*ImageColor.getrgb("green"), OPACITY),
(*ImageColor.getrgb("blue"), OPACITY),

Waterjet Lists

This is a list of repositories for Etch's Waterjet package manager. If you want to add a package, you should probably find a suitable repository for it. If you want to add a new repository, comment below and I'll look into it.

How to use GingerBot

TNB Conlang (katlani)

To queue a word to be added to the word list, send a message formatted like __WR: word (p):__ Definition where word is the Katlani word, p is the part of speech, and definition is the definition. Example: __WR: caminar (v):__ Walk

Part of speech Abbreviations
Prefixes and Suffixes pre, suf
---- Minecraft Crash Report ----
// Why did you do that?
Time: 5/20/21 5:18 PM
Description: Exception in server tick loop
java.lang.NullPointerException: Exception in server tick loop
at flaxbeard.immersivepetroleum.common.IPSaveData.setDirty(IPSaveData.java:69) ~[?:3.2.0-3] {re:classloading}
at flaxbeard.immersivepetroleum.common.CommonEventHandler.onSave(CommonEventHandler.java:66) ~[?:3.2.0-3] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_720_CommonEventHandler_onSave_Save.invoke(.dynamic) ~[?:?] {}