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
{{Short description|2009 video game}}
{{More citations needed|date=February 2010}}
{{Use dmy dates|date=April 2022}}
{{Infobox video game
|title = Operation Flashpoint: Dragon Rising
|image = File:Operation Flashpoint 2.jpg
|developer = [[Codemasters]]
|publisher = Codemasters
|producer = Sion Lenton
|designer = James Nicholls
@extratone
extratone / wordnik-shell-function.sh
Created March 6, 2026 13:54 — forked from denmch/wordnik-shell-function.sh
A shell function that looks up a word via the Wordnik API, grabs each definition via json, and cats out the results with line numbers
# Define a word in the terminal via the Wordnik API with numbered output
function def() {
params="$@"
params_encoded=${params/ /%20}
curl --silent http://api.wordnik.com:80/v4/word.json/"$params_encoded"/definitions\?api_key\="$WORDNIK_KEY" \
| json --array text \
| cat -b
}
{{Short description|none}}
{{more citations needed|date=August 2013}}
{{multiple image
| direction = horizontal
| width = 140
| header = IJ Combined Fleet and US Pacific Fleet Commanders
| image1 = Isoroku_Yamamoto_1940_Nagato.jpg
| caption1 = Adm. Isoroku Yamamoto (HQ aboard BB ''Yamato'')
| image2 = Adm_Chester_Nimitz-1942.jpg
@extratone
extratone / kdenlivekeys.shortcuts
Last active February 25, 2026 20:18
Change tracking my personal keyboard shortcuts configuration for kdenlive.
[Shortcuts]
activate_all_targets=none
activate_audio_1=none
activate_audio_2=none
activate_audio_3=none
activate_audio_4=none
activate_audio_5=none
activate_audio_6=none
activate_audio_7=none
activate_audio_8=none
@extratone
extratone / 6
Created February 13, 2026 22:53
6
 
 
 
 
 
 
  ______   
.' ____ \  
@extratone
extratone / commentcloud.svg
Last active January 29, 2026 20:29
All of my YouTube comments, wordclouded.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@extratone
extratone / twitch_vlc.sh
Created December 6, 2025 22:51
Accepts the Twitch username of a live channel as input, resolves the highest quality .m3u8 URL available for it via `streamlink`, open said URL as streaming media with VLC.
#!/bin/bash
# Check if a username was provided
if [ -z "$1" ]; then
echo "Usage: $0 <twitch_username>"
exit 1
fi
USERNAME=$1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@extratone
extratone / MusicBrainzPicardTagMap.csv
Created September 30, 2025 23:42
The MusicBrianz Picard Tag Map in non-proprietary formats.
We can make this file beautiful and searchable if this error is corrected: It looks like row 10 should actually have 8 columns, instead of 1 in line 9.
**Tag Name**, **Internal Name**, **ID3v2**, **Vorbis**, **APEv2**, **iTunes MP4**, **ASF/Windows Media**, **RIFF INFO**
**AcoustID**, acoustid_id, TXXX:Acoustid Id, ACOUSTID_ID, ACOUSTID_ID, ----:com.apple.iTunes:Acoustid Id, Acoustid/Id, n/a
**AcoustID Fingerprint**, acoustid_fingerprint, TXXX:Acoustid Fingerprint, ACOUSTID_FINGERPRINT, ACOUSTID_FINGERPRINT, ----:com.apple.iTunes:Acoustid Fingerprint, Acoustid/Fingerprint, n/a
**Album**, album, TALB, ALBUM, Album, ©alb, WM/AlbumTitle, IPRD
**Album Artist**, albumartist, TPE2, ALBUMARTIST, Album Artist, aART, WM/AlbumArtist, n/a
**Album Artist Sort Order**, albumartistsort, TSO2 (Picard>=1.2) TXXX:ALBUMARTISTSORT (Picard<=1.1), ALBUMARTISTSORT, ALBUMARTISTSORT, soaa, WM/AlbumArtistSortOrder, n/a
**Album Sort Order [4]**, albumsort, TSOA, ALBUMSORT, ALBUMSORT, soal, WM/AlbumSortOrder, n/a
**Arranger**, arranger, TIPL:arranger (ID3v2.4) IPLS:arranger (ID3v2.3), ARRANGER, Arranger, n/a, n/a, n/a
**Artist**, artist, TPE1, ARTIST, Artist, ©ART, Author, IART
**Arti