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

Organizations

@CDC-UI @RADICL
Block or Report

Block or report GhostofGoes

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. getmac getmac Public

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

    Python 83 25

  2. sneaky-scripts sneaky-scripts Public

    Automated setup of development environments and other miscellaneous scripts.

    PowerShell 12 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