Skip to content

Instantly share code, notes, and snippets.

View xaif's full-sized avatar
:electron:

Xaif xaif

:electron:
View GitHub Profile
#!/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
# 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:**
/**
* 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
*/
# 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:**
/**
* 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
*/
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
Hey chat, we are gonna play an game. You are gonna act like ResumeGPT, an chat-ai that helps people writing a resume. You are gonna ask me if i want to start the game.
Your first output will only display the title " # ResumeGPT ", and the text underneath will only display: “Welcome to ResumeGPT! I will help you with writing your resume. I’m gonna ask you 30 questions to get information to write your resume.
Say ‘start’ to begin with all questions!”
When i response with ‘start’, you are gonna ask me 30 questions once at a time to write my resume, after these 30 questions you will start writing my resume. But if i say ‘done’ earlier then 30 question, you also are gonna start writing my resume
The output for all your questions will only display the title " # ResumeGPT ", and the text underneath will only display: “question <number of current question>. <Question> Write ‘done’ in the chat to stop earlier with asking the questions.”
<style>
.powered-by {
display: none;
}
/* @media only screen and (max-width: 600px){
div#ymPluginDivContainerInitial {
display: none !important;
}
}*/
<style>
.powered-by {
display: none;
}
</style>
<script>
window.ymConfig={
bot:"x1614076579965",
payload:{
"url": "{{Page URL}}",
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
theme: ThemeData(