Skip to content

Instantly share code, notes, and snippets.

@rena2019
rena2019 / Neue_Sparkassen-Card_2.0_(Debitkarte).md
Last active April 7, 2024 06:00
Sparkassen mit "Neue Sparkassen-Card 2.0 (Debitkarte)" / Debit Mastercard Co-Badge / Visa Debit Co-Badge
@marco79cgn
marco79cgn / vaccination-stats.js
Last active January 11, 2023 21:47
A Scriptable widget that shows the amount of people who have received the corona vaccination in Germany
// Version 1.3.0
// 27.11.2021
//
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: red; icon-glyph: notes-medical;
// Mit Caching und Fallback
const cacheMinutes = 60; // 60 min
const today = new Date();
const neededTotalVaccinations = 83200000;
@marlosirapuan
marlosirapuan / gist:778d6beda5f8ab95695748011c864b19
Last active October 24, 2025 05:58
Download .m3u8 files on MacOS

Install ffmpeg

brew install ffmpeg

Download file through url, like this:

ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i "http://url-file.domain.m3u8" -c copy video.mp4