Skip to content

Instantly share code, notes, and snippets.

View extratone's full-sized avatar
🗿
iOS Keyboard Shortcuts and E D I T O R I A L G I T , BITCH!

David Blue extratone

🗿
iOS Keyboard Shortcuts and E D I T O R I A L G I T , BITCH!
View GitHub Profile
@extratone
extratone / recentfavorites.csv
Created October 27, 2024 11:11
An example export of analyzed music library data from [djay](https://apps.apple.com/us/app/djay-dj-app-ai-mixer/id450527929).
Title Artist Album Time BPM Key URL
Shimmer Shanti Celeste Cutie / Shimmer - EP 05:10 137.0 Eb apple-music:library:track:i.QvzLLVAtKgA5qa
Up In Smoke Dusky Pressure 03:50 130.0 Db apple-music:library:track:i.LVkm7eYFaMEgxm
True Colour Lorca True Colour 05:15 130.0 C apple-music:library:track:i.ZOM5PagfVOMx02
Buchlas Bump Lorca True Colour 04:34 121.0 E apple-music:library:track:i.LVkq7WKtaMEgxm
Always Ascending HAAi, Jon Hopkins & KAM-BU DJ - Kicks: Haai 05:51 140.0 C apple-music:library:track:i.6xp097BFPEbGQo
16 Bits R.M.K 16 Bits - EP 05:21 140.0 D apple-music:library:track:i.O1RJ6q9TdYvokP
Unspoken Pop Up Question of Time 03:14 75.6 C apple-music:library:track:i.6xp0lo5tPEbGQo
Wurmes (Alex Stolze Remix) Qrauer Heeded Fazes 06:59 116.0 Db apple-music:library:track:i.LVkqZgGHaMEgxm
love him Two Shell lil Spirits - EP 03:13 154.9 C apple-music:library:track:i.QvzM8PYTKgA5qa
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@extratone
extratone / ddMicroNote.js
Last active October 20, 2024 00:01
Source script for my [Micro.blog Note Draft Action](https://directory.getdrafts.com/a/2VM).
/*
Create a shared Micro.blog note with the current Draft's contents via API.
*/
// At first run, you will be prompted for a Micro.blog App token (create yours at https://micro.blog/account/apps) as well as the numeric ID of the Notebook you'd like to share notes to (which you can find by opening your chosen Notebook and inspecting its web address - ex: `https://micro.blog/account/notes?notebook_id=1089`).
var credential = Credential.create("Micro.blogNotes", "Provide a Micro.blog App token (see https://micro.blog/account/apps) and the numeric ID of the notebook you'd like to share to.");
credential.addTextField("apptoken", "App Token");
credential.addTextField("notebookID", "Notebook ID");
<!DOCTYPE html>
<html lang="en" dir="ltr" prefix="content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# ">
<head>
<meta charset="utf-8" />
<meta name="description" content="Official website for Charli xcx." />
<link rel="canonical" href="https://www.charlixcx.com/" />
<meta name="robots" content="index, follow" />
<link rel="shortlink" href="https://www.charlixcx.com/" />
<meta property="og:site_name" content="Charli xcx" />
<meta property="og:type" content="website" />
@extratone
extratone / ads_interest.md
Created October 11, 2024 18:25
"Your interests based on your Facebook activity and other actions that help us show you relevant ads"
  • Advertising
  • Blue Note Records
  • Bracelet
  • Calvin Harris
  • Civil engineering
  • Company
  • Computers
  • Concerts
  • Consumer electronics
  • David Guetta
@extratone
extratone / tegi+.applescript
Last active October 10, 2024 23:15
A collection of TextExpander-specific Applescript by Brett Terpstra.
on textexpander()
-- Set text to filter the snippet group names by. Blank will return all groups.
set strFilterText to "%filltext:name=Filter snippet group name content for (optional):width=40%"
-- New line
set EOL to ASCII character 10
tell application "TextExpander"
@extratone
extratone / deploymentTemplate.json
Created October 10, 2024 21:35
An Azure deployment template
{
"id": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Template",
"description": "An Azure deployment template",
"type": "object",
"properties": {
"$schema": {
"type": "string",
"description": "JSON schema reference"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@article{jordan2019social,
title={From social networks to publishing platforms: A review of the history and scholarship of academic social network sites},
author={Jordan, Katy},
journal={Frontiers in Digital Humanities},
volume={6},
pages={5},
year={2019},
publisher={Frontiers Media SA}
}