Кратко: установите приложение под вашу платформу, импортируйте ключ или QR и включите подключение.
Важно: используйте только Stable-версии приложений. Клиенты не предоставляют серверы — ключ/подписку вы получаете отдельно.
| # python itunes_xml_to_m3u.py --help | |
| import logging | |
| import plistlib | |
| import re | |
| import typing as tp | |
| from pathlib import Path | |
| from urllib.parse import unquote | |
| logging.basicConfig(format="%(levelname)s: %(message)s", level=logging.INFO) | |
| logger = logging.getLogger() |
In this new Minecraft plugin development guide, I'll show you how to make Minecraft plugins for Bukkit, Spigot and Paper.
This guide covers Minecraft plugins for 1.8.8 to 1.21.
We'll be using IntelliJ with a dedicated extension for Minecraft plugin development to make this process fast and easy.
Some notes on accessing / exporting Apple's Screen Time data
| mv -vf ~/Library/Application\ Support/.ffuserdata ~/Library/Containers/com.apple.FinalCutTrial/Data/Library/Application\ Support/.ffuserdata ~/.Trash |
| import { URLSearchParams } from "url"; | |
| /** | |
| * Check whether a URL string is in a proper format | |
| * | |
| * @param {string} str A URL string to check for the correct structure | |
| * @returns | |
| */ | |
| const isUrl = (str) => { | |
| if (typeof str !== "string") { |
| sromrev=11 | |
| subvid=0x14e4 | |
| boardtype=0x61b | |
| boardrev=0x1421 | |
| vendid=0x14e4 | |
| devid=0x43ba | |
| macaddr=xx:xx:xx:xx:xx:xx | |
| ccode=00 |
| mv -v ~/Library/Application\ Support/.lpxuserdata ~/.Trash |
A Pen by Matt Daniel Brown on CodePen.