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 |
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
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser -Force | |
$host.ui.RawUI.WindowTitle = "Run Down PocketMine-MP Builder" | |
# Global Variables | |
$global:repoUrl = "https://github.com/pmmp/PocketMine-MP.git" | |
$global:branch = "stable" # You can change this to any branch or fork URL | |
$global:PHPVer = "8.3" # Ex: 8.2, 8.3, etc. | |
$global:PMMPVer = "PM5" | |
function PreScript { |
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 url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/scyfin-theme.css'); | |
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/disable-static-drawer.css'); | |
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-oled.css'); | |
@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/Font%20Awesome/regular.css"); | |
@import url('https://raw.githubusercontent.com/LambadaCorez/custom_css_jellyfin/refs/heads/master/motherofallcss.css'); | |
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700&display=swap'); | |
:root { | |
--primary-accent-color: #ff37ee; | |
--secondary-accent-color: rgba(161, 12, 223, 0.25); |
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/zsh | |
function Error { | |
echo -e "\e[91m[ERROR]\e[0m $1" | |
} | |
# function Success msg | |
function Success { | |
echo -e "\e[92m[SUCCESS]\e[0m $1" | |
} |
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
@ECHO OFF | |
SETLOCAL | |
SET voiceHandler="C:\Code\voice.exe" -v 100 -r 2 -n "Microsoft Eva Mobile" | |
:: Cheers https://github.com/watermarkhu/enable-microsoft-eva-tts/blob/master/Enable-mobile-voices.txt for bringing Eva back. | |
:: Friendly term | |
SET name0="sir." | |
SET name1="friend." | |
SET name2="buddy." | |
SET name3="Damian." |
NewerOlder