Helper setup to edit .yaml files with Vim:
List of general purpose commands for Kubernetes management:
# Install Github CLI | |
# winget install -e --id GitHub.cli | |
# Log into Github | |
# gh auth login | |
$clonePath = "c:/all" | |
$orgName = 'Your Org Name Goes Here!!!' | |
New-Item -ItemType Directory -Force -Path $clonePath |
Helper setup to edit .yaml files with Vim:
List of general purpose commands for Kubernetes management:
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
Pack and unpack COBOL's COMP-3 numbers. | |
Cobol stores most numbers as strings. There are times that they are stored in a | |
packed format ("Computational numbers"). Comp numbers are not stored like | |
traditional numbers (16-bit, 32-bit, 64-bit, etc), but in a bit length that is | |
four times the number of digits in the stored value plus four bits. For a |