Skip to content

Instantly share code, notes, and snippets.

View junrushao's full-sized avatar

Junru Shao junrushao

View GitHub Profile
import random
import time
import mlc.dataclasses as mlcd
from mlc import DepGraph
from tqdm import tqdm
# from mlc.core._dep_graph_py import DepGraph
random.seed(1234)
@junrushao
junrushao / .bash_aliases
Created November 11, 2025 21:10 — forked from vratiu/.bash_aliases
Git shell coloring
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# I don't remember where I found this. o_O
# Reset
Color_Off="\[\033[0m\]" # Text Reset