Skip to content
View alexlmiller's full-sized avatar

Sponsoring

@blakeblackshear
@NickM-27

Block or report alexlmiller

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. A simply Python Client for enabling,... A simply Python Client for enabling, disabling, and checking status of Wifi Networks on a Unifi Dream Machine (or other UnifiOS)
    1
    import requests
    2
    import json
    3
    import urllib3
    4
    import argparse
    5
    import udm_wlan_secrets
  2. Google Slides Presenter Mode Script Google Slides Presenter Mode Script
    1
    -- Automatically set up Google Slides Presenter Mode w/ no window dragging between monitors
    2
    -- this will move your presentation window to your secondary monitor, your speaker notes to your primary, and activate full screen on the presentation
    3
    -- The monitor sizing values are hardcoded for a Macbook/Pro with your second monitor arranged to the right
    4
    -- other configurations may require tweaking the settings
    5