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

Organizations

@dod-advana

Block or report gooosetavo

Report abuse

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

Report abuse

Pinned Loading

  1. dod-prohibited dod-prohibited Public

    This project provides an easy-to-browse, searchable, and regularly updated list of substances prohibited by the Department of Defense (DoD) for use in dietary supplements. The data is automatically…

    Python 1

  2. Euro-DATE Euro-DATE Public

    Army's European Decisive Action Training Environment (DATE)

    HTML

  3. 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
  4. 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
  5. 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 ...]"