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

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 100 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 7 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. wink wink Public

    A PHP SDK for the Quirky Wink API

    PHP 8 5

  5. dpm8600 dpm8600 Public

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

    Python 5 2

  6. .tmux.conf .tmux.conf
    1
    # Fix the control character
    2
    unbind C-b
    3
    set -g prefix C-a
    4
    # Make the screen splitting more sane
    5
    # | splits vertically down the middle