Skip to content

Instantly share code, notes, and snippets.

View domwrap's full-sized avatar

Dominic Wrapson domwrap

  • North Vancouver, BC
View GitHub Profile
@domwrap
domwrap / Google Music All Access Family Plan for G-Suite GMail Vanity Domains.md
Last active August 24, 2023 02:26
Google Music All Access Family Plan for G-Suite / GMail Vanity Domains

Google Music All Access Family Plan for G-Suite / GMail Vanity Domains

Synopsis

I had wondered about this some weeks ago before finally trying it out today. I'm surprised nobody else had tried already. I was successful enough to be satisfied for my own uses. YMMV.

Result is I have a new Play Music account with Family Sharing which I can share with my G-Suite users, with all my playlists* moved over, and without anyone needing to maintain a separate email account.

This whole process took me about an hour, including moving across 15 playlists, but not including MX record propagation.

@domwrap
domwrap / weather.json
Last active March 12, 2018 20:07
Weather JSON Test Data
{"0":{"date":"3\\/6\\/2018 9:30:00 PM","temp_avg":"-9.60","wind_avg":"1.50","wind_max":"0.90","wind_dir":"122.50","hum_rel":"92.50","pressure":"5,000.00","snow_base":"304.00","snow_new":"1.00","precip":"0.000","precip_cumul":"0.000"},"1":{"date":"3\\/6\\/2018 9:45:00 PM","temp_avg":"-9.70","wind_avg":"1.70","wind_max":"0.90","wind_dir":"109.20","hum_rel":"92.50","pressure":"5,000.00","snow_base":"305.00","snow_new":"1.00","precip":"0.000","precip_cumul":"0.000"},"2":{"date":"3\\/6\\/2018 10:00:00 PM","temp_avg":"-9.50","wind_avg":"1.40","wind_max":"0.90","wind_dir":"108.30","hum_rel":"92.50","pressure":"5,000.00","snow_base":"304.00","snow_new":"1.00","precip":"0.000","precip_cumul":"0.000"},"3":{"date":"3\\/6\\/2018 10:15:00 PM","temp_avg":"-9.70","wind_avg":"1.60","wind_max":"0.90","wind_dir":"114.30","hum_rel":"92.50","pressure":"5,000.00","snow_base":"304.00","snow_new":"1.00","precip":"0.000","precip_cumul":"0.000"},"4":{"date":"3\\/6\\/2018 10:30:00 PM","temp_avg":"-9.90","wind_avg":"1.40","wind_max":"0
@domwrap
domwrap / WindowMover.ahk
Created July 18, 2018 00:29
Quick script to put program windows back on a specified screen. Made to make life easier when constantly (un)docking my laptop from two monitors
; REQUIRES AutoHotKey
; https://autohotkey.com/
#NoEnv
#Persistent
#SingleInstance Force
SetTitleMatchMode, 2
@domwrap
domwrap / EasyStreamDeck.ahk
Created June 3, 2022 17:49 — forked from G33kDude/EasyStreamDeck.ahk
Launch AutoHotkey code from a StreamDeck efficiently using GET requests
#NoEnv
#Persistent
SetBatchLines, -1
#Include <Socket>
/*
Launch AutoHotkey code from a StreamDeck efficiently using GET requests