Skip to content

Instantly share code, notes, and snippets.

View meadowsys's full-sized avatar
:atom:

Meadowsys meadowsys

:atom:
View GitHub Profile
// made for my own reference
// taken from here:
// https://www.danielhill.com.au/removing-service-workers-from-mac-safari
navigator.serviceWorker.getRegistrations().then(r => r.forEach(r => r.unregister()));
__ __ ___ _____ _ _
| \/ |_ _|_ _| | | (_) ___ ___ _ __ ___ ___
| |\/| || | | | | | | |/ __/ _ \ '_ \/ __|/ _ \
| | | || | | | | |___| | (_| __/ | | \__ \ __/
|_| |_|___| |_| |_____|_|\___\___|_| |_|___/\___|
­
@meadowsys
meadowsys / h.js
Last active February 8, 2021 06:19
guess what this outputs... (there is no "h" character in here btw) (not by me this confuses my little brain)
const theletter = [][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(+(!+[]+!+[]+!+[]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]
OFFICIAL MIDIV SPECIFICATION VERSION 1
JUNE 30, 2020
Chapter 4: Synchronization
No.
@meadowsys
meadowsys / gitsz.md
Last active November 25, 2020 03:20

gitsz

random git things that i use a lot (but forget a lot), and this is a reference for me (lol)

checkout orphan

git checkout --orphan branchname
git rm -rf .

tagz

lightweight: