Skip to content

Instantly share code, notes, and snippets.

View extratone's full-sized avatar
🗿
sudo exit

David Blue extratone

🗿
sudo exit
View GitHub Profile
@extratone
extratone / hypothes.is.json
Created July 4, 2025 10:43
Social annotation, [**motherfucker**](https://hypothes.is/users/DavidBlue).
This file has been truncated, but you can view the full file.
[
[
{
"id": "MoIVjFe1EfCLAfvRZKAc8g",
"authority": "hypothes.is",
"url": "https://www.craft.do/whats-new",
"created": "2025-07-03T02:26:59",
"updated": "2025-07-03T02:26:59",
"title": "What's new",
"refs": [
@extratone
extratone / .editorConfig
Last active July 4, 2025 01:11 — forked from RealDotNetDave/.editorConfig
.editorConfig by David (dotNetDave) McCarter - dotNetTips.com
####################################################################################################
# dotNetDave's (David McCarter) Editor Config - dotNetTips.com
# Updates to this file are posted quarterly at: https://bit.ly/EditorConfig5
# Updated May 1, 2025
# Code performance book is available at: https://bit.ly/DotNetCodePerf4
# Coding standards book is available at: https://bit.ly/CodingStandards8
####################################################################################################
root = true
@extratone
extratone / Application.csv
Last active July 4, 2025 00:41
Reformatted keyboard shortcuts reference for [**Marked 2**](https://marked2app.com).
**Action** **Command**
Preferences `⌘,`
New File `⌘N`
Open `⌘O`
Re-open Last `⌘⇧R`
Close `⌘W`
Print Preview Window `⌘P`
Save HTML `⌘S`
Save PDF `⌘⇧P`
Save RTF `⌘⇧S`
;nyquist plug-in
;version 4
;type tool ;;; CHANGED: from "process" to "tool" for modifying track properties.
;name "Sequential Pan Selected Tracks..."
;action "Panning tracks..."
;control count "Number of tracks" int "" (length *selection*) 0 0
;;; Sequential Pan by David Blue's Gemini Assistant (v2)
;;; This script pans the selected tracks sequentially from -100% (left) for the top track
;;; to +100% (right) for the bottom track.
@extratone
extratone / ffmpeg wav -> mp3
Created July 1, 2025 11:41 — forked from dominicthomas/ffmpeg wav -> mp3
Convert a wav to a 320k mp3 using ffmpeg.
ffmpeg -i inputfile.wav -ab 320k outputfile.mp3
(* Content-type: application/vnd.wolfram.mathematica *)
(*** Wolfram Notebook File ***)
(* http://www.wolfram.com/nb *)
(* CreatedBy='Mathematica 13.1' *)
(*CacheID: 234*)
(* Internal cache information:
NotebookFileLineBreakTest
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
{{DISPLAYTITLE:{{PAGENAME}} (ATS)}}
{{Infobox game
|title = American Truck Simulator
|image = <gallery>
American Truck Simulator Header.jpg|Header
American Truck Simulator cover.jpg|Box Art
</gallery>
|imagecaption = Box cover of American Truck Simulator
|website = [https://americantrucksimulator.com/ americantrucksimulator.com]
|version = {{LatestATSPatchNotes}}
@extratone
extratone / minitidal.md
Created June 27, 2025 07:34 — forked from carltesta/minitidal.md
MiniTidal Cheat Sheet for Estuary

//Use Estuary here: https://estuary.mcmaster.ca

//playing sounds (samples)

//play bass drum sample
sound "bd"

//same as above but shorter to write
s "bd"