Skip to content
View aholmes's full-sized avatar
👀
Looking for work
👀
Looking for work

Highlights

  • Pro

Organizations

@robits

Block or report aholmes

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

Pinned Loading

  1. hubitat2prom hubitat2prom Public

    Hubitat Prometheus exporter

    C# 5 3

  2. uclahs-cds/Ligare uclahs-cds/Ligare Public

    Python 1

  3. aaronholmes.net aaronholmes.net Public

    My website - Sphinx, RST, and CI/CD publishing

    Python

  4. Simple-screencap Simple-screencap Public

    Unsatisfied with Snipping Tool and its lack of a non-interactive mode, I put this together. Now I can use my Apple keyboard to take screenshots on Windows!

    C# 6

  5. MultiKeyDictionary.cs MultiKeyDictionary.cs
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.Reflection;
    4
    using System.Linq;
    5
    
                  
  6. Demonstrate the use of a websocket s... Demonstrate the use of a websocket server that uses an MQTT broker to handle lightbulb state change requests from a phone application.
    1
    // Important: This code executes in LinqPad as-is.
    2
    //
    3
    // You will need to install the nuget packages `MQTTnet` and `MQTTnet.Extensions.TopicTemplate`.
    4
    //
    5
    // This can be made in a console application. After creating the application,