◐ Shell
clean mode source ↗

apeckham - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@apeckham

apeckham

Follow

View apeckham's full-sized avatar

🐠

Aaron apeckham

🐠

Block or report apeckham

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. download subs from a channel download subs from a channel

    1

    #!/bin/bash

    2

    
                  

    3

    # yt-dlp --skip-download --write-auto-subs --convert-subs srt "https://www.youtube.com/@CHANNEL"

    4

    # run this script

    5

    # for f in out/*.txt; do echo "$f"; cat "$f"; echo -e "\n\n\n"; done | split -l 100000
  2. Merge MKV video files with a random ... Merge MKV video files with a random OPUS audio file, creating new video files with varied background audio

    1

    #!/bin/bash

    2

    
                  

    3

    set -euo pipefail

    4

    
                  

    5

    # Define directories
  3. pa11y htmlcs runner that ignores cer... pa11y htmlcs runner that ignores certain rules for certain elements, using `data-htmlcs-ignore` attribute

    1

    "use strict";

    2

    
                  

    3

    const runner = (module.exports = {});

    4

    
                  

    5

    /**