In this guide we will only focus on using the prebuilt images from Docker Hub.
Prerequisites: You have Git, Docker, Docker compose and Nginx pre-installed.
Clone Mastodon's repository.
import subprocess | |
import re | |
import sys | |
from Levenshtein import ratio | |
from collections import defaultdict, Counter | |
# Configuration: Adjust as needed | |
INCLUDE_PARENTHESES = False # Set to True to include parentheticals, False to exclude them | |
OUTPUT_TO_CLIPBOARD = True # Set to True to copy output to clipboard, False to print to console |
// 3D Dom viewer, copy-paste this into your console to visualise the DOM as a stack of solid blocks. | |
// You can also minify and save it as a bookmarklet (https://www.freecodecamp.org/news/what-are-bookmarklets/) | |
(() => { | |
const SHOW_SIDES = false; // color sides of DOM nodes? | |
const COLOR_SURFACE = true; // color tops of DOM nodes? | |
const COLOR_RANDOM = false; // randomise color? | |
const COLOR_HUE = 190; // hue in HSL (https://hslpicker.com) | |
const MAX_ROTATION = 180; // set to 360 to rotate all the way round | |
const THICKNESS = 20; // thickness of layers | |
const DISTANCE = 10000; // ยฏ\\_(ใ)_/ยฏ |
#!/bin/sh | |
if [ ! -z "$*" ]; then | |
echo "this is ~/bin/df, use /bin/df" | |
exit 1 | |
fi | |
protect=`mount | grep -v "read-only" | grep "protect" | cut -f 3 -w` | |
nosuid=`mount | grep -v "read-only" | grep "nosuid" | cut -f 3 -w` |
import threading | |
ANIMALS = list( | |
"๐ถ๐ฑ๐ญ๐น๐ฐ๐ฆ๐ป๐ผ๐จ๐ฏ๐ฆ๐ฎ๐ท๐ฝ๐ธ๐ต๐๐ง๐ฆ๐ค๐ชฟ๐ฆ๐ฆ๐ฆ๐ฆ๐บ๐๐ด๐ฆ๐ซ๐๐ชฑ๐๐ฆ๐๐๐๐ชฐ๐ชฒ๐ชณ๐ฆ๐ฆ๐ท๏ธ๐ธ๏ธ๐ฆ๐ข๐๐ฆ๐ฆ๐ฆ๐๐ฆ๐ชผ๐ฆ๐ฆ๐ฆ๐ก๐ ๐๐ฌ๐ณ๐๐ฆ๐ฆญ๐๐ ๐๐ฆ๐ฆ๐ฆง๐ฆฃ๐๐ฆ๐ฆ๐ช๐ซ๐ฆ๐ฆ๐ฆฌ๐๐๐๐ซ๐๐๐๐๐ฆ๐๐ฆ๐๐ฉ๐๐๐ฆ๐ฆค๐ฆ๐ฆ๐ฆข๐ฆฉ๐๏ธ๐๐ฆ๐ฆจ๐ฆก๐ฆซ๐ฆฆ๐ฆฅ๐๐๐ฟ๏ธ๐ฆ๐๐ฒ" | |
) | |
ANIMALS_LEFT = [] | |
THREAD_EMOJI = {} | |
def thread_emoji(): |
In this guide we will only focus on using the prebuilt images from Docker Hub.
Prerequisites: You have Git, Docker, Docker compose and Nginx pre-installed.
Clone Mastodon's repository.
#! /usr/bin/env python3 | |
import time | |
import jwt | |
import json | |
import requests | |
from datetime import datetime | |
from collections import defaultdict | |
import matplotlib.pyplot as plt |
/* | |
This is the c configuration file for the keymap | |
Copyright 2012 Jun Wako <[email protected]> | |
Copyright 2015 Jack Humbert | |
This program is free software: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 2 of the License, or | |
(at your option) any later version. | |
This program is distributed in the hope that it will be useful, | |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>PayloadContent</key> | |
<array> | |
<dict> | |
<key>PayloadDescription</key> | |
<string>Disable Apple Music in Music.app</string> | |
<key>PayloadDisplayName</key> |