Skip to content

Instantly share code, notes, and snippets.

@marlomgirardi
marlomgirardi / cover_position_fix.yaml
Last active May 16, 2025 11:56
TS130F by _TZ3210_dwytrmda position fix
blueprint:
name: Shutter Position Fix
description: A fix for 'TS130F by _TZ3210_dwytrmda' position
domain: automation
source_url: https://gist.github.com/marlomgirardi/4fca8e6097520727d6cf88056798a8de#file-cover_position_fix-yaml
author: Marlom Girardi
input:
shutter_entity:
name: Shutter to be fixed
selector:
@khskekec
khskekec / libre-link-up-http-dump.md
Last active December 9, 2025 03:53
HTTP dump of Libre Link Up used in combination with FreeStyle Libre 3
@ckurtz22
ckurtz22 / resize-user.py
Last active August 18, 2023 12:45
Script to resize an emuMMC image for the Nintendo Switch.
import sys
import os
import math
import uuid
import struct
import configparser
from struct import unpack, pack
from binascii import crc32
if len(sys.argv) > 4 or len(sys.argv) < 2:
@zthxxx
zthxxx / Activate Office 2019 for macOS VoL.md
Last active December 11, 2025 18:09
crack activate Office on mac with license file
@dcalacci
dcalacci / export_google_music.js
Last active August 2, 2022 15:15 — forked from jmiserez/export_google_music.js
Export your Google Music Library and Playlists (Google Play Music All Access) (see http://webapps.stackexchange.com/questions/50311/print-playlist-from-google-play-music for more)
// Jeremie Miserez <jeremie@miserez.org>, 2015
//
// A little bit of Javascript to let you export your Google Music library, playlists, and album track lists :)
//
// I posted this as an answer here: http://webapps.stackexchange.com/questions/50311/print-playlist-from-google-play-music
//
// 1. Go to: https://play.google.com/music/listen#/all (or your playlist)
//
// 2. Open a developer console (F12 for Chrome). Paste
// code below into the console.