Access Oracle Cloud VM from any browser on any devices
wget -O vscode.deb https://code.visualstudio.com/sha/download\?build\=stable\&os\=linux-deb-arm64 && sudo apt install ./vscode.deb --fix-broken -y && rm vscode.debAccess Oracle Cloud VM from any browser on any devices
wget -O vscode.deb https://code.visualstudio.com/sha/download\?build\=stable\&os\=linux-deb-arm64 && sudo apt install ./vscode.deb --fix-broken -y && rm vscode.deb| import argparse | |
| import ast | |
| import bisect | |
| import matplotlib.pyplot as plt | |
| import matplotlib.animation as animation | |
| from matplotlib.gridspec import GridSpec | |
| import networkx as nx | |
| import numpy as np | |
| import pandas as pd | |
| from collections import defaultdict, deque |
| Logo host |
| π΄ββοΈ 306km ββββββββββββββββββββ | |
| βπββοΈ 125km ββββββββββββββββββββ | |
| πΆββοΈ 38km ββββββββββββββββββββ | |
| π£ 0km ββββββββββββββββββββ | |
| 468km total |
| < hello > ^__^ | |
| \ (oo)\_______ | |
| (__)\ )\/\ | |
| ||----w | | |
| || || |
| Other 16 hrs 18 mins βββββββββββββββββββββ 55.0% | |
| Swift 5 hrs 44 mins βββββββββββββββββββββ 19.4% | |
| TeX 3 hrs 59 mins βββββββββββββββββββββ 13.5% | |
| Python 3 hrs 19 mins βββββββββββββββββββββ 11.2% | |
| Text 9 mins βββββββββββββββββββββ 0.5% |
| 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', |