Skip to content

Instantly share code, notes, and snippets.

View ChuanyuXue's full-sized avatar
🌉
Traveling until June 28th

Skewcy ChuanyuXue

🌉
Traveling until June 28th
View GitHub Profile
@ChuanyuXue
ChuanyuXue / morandi.py
Last active May 9, 2024 07:30
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'
]
@ChuanyuXue
ChuanyuXue / Scheduled Tx Tools
Created April 15, 2022 19:02 — forked from jeez/ Scheduled Tx Tools
[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.