Skip to content
View ianmaddox's full-sized avatar
:shipit:
Currently writing a GitHub status line.
:shipit:
Currently writing a GitHub status line.

Organizations

@boxoh @TallBlueFox

Block or report ianmaddox

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.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. MacSaber MacSaber Public

    Turn your Mac into a Light Saber!

    Objective-C 9 3

  2. feedsifter feedsifter Public

    RSS/Atom feed filtering, as seen on feedsifter.com

    HTML 14 3

  3. GCP Secret Manager getsecret.sh GCP Secret Manager getsecret.sh
    1
    #!/usr/bin/env bash
    2
    PROJECTID=sm-demo-330516
    3
    if [ -z "$1" ]; then
    4
        echo "Usage:"
    5
        echo "   $0 SECRET_NAME"
  4. dpm8600 dpm8600 Public

    Serial control over the DPM8600 series DC power supply (DPM8605, DPM8608, DPM8616, DPM8624)

    Python 6 3

  5. .tmux.conf .tmux.conf
    1
    # Fix the control character
    2
    unbind C-b
    3
    set -g prefix C-a
    4
    set -g mouse on
    5
    
                  
  6. A compact script to inspect and scal... A compact script to inspect and scale/change an EC2 instance type safely
    1
    #!/bin/bash
    2
    
                  
    3
    # SPDX-License-Identifier: ISC
    4
    # Copyright (c) 2025 Ian Maddox (@ianmaddox)
    5
    # A compact script to inspect and change an EC2 instance type safely.