Documentation uses RGB. https://tailwindcss.com/docs/background-color
bg-black : #000000
bg-white : #FFFFFF
bg-slate-50 : #F8FAFC
bg-slate-100 : #F1F5F9
bg-slate-200 : #E2E8F0
bg-slate-300 : #CBD5E1
import numpy as np | |
import pandas as pd | |
from sklearn.decomposition import PCA | |
from sklearn.manifold import TSNE | |
from sklearn.cluster import KMeans | |
import matplotlib.pyplot as plt | |
from matplotlib.colors import ListedColormap | |
from transformers import BertTokenizer, BertModel | |
import torch | |
from adjustText import adjust_text |
Documentation uses RGB. https://tailwindcss.com/docs/background-color
bg-black : #000000
bg-white : #FFFFFF
bg-slate-50 : #F8FAFC
bg-slate-100 : #F1F5F9
bg-slate-200 : #E2E8F0
bg-slate-300 : #CBD5E1
If you are a developer and use Visual Studio Code (VSCode), then I recommend that you use GistPad
Super helpful to view and work with your gists right within VSCode
Does automatic sync with your github and use VSCode interface to view, write and udpate your gists.
Build your own workflow to take notes, build knowledge base that is your own!
/** | |
* Example of a for loop, using "in", scanning a MutableList via indices. | |
* Also aassigning new values to elements in a "val" declared MutableList. | |
* Also using joinToString. | |
*/ | |
fun main() { | |
val mlNumbers = mutableListOf(1, 2, 3, 4, 5) | |
for (i in mlNumbers.indices) { | |
mlNumbers[i] = mlNumbers[i] * 2 | |
} |
blueprint: | |
name: Link On/Off State of Multiple Devices | |
description: "## Link On/Off State of Multiple Devices v1.0.3 | |
Select multiple entities to link their on/off state. If any selected | |
entity is turned on or off, the other selected entities will be sent | |
a matching on or off command. | |
You can select any entity, but only entities supported by the |
version: "3.5" | |
# The Scrypted docker-compose.yml file typically resides at: | |
# ~/.scrypted/docker-compose.yml | |
# Example volumes SMB (CIFS) and NFS. | |
# Uncomment only one. | |
# volumes: | |
# nvr: |
[DuckDNS] | |
modulepath=/sbin/duckddns | |
queryurl=duckDNS.org |