Skip to content

Instantly share code, notes, and snippets.

View sahilkhosla's full-sized avatar
🎯
Focusing

Sahil Khosla sahilkhosla

🎯
Focusing
View GitHub Profile
This file has been truncated, but you can view the full file.
{
"categories": [
{
"$rowIndex": "We",
"$rowID": "HOkfMDKUmF6ElLjdYxUR",
"Name": "Electronic Security",
"ywIrU": "Global Admin",
"eS0a6": "DELL"
},
{
const WEBHOOK_URL = 'https://hook.us1.make.com/acy5ypefwon3gyypc8aey59l1vp9dtod';
function onEdit(e) {
try {
const range = e.range;
const sheet = e.source.getActiveSheet();
const column = range.getColumn();
const row = range.getRow();
// Check if the edited cell is in column A (column 1)
const factors = {
wh01: {
q1: ['Light', 'Crisp'],
q2: ['Citrus', 'Mineral']
},
wh02: {
q1: ['Light', 'Crisp'],
q2: ['Fruity']
},
wh03: {
@sahilkhosla
sahilkhosla / index.md
Last active February 13, 2023 17:54
Notion Workshop

Scribe Modules

<iframe src="https://scribehow.com/embed/Task_Manager_1_Setup__49i3Zp7vRbmEGlz7la3fdw" width="640" height="640" allowfullscreen frameborder="0"></iframe>
<iframe src="https://scribehow.com/embed/Task_Manager_2_Projects_DB__r1x-1LNjQoKBIRxduQCNvw" width="640" height="640" allowfullscreen frameborder="0"></iframe>
@sahilkhosla
sahilkhosla / README.md
Created September 29, 2022 16:39
JS Kick Start Live Lessons - Code
#install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# install mysql
brew install mysql
brew services start mysql
# create database
mysql -uroot
>> create database parking