Skip to content

Instantly share code, notes, and snippets.

@hodnettg
hodnettg / profiles.json
Created November 18, 2020 17:44 — forked from bradwilson/settings.json
Ubuntu color scheme for Windows Terminal
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"initialCols": 160,
"initialRows": 50,
"profiles": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "PowerShell",
"hidden": false,
@hodnettg
hodnettg / profiles.json
Created November 18, 2020 17:44 — forked from bradwilson/settings.json
Ubuntu color scheme for Windows Terminal
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"initialCols": 160,
"initialRows": 50,
"profiles": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "PowerShell",
"hidden": false,
@hodnettg
hodnettg / 00_contents.md
Created March 27, 2020 01:30 — forked from modality/00_contents.md
Cokemachineglow - Mark Abraham "Retconning" Series

The "Retconning" features on the now-defunct Cokemachineglow music zine remain some of my favorite pieces of music writing. I scoured many blogspot sites looking for RARs and ZIPs of these albums. Some I found, many eluded me.

All of these pieces were written by Mark Abraham, between 2007 and 2012.

I: Minimalism

II: Roots Reggae & Dub

III: Free Jazz & Improvisation

@hodnettg
hodnettg / Rollbar RQL Gist
Last active March 4, 2020 19:27 — forked from brianr/gist:82ff15b17c839ff14748
Rollbar RQL: Search for occurrences in last 24 hours by url pattern
select *
from item_occurrence
where timestamp >= unix_timestamp() - 24 * 60 * 60
and request.url like '%mydomain.com%'