Skip to content

Instantly share code, notes, and snippets.

View bloodywing's full-sized avatar
🍑
Peach please

Pierre bloodywing

🍑
Peach please
View GitHub Profile
@bloodywing
bloodywing / ai-bros.json
Last active August 17, 2024 08:20
ai-bros.json
{"users":[{"username":"pei-kang-hsu"},{"username":"lunnicingus"},{"username":"chilleeee"},{"username":"hotalchemist"},{"username":"chasebaker1996"},{"username":"ech0wav3"},{"username":"themilktank"},{"username":"themysteryk"},{"username":"aicreat0rja"},{"username":"shadowdante77"},{"username":"funnywhore"},{"username":"forcefulbunny"},{"username":"goddessarts"},{"username":"snaebjoernsart"},{"username":"supernutx"},{"username":"cybersuturer"},{"username":"frankklebhof"},{"username":"adadiab"},{"username":"bohemai"},{"username":"girlyflash"},{"username":"aistudion"},{"username":"yumiaipic"},{"username":"sakuraistudio"},{"username":"kattypierce"},{"username":"bubblebimbo"},{"username":"bimbobae"},{"username":"sydnannabelart"},{"username":"paradisecreator"},{"username":"izzyrozenberg"},{"username":"amandalove60"},{"username":"dawnaiart"},{"username":"kravng"},{"username":"surrealviewzeum"},{"username":"acesmtg"},{"username":"blue101001"},{"username":"naabal669"},{"username":"wooki7874"},{"username":"charismaenig
// ==UserScript==
// @name Remove Artfol CW
// @namespace https://www.artfol.co/sloppytentacles
// @version 0.2
// @description Removes the content warning on artfol
// @author Bloodywing
// @match https://www.artfol.co/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=artfol.co
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
@bloodywing
bloodywing / ai_art.json
Last active September 14, 2022 06:23
DEviantArt Filter Anti AI "Art"
{"keywords":[{"keyword":"ai_art","wildcard":false},{"keyword":"artificialintelligenceart","wildcard":false},{"keyword":"generativeart","wildcard":false},{"keyword":"ai","wildcard":false},{"keyword":"art_ai","wildcard":false},{"keyword":"midjourney","wildcard":false},{"keyword":"midjourneyai","wildcard":false},{"keyword":"midjourneyart","wildcard":false},{"keyword":"midjourneyartwork","wildcard":false},{"keyword":"aiartwork","wildcard":false},{"keyword":"fancydoggo","wildcard":false},{"keyword":"bitcoin","wildcard":false},{"keyword":"nft","wildcard":true},{"keyword":"discodiffusion","wildcard":false},{"keyword":"stablediffusionart","wildcard":false},{"keyword":"stablediffusion","wildcard":false},{"keyword":"diffusion","wildcard":true}],"users":[{"username":"alan1828"},{"username":"AndrejZT"},{"username":"AhmedRazart"},{"username":"loveisartnab"},{"username":"yemmiz"},{"username":"lymaxart"},{"username":"Fancy-Doggo"},{"username":"dotyfish"},{"username":"Ururuty"},{"username":"PrideEll"},{"username":"ag0nize"},
import asyncio
import time
from threading import Thread
def a_blocking_function():
time.sleep(10)
print('a_blocking_function sleep for 10 seconds')
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
KDE_TEST="forceoptional-recursive"
QT_MINIMAL="5.12.7"
VIRTUALX_REQUIRED="test"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit kde5 git-r3 python-single-r1 virtualx
async def reset_filter(self, ctx, name):
server = ctx.message.server.id
channel = ctx.message.channel.id
try:
self.feeds[server][channel][name]['filter'] = [""]
except IndexError:
return False
self.save_feeds()
return True
-- ngx.log(ngx.ERR, "PP=", ngx.var.product_id)
local resty_md5 = require "resty.md5"
local ssl = require "ngx.ssl"
local str = require "resty.string"
local certs = ngx.shared.certs
local certs_content = ngx.shared.certs_content
local cache_seconds = 600
local product_id = "1"
local dir_certs = "/etc/ssl"
local dir_base = dir_certs .. "/" .. product_id
#!/usr/bin/env python
# do: pip install biplist
# Usage: python blistconv.py Brush.archive
from biplist import *
import sys
from pprint import pprint
plist = readPlist(sys.argv[1])
pprint(plist)
* Applying Gentoo Glibc Patchset 2.26-5
* Applying patches from /var/tmp/portage/sys-libs/glibc-2.26-r5/work/patches ...
* 0001_all_disable-ldconfig-during-install.patch ... [ ok ]
* 0002_all_rtld-do-not-ignore-arch-specific-CFLAGS.patch ... [ ok ]
* 0003_all_gentoo-support-running-tests-under-sandbox.patch ... [ ok ]
* 0004_all_sys-types.h-drop-sys-sysmacros.h-include.
#!/bin/bash
DEVICE="Wacom Cintiq 13HD"
S="$DEVICE Pen Pen stylus"
A="$DEVICE Pen Airbrush stylus"
E="$DEVICE Pen Pen eraser"
P="$DEVICE Pad pad"
DISP="1920x1080+1600+0"