Skip to content
View gooosetavo's full-sized avatar
🛰️
🛰️

Organizations

@dod-advana

Block or report gooosetavo

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. ansible-nessus-agent ansible-nessus-agent Public

    Python 1

  2. Retrieve/reconcile system and python... Retrieve/reconcile system and python certificate bundles
    1
    #!/usr/bin/env python
    2
    from cryptography import x509
    3
    from cryptography.hazmat.backends import default_backend
    4
    import pem
    5
    import certifi
  3. Find all implementations of a class ... Find all implementations of a class within a package/module given a package/module name and a class name or pattern string
    1
    import typing as t
    2
    import pkgutil
    3
    import importlib
    4
    import re
    5
    import inspect
  4. get-pods-by-nodeselector.sh get-pods-by-nodeselector.sh
    1
    #!/bin/bash
    2
    
                  
    3
    # Function to display usage
    4
    usage() {
    5
        echo "Usage: $0 [-n namespace] [-A] node_label_selector1 [node_label_selector2 ...]"
  5. Euro-DATE Euro-DATE Public

    Army's European Decisive Action Training Environment (DATE)

    HTML