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
| #!/bin/bash | |
| TEXT_RESET='\e[0m' | |
| TEXT_YELLOW='\e[0;33m' | |
| TEXT_RED_B='\e[1;31m' | |
| sudo apt update | |
| echo -e $TEXT_YELLOW | |
| echo 'APT update finished...' | |
| echo -e $TEXT_RESET |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>n8n Chat Widget</title> | |
| <!-- n8n Chat Styles --> | |
| <link href="https://cdn.jsdelivr.net/npm/@n8n/chat/dist/style.css" rel="stylesheet" /> | |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>n8n Chat Widget</title> | |
| <!-- n8n Chat Styles --> | |
| <link href="https://cdn.jsdelivr.net/npm/@n8n/chat/dist/style.css" rel="stylesheet" /> | |
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
| /** | |
| * Calls the OpenRouter API to perform an action based on an instruction and optional cell range. | |
| * Uses the Chat Completions endpoint with a default model (e.g., "anthropic/claude-sonnet-4"). | |
| * | |
| * @param {string} instruction The prompt or instruction for the AI. | |
| * @param {string|Array<Array<string>>} [range] Optional. A cell range (e.g., A2:C2) or an array of values. | |
| * @param {string} [model] Optional. Override the default model (e.g., "openai/gpt-4o-mini", "anthropic/claude-4-sonnet"). | |
| * @return The text generated by the OpenRouter API. | |
| * @customfunction | |
| */ |
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
| #!/bin/bash | |
| TEXT_RESET='\e[0m' | |
| TEXT_YELLOW='\e[0;33m' | |
| TEXT_RED_B='\e[1;31m' | |
| sudo apt update | |
| echo -e $TEXT_YELLOW | |
| echo 'APT update finished...' | |
| echo -e $TEXT_RESET |
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
| # Meeting Transcript - BookMyShow Live Podcast Production Discussion | |
| **Date:** July 25, 2025 | |
| **Time:** 10:00 AM - 11:30 AM IST | |
| **Platform:** Microsoft Teams | |
| **Recording ID:** BMS_SCH_2025_07_25_100045 | |
| --- | |
| **Participants:** |
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
| /** | |
| * Calls the OpenAI API to perform an action based on an instruction and optional cell range. | |
| * Uses the Chat Completions endpoint with the latest available GPT-4 class model by default. | |
| * | |
| * @param {string} instruction The prompt or instruction for the AI. | |
| * @param {string|Array<Array<string>>} [range] Optional. A cell range (e.g., A2:C2) or an array of values. | |
| * @param {string} [model] Optional. Override the default OpenAI model (e.g., "gpt-4-turbo", "gpt-3.5-turbo"). | |
| * @return The text generated by the OpenAI API. | |
| * @customfunction | |
| */ |
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
| # Meeting Transcript - Britannia Durga Puja Campaign Discussion | |
| **Date:** July 12, 2025 | |
| **Time:** 2:30 PM - 3:45 PM IST | |
| **Platform:** Google Meet | |
| **Recording ID:** GMT_2025_07_12_143022 | |
| --- | |
| **Participants:** |
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
| /** | |
| * Calls the OpenAI API to perform an action based on an instruction and optional cell range. | |
| * Uses the Chat Completions endpoint with the latest available GPT-4 class model by default. | |
| * | |
| * @param {string} instruction The prompt or instruction for the AI. | |
| * @param {string|Array<Array<string>>} [range] Optional. A cell range (e.g., A2:C2) or an array of values. | |
| * @param {string} [model] Optional. Override the default OpenAI model (e.g., "gpt-4-turbo", "gpt-3.5-turbo"). | |
| * @return The text generated by the OpenAI API. | |
| * @customfunction | |
| */ |
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
| To create an effective pitch deck for your automation consultancy, focus on clearly communicating the value you provide to clients. Structure your deck logically to guide your audience through your offering. | |
| ## Pitch Deck Structure and Content | |
| ### 1. Introduction/Cover Slide | |
| * Your company name and logo. | |
| * A compelling tagline summarizing what you do (e.g., "Automating Business Processes for Growth"). | |
| * Your name and title. | |
| ### 2. The Problem |
NewerOlder