sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import time | |
| from concurrent.futures import ThreadPoolExecutor | |
| from concurrent import futures | |
| import random | |
| from rich.console import Group | |
| from rich.live import Live | |
| from rich.progress import Progress | |
| dept_progress = Progress(transient=True) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # yaml-language-server: $schema=https://raw.githubusercontent.com/kubernetes/kubernetes/master/api/openapi-spec/swagger.json | |
| apiVersion: v1 | |
| kind: Pod | |
| metadata: | |
| name: ubuntu-sleeper | |
| namespace: default | |
| spec: | |
| containers: | |
| - command: | |
| - sleep |