Skip to content

Instantly share code, notes, and snippets.

View JJGO's full-sized avatar

Jose Javier JJGO

View GitHub Profile
@JJGO
JJGO / dslogs
Last active April 26, 2024 05:12
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