This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Logo host |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π΄ββοΈ 306km ββββββββββββββββββββ | |
βπββοΈ 125km ββββββββββββββββββββ | |
πΆββοΈ 38km ββββββββββββββββββββ | |
π£ 0km ββββββββββββββββββββ | |
468km total |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
< hello > ^__^ | |
\ (oo)\_______ | |
(__)\ )\/\ | |
||----w | | |
|| || |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Swift 19 hrs 49 mins βββββββββββββββββββββ 49.6% | |
Other 15 hrs 28 mins βββββββββββββββββββββ 38.7% | |
Python 2 hrs 19 mins βββββββββββββββββββββ 5.8% | |
TeX 1 hr 18 mins βββββββββββββββββββββ 3.3% | |
Markdown 21 mins βββββββββββββββββββββ 0.9% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import numpy as np | |
import seaborn as sns | |
import matplotlib.pyplot as plt | |
from collections import defaultdict | |
from gurobipy import Model, GRB | |
from PIL import Image | |
colors = [ | |
'#686789', '#B77F70', '#E5E2B9', '#BEB1A8', '#A79A89', '#8A95A9', |