Skip to content
View steverhall's full-sized avatar

Highlights

  • Pro

Organizations

@Azure-Samples
Block or Report

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.

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

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;