Skip to content

Instantly share code, notes, and snippets.

View rafaeljcd's full-sized avatar
📑
Studying

Rafael Joseph Dichoso rafaeljcd

📑
Studying
  • Philippines
View GitHub Profile
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)
@rafaeljcd
rafaeljcd / kubernetes.yaml
Created February 14, 2025 01:18
Add the yaml language server on top to enable vscode to apply the schema to the current file
# 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
@rafaeljcd
rafaeljcd / zsh.md
Created April 22, 2024 07:27
ZSH setup

Oh my zsh

https://ohmyz.sh/#install

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"