Skip to content

Instantly share code, notes, and snippets.

View Catizard's full-sized avatar
😪
Dreaming

Catizard Catizard

😪
Dreaming
  • WITPT
  • 武汉
View GitHub Profile
@JJGO
JJGO / dslogs
Last active May 22, 2024 06:40
Script for pretty printing logs of MIT 6.824 labs
#!/usr/bin/env python
import sys
import shutil
from typing import Optional, List, Tuple, Dict
import typer
from rich import print
from rich.columns import Columns
from rich.console import Console
from rich.traceback import install