- Pastebot
- GIF Brewery
- Slack
- Keynote/Pages/Numbers
- 1Password
- OmniFocus 3
- Airmail 3
- iA Writer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| define( 'INDENT', ' ' ); | |
| $files = shell_exec( | |
| 'git -C ' . escapeshellarg( __DIR__ ) . | |
| ' ls-tree --name-only -r HEAD' | |
| ); | |
| if ( !$files ) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* eslint-env node */ | |
| 'use strict'; | |
| import cp from 'node:child_process'; | |
| import fs from 'node:fs'; | |
| import path from 'node:path'; | |
| const CHANGELOG_FILE = './History.md'; | |
| const MAILMAP_FILE = '.mailmap'; | |
| const FIRST_TODO = '2.23.1 / '; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // One time: | |
| // * Open the web inspector. | |
| // * Paste the below code in the console. | |
| // | |
| // Usage: | |
| // 1. Find a white pawn at the front of one of the conga lines in column 3425. | |
| // Matt started around 3425,4464 | |
| // and as of 6 Jul 2025 we have migrated north until 3425,3740. | |
| // 2. Click on the white pawn so that it is selected (yellow) and gets a target (blue) | |
| // in front of it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*! | |
| * Usage: | |
| * $ node montehall.js | |
| * $ DEBUG=1 node montehall.js | |
| * | |
| * changeYourMind=true | |
| * | |
| * $ node montehall.js | grep won | wc -l | |
| * ~660 | |
| * |
✅ PHP 8.4.11, Debian package, Debian Linux 13:
$ docker run --rm -it debian:13
temp# apt-get update -qq && apt-get install -qy php locales
temp# locale -a
C
C.UTF-8
POSIX
temp$ php --version; php -a
OlderNewer