Skip to content

Instantly share code, notes, and snippets.

View captainmarshin's full-sized avatar
🇺🇦

captainmarshin

🇺🇦
View GitHub Profile
@ddelange
ddelange / itunes_xml_to_m3u.py
Last active January 6, 2026 10:31
Convert iTunes Music Library xml to m3u8 playlists
# 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()
@kksudo
kksudo / vpn-instructions.md
Last active February 24, 2026 12:24
Настраиваем подключение к впн Устанавливайте только Stable версии приложений!

Инструкция по настройке VPN (3X-UI / XRay)

Кратко: установите приложение под вашу платформу, импортируйте ключ или QR и включите подключение.

Важно: используйте только Stable-версии приложений. Клиенты не предоставляют серверы — ключ/подписку вы получаете отдельно.


Навигация

@kangarko
kangarko / README.md
Last active January 23, 2026 04:11
15-Minute Minecraft Plugin Tutorial For 1.8.8 - 1.21

15-Minute Minecraft Plugin Tutorial For 1.8.8 - 1.21

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.

Do you want a complete step-by-step tutorial on developing your own Minecraft plugins? Click here for a full Minecraft plugin development training.

@0xdevalias
0xdevalias / accessing-apple-screen-time-data.md
Last active February 26, 2026 07:40
Some notes on accessing / exporting Apple's Screen Time data
@TehBrian
TehBrian / final-cut-pro-trial-reset.sh
Last active March 5, 2026 02:39
Final Cut Pro Trial Reset
mv -vf ~/Library/Application\ Support/.ffuserdata ~/Library/Containers/com.apple.FinalCutTrial/Data/Library/Application\ Support/.ffuserdata ~/.Trash
@csandman
csandman / itunes.js
Last active October 29, 2024 00:07
Grab the response from the iTunes API for a book search and get the hi-res cover url in the process
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
@NathanSkene
NathanSkene / elementaryos.md
Created May 13, 2021 23:29 — forked from suberb/elementaryos.md
elementaryOS | Things To Do After Installing Elementary OS Loki [Best OS For Switching From Windows & Mac]

FIRST THING FIRST


  • Update OS
sudo apt-get update && sudo apt-get upgrade

@maxwellmlin
maxwellmlin / LPX-Trial-Reset.sh
Created April 14, 2021 03:46
Logic Pro X Trial Reset
mv -v ~/Library/Application\ Support/.lpxuserdata ~/.Trash