Skip to content

Instantly share code, notes, and snippets.

@Juxsta
Juxsta / goog-maps-formulas.js
Last active March 24, 2023 03:08 — forked from marcus-at-localhost/goog-maps-formulas.js
[Google Maps Formulas for Google Sheets] #googlescript #googlesheets https://www.labnol.org/google-maps-sheets-200817
/*
*
* Google Maps Formulas for Google Sheets
*
* Written by Amit Agarwal
* Updates by Eric Reyes
*/
const md5 = (key = "") => {
const code = key.toLowerCase().replace(/\s/g, "");
@Juxsta
Juxsta / syncupstream.yml
Last active August 27, 2021 18:08 — forked from brimur/preCachePlexEpisode.py
Python script to cache the next episode of a TV show playing in Plex using rclone
# .github/workflows/example.yml
name: Merge upstream branches
on:
schedule:
# actually, ~5 minutes is the highest
# effective frequency you will get
- cron: '* * * * *'
jobs: