POOP is a badge for any software project that is [under attack by modern day puritans][opalgate]. Use this badge to declare that your project is POOP: Peacefully Opposing Oppressive Puritanism.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3.8 | |
import sys | |
import math | |
import unicodedata | |
table = [ | |
["A", "ALEF", "ALPHA"], # 001 Α α א | |
["B", "BET", "BETA"], # 002 Β β ב | |
["C", "GIMEL", "GAMMA"], # 003 Γ γ ג |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# version 2020090100, last updated tue sep 1 07:07:01 2020 utc | |
aaa | |
aarp | |
abarth | |
abb | |
abbott | |
abbvie | |
abc | |
able | |
abogado |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import asyncio | |
import httpx | |
import json | |
import sys | |
lt = { | |
16: 99, | |
17: 93, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
anti inflammatory diet | |
intermittend fasting (19-21) | |
carnivore | |
no coffee | |
no sugar (TODO) | |
no flour | |
weglassen: | |
kein getreide/gluten | |
keine milch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#![deny(warnings)] | |
use warp::{ | |
Filter, | |
http::{ | |
HeaderMap, | |
Method | |
}, | |
path::{ | |
FullPath |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Koa = require("koa"); | |
const app = new Koa(); | |
app.use((ctx) => { | |
ctx.body = `${ctx.method}, ${ctx.path}, ${JSON.stringify( | |
ctx.headers, | |
null, | |
2 | |
)}`; | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/home/asdf/.pyenv/shims/python | |
import time | |
import pynput | |
import itertools | |
import argparse | |
import subprocess |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# vi: ft=sh | |
name=$1 | |
heroes=( | |
abaddon | |
alchemist | |
ancient-apparition | |
anti-mage | |
arc-warden |