This file contains hidden or 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
| /* | |
| ================================================================================ | |
| @ TITLE: OceanFin - JELLYFIN OCEAN THEME | |
| @ AUTHOR: HBIDamian (github.com/hbidamian) | |
| @ DESCRIPTION: Standalone modern Jellyfin theme for Jellyfin Web 10.11+ | |
| @ LICENSE: APACHE LICENSE 2.0 (https://www.apache.org/licenses/LICENSE-2.0) | |
| @ NOTES: | |
| - Designed for 10.11+ but may be compatible with earlier versions (untested). | |
| - Loosly based on https://github.com/loof2736/scyfin but with a more vibrant, ocean-inspired palette and a focus on smooth animations and visual polish. | |
| - Updates will only happen when I feel like it. or unless an update is suggested. It's mainly vibecoded anyway. |
This file contains hidden or 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
| <?php | |
| /** | |
| * Bookmark Redirect | |
| * | |
| * Generates a bookmark redirect page with a fetched image favicon. | |
| * | |
| * URL Parameters: | |
| * - image (required): Full URL to an image | |
| * - redirect (required): URL to redirect to | |
| * - edit (optional): Set to 1 to show the editor page |
This file contains hidden or 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/bash | |
| FFMPEG="/usr/lib/jellyfin-ffmpeg/ffmpeg" | |
| FFPROBE="/usr/lib/jellyfin-ffmpeg/ffprobe" | |
| VERBOSE=false | |
| SUMMARY="" | |
| COUNT=0 | |
| # --- COLOR PALETTE --- | |
| # Standard |
This file contains hidden or 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
| 1488 | |
| 8=D | |
| A55hole | |
| abortion | |
| ahole | |
| AIDS | |
| AIDs | |
| ainujin | |
| ainuzin | |
| akimekura |
This file contains hidden or 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
| import re | |
| import requests | |
| import logging | |
| # Configuration | |
| auth_email = "" # The email used to login 'https://dash.cloudflare.com' | |
| auth_method = "global" # Set to "global" for Global API Key or "token" for Scoped API Token | |
| auth_key = "" # Your API Token or Global API Key | |
| zone_identifier = "" # Can be found in the "Overview" tab of your domain | |
| record_name = "" # Which record you want to be synced |
This file contains hidden or 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
| import os | |
| import json | |
| import requests | |
| from time import sleep | |
| from concurrent.futures import ThreadPoolExecutor, as_completed | |
| # Constants | |
| VERSIONS_URL = "https://raw.githubusercontent.com/Bedrock-OSS/BDS-Versions/main/versions.json" | |
| VERSION_DETAILS_URL = "https://raw.githubusercontent.com/Bedrock-OSS/BDS-Versions/main/{platform}/{version}.json" | |
| PREVIEW_BASE_URL = "https://raw.githubusercontent.com/Bedrock-OSS/BDS-Versions/main/{platform}_preview/{version}.json" |
This file contains hidden or 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
| import argparse | |
| import sys | |
| import curses | |
| from selenium import webdriver | |
| from selenium.webdriver.common.by import By | |
| from selenium.webdriver.support.ui import WebDriverWait | |
| from selenium.webdriver.support import expected_conditions as EC | |
| import time | |
| import requests | |
| import urllib.parse |
This file contains hidden or 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
| # Author: HBIDamian | |
| # Date: 2024-12-03 | |
| # Version: 1.0 | |
| # License: DBAD Public License | |
| # DON'T BE A DICK PUBLIC LICENSE | |
| # > Version 1.1, December 2016 | |
| # > Copyright (C) 2024 HBIDamian | |
| # Everyone is permitted to copy and distribute verbatim or modified | |
| # copies of this license document. |
This file contains hidden or 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
| [Setup] | |
| AppName=PocketMine-MP Win-x64 Installer | |
| AppVersion=1.0.0.0 | |
| AppVerName=PocketMine-MP Win-x64 Installer v1.0.0 | |
| AppPublisher=PocketMine-MP | |
| AppPublisherURL=pmmp.io | |
| AppSupportURL=pmmp.io | |
| AppID=PM-Win-x64-Installer | |
| DefaultDirName={userdesktop}\PocketMine-MP | |
| DefaultGroupName=PocketMine-MP |
NewerOlder