Skip to content
View GhostofGoes's full-sized avatar
  • New Mexico, USA
  • 22:45 (UTC -06:00)

Organizations

@CDC-UI @RADICL
Block or Report

Block or report GhostofGoes

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. getmac getmac Public

    Platform-independent pure-Python module to get a MAC address

    Python 82 25

  2. sneaky-scripts sneaky-scripts Public

    Automated setup of development environments and other miscellaneous scripts.

    PowerShell 13 3

  3. ADLES ADLES Public

    Automated Deployment of Lab Environments System (ADLES)

    Python 30 11

  4. uidaho-masters-thesis uidaho-masters-thesis Public

    LaTeX Class file and template for Master's Theses at the University of Idaho

    TeX 3 4

  5. Get MAC addresses using a variety of... Get MAC addresses using a variety of Python packages.
    1
    # **************************************
    2
    # ** Get MAC address of a remote host **
    3
    def arpreq_ip(ip):
    4
        # type: (str) -> Optional[str]
    5
        import arpreq
  6. elastic-learning elastic-learning Public

    My personal notes and scripts while studying for the Elasticsearch Certified Engineer certification exam

    Erlang