Skip to content
View steverhall's full-sized avatar

Highlights

  • Pro

Organizations

@Azure-Samples

Block or report steverhall

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 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
steverhall/README.md

👋 Hi, I’m Steve

🛠️ Tech & Tools I Enjoy

  • Languages: Python, Bash, SQL
  • Platforms: Linux, macOS, Raspberry Pi
  • Domains: Healthcare, financial modeling, data engineering, systems design
  • Approach: Pragmatic, resilient, and always documented

🌍 What Drives Me

I love building systems that make decisions clearer, risks smaller, and life easier

Pinned Loading

  1. SonosPhone SonosPhone Public

    Hacked an old phone to control Sonos system with Alexa and keypad.

    Python 6

  2. List fonts available for iOS List fonts available for iOS
    1
    ###
    2
    ### FROM: https://blog.verslu.is/xamarin/xamarin-forms-xamarin/custom-fonts-with-xamarin-forms-revisited/
    3
    ###
    4
    #if DEBUG
    5
                var fontList = new StringBuilder();
  3. Some GitHub Actions things Some GitHub Actions things
    1
    // Get client and context
    2
    const client: github.GitHub = new github.GitHub(
    3
      core.getInput('repo-token', {required: true}) //passed into script params through {{ secrets.GITHUB_TOKEN }}
    4
    );
    5
    const context = github.context;