Skip to content

Instantly share code, notes, and snippets.

View ChuanyuXue's full-sized avatar

Skewcy ChuanyuXue

View GitHub Profile
@jeez
jeez / Scheduled Tx Tools
Last active July 11, 2024 05:08
[TSN] Scheduled Tx Tools - Examples and Helpers for testing SO_TXTIME, and the etf and taprio qdiscs
We couldn’t find that file to show.
@ChuanyuXue
ChuanyuXue / morandi.py
Last active July 12, 2024 01:26
Morandi Palette: A palette with 18 colors inspired by Giorgio Morandi
import numpy as np
import seaborn as sns
import matplotlib.pyplot as plt
from gurobipy import Model, GRB
colors = [
'#686789', '#B77F70', '#E5E2B9', '#BEB1A8', '#A79A89', '#8A95A9',
'#ECCED0', '#7D7465', '#E8D3C0', '#7A8A71', '#789798', '#B57C82',
'#9FABB9', '#B0B1B6', '#99857E', '#88878D', '#91A0A5', '#9AA690'
]