Installation Docs:
# Download
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"| package main | |
| import ( | |
| "machine" | |
| "time" | |
| ) | |
| var ( | |
| hour uint8 = 6 | |
| min uint8 = 48 |
# Download
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"| import pathlib | |
| import sqlite3 | |
| import sys | |
| from rich import box | |
| from rich.align import Align | |
| from rich.console import Console | |
| from rich.prompt import Prompt | |
| from rich.table import Table |
| import random | |
| import pygame | |
| import sys | |
| # Options | |
| WIDTH = 1024 | |
| HEIGHT = 768 | |
| FONT = "carlito" | |
| FONT_SIZE = 72 | |
| FONT_COLOUR = pygame.Color("0x07a860") |
| syntax enable | |
| set number | |
| set ts=4 | |
| set softtabstop=4 | |
| set colorcolumn=80 |