https://keyoxide.org/openpgp4fpr:EE3A8EF380B4EC6F5590E3F1E645D09ED439FB0E
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
# Usage: | |
# mkdir -m 777 -p ./Video/keeby | |
# docker compose up -d | |
services: | |
ytarchive: | |
stdin_open: true | |
tty: true | |
volumes: | |
- ./Video/keeby:/download |
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
"announcement_last_id": 13, | |
"hide_album_cards": true, | |
"hide_artist_cards": true, | |
"hide_community_posts": true, | |
"hide_crowdfunding_box": true, | |
"hide_shorts_home": true, | |
"hide_shorts_search": true, | |
"hide_shorts_subscriptions": true |
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/env bash | |
# Updated at: 2024-09-01 | |
# Environment: | |
# - Machine: RaspberryPi 4 | |
# - Tuner: PX-M1UR | |
# - Card reader: SCR3310 v2.0 | |
# - OS: RaspberryPi OS Lite (Debian GNU/Linux 12 bookworm) | |
# Architecture: | |
# ``` |
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
"""Convert mirakurun / mirakc json file of channels into m3u8 playlist file.""" | |
from __future__ import annotations | |
import argparse | |
import json | |
import re | |
import sys | |
from pathlib import Path | |
from textwrap import dedent |
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/env bash | |
set -eu | |
requirements=(curl gh gpg grep sed tee) | |
if ! command -v "${requirements[@]}" &>/dev/null | |
then | |
echo "required: ${requirements[*]}" >&2 | |
exit 1 | |
fi |
Component | Product | Qty. | Unit price (JPY) |
---|---|---|---|
CPU Fan | SCYTHE 12cm MARK3 SCKTT-3000 | 1 | 3400 |
CPU Grease | ARCTIC MX-4 | 1 | 1000 |
CPU | Intel CPU Corei7 14700KF BX8071514700KF/AZ | 1 | 76540 |
Case | CORSAIR 4000D CC-9011200-WW CS7975 | 1 | 3400 |
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/env bash | |
# In `Podfile`: | |
# ``` | |
# # Linter / Formatter | |
# pod 'SwiftLint' | |
# ``` | |
cat <<'A' > .swiftlint.yml | |
# Directory and file filters |
NewerOlder