Skip to content
View slyboots's full-sized avatar
  • Texas
Block or Report

Block or report slyboots

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

  1. transcopied transcopied Public

    iOS app text transformer and clipboard manager.

    Swift

  2. slyboots.github.io slyboots.github.io Public

    A place for me to host my projects

    HTML 1

  3. figmoji figmoji Public

    A little alfred workflow for making cancerous slack messages

    Shell 2

  4. get mx records for office365 domains... get mx records for office365 domains with dashes
    1
    #! /usr/local/bin/python3
    2
    # made this script to help me fix client MX records when they haver no idea what an MX record is and their domain has a dash in it.
    3
    # credit goes to a user from this post on ms support forums: https://social.technet.microsoft.com/Forums/ie/en-US/39c2e351-27cc-4f68-83ff-8cce49846966/can-we-generate-the-offfice-365-mxtoken-needed-for-the-mxdnsrecord-by-ourselves?forum=outlook
    4
    import sys
    5