I hereby claim:
- I am cunneen on github.
- I am cunneen (https://keybase.io/cunneen) on keybase.
- I have a public key ASD2B9N4HIcB5mADJrgE9B3tBOEuBAdXxUo_0pjDUWo2UQo
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # | |
| # Installs (discontinued) VSCode "windsurf" extension, "codeium.codeium", version 1.49.2 , from 16 June 2025 | |
| # | |
| # The vsix extension has been archived at: | |
| # - https://web.archive.org/web/20260831095635/https://codeium.gallery.vsassets.io/_apis/public/gallery/publisher/codeium/extension/codeium/latest/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage | |
| # | |
| # Note: Language server downloads have also been archived at: | |
| # - https://web.archive.org/web/20260831132044/https://releases.codeiumdata.com/language-server-v1.48.2/language_server_macos_x64.gz | |
| # - https://web.archive.org/web/20260831131840/https://releases.codeiumdata.com/language-server-v1.48.2/language_server_macos_arm.gz |
| #!/usr/bin/env bash | |
| # This script is a workaround for the issue where pangolin client is disconnected when the macbook goes to sleep. | |
| # The issue is described at https://github.com/fosrl/apple/issues/58 | |
| # | |
| # Usage: sudo pangolin-dns-clear.sh | |
| # -- configuration -- | |
| # This is the DNS server that pangolin uses to resolve the domain names of the pangolin resources. | |
| PANGOLIN_DNS_SERVER="100.96.128.1" | |
| LOG_LEVEL=INFO # DEBUG, INFO, ERROR, or NONE |
| /* | |
| * Defining restrictions on allowable property names is easy in typescript; in JSDoc, not so much. | |
| * | |
| * Here's what I found works with javascript/JSDoc, so far as working fully with IntelliSense in VSCode. | |
| * The secret sauce is: | |
| * | |
| * \@typedef {{[S in LogLevelName]: LogFunction}} LoggerObject | |
| */ | |
| /** |
| # WARNING: this is brittle as hell. It will break when robtex changes their website. | |
| # | |
| # reverseip | |
| # A shell function to get a list of domain names associated with the given IP address, using Robtex.com | |
| # | |
| # Parameters: | |
| # IP - IP address to reverse lookup | |
| # | |
| # Returns: | |
| # List of domain names associated with the IP address |
| #! /bin/sh | |
| function print_example() { | |
| echo "Example" | |
| echo " icons ios ~/AppIcon.pdf ~/Icons/" | |
| } | |
| function print_usage() { | |
| echo "Usage" | |
| echo " icons <ios|watch|complication|macos> in-file.pdf (out-dir)" |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
I hereby claim:
To claim this, I am signing this object:
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |