Skip to content

Instantly share code, notes, and snippets.

View avirajkhare00's full-sized avatar
🎯
Focusing

Aviraj Khare avirajkhare00

🎯
Focusing
View GitHub Profile
version: '3.8'
services:
# Node.js API service
api:
image: avirajkhare00/library-api:latest
ports:
- "3000:3000"
environment:
- NODE_ENV=production
using UnityEngine;
using NativeWebSocket;
using System.Collections;
public class AudioStreamer : MonoBehaviour
{
WebSocket websocket;
AudioClip micClip;
const int sampleRate = 16000;
fn main() {
println!("πŸŽ‰ Baking a birthday cake for your friend! πŸŽ‚");
// Ingredients for the chaos cake
let flour = 2.5; // cups, because precision is overrated
let sugar = 1.0; // cups, sweet like your friendship
let eggs = 3; // because 2 is too few and 4 is an omelette
let butter = 0.5; // cups, for that *rich* flavor
let chaos_level = 9001; // it's over 9000!
async function fetchAndDownload(url, filename) {
try {
const response = await fetch(url);
const blob = await response.blob();
const link = document.createElement('a');
link.href = URL.createObjectURL(blob);
link.download = filename;
link.click();
URL.revokeObjectURL(link.href);
} catch (error) {

How I Built a $130B Business From Scratch!

Summary:

In-Depth Video Analysis

Executive Summary

This comprehensive analysis examines 8 critical topics from this long-form video content:

  • Early Influences on Evan Spiegel: Shaping an Entrepreneurial Mindset

25+ LPA Hiring in April 2025 | Google, Amazon, DE Shaw & More | 2026–2020 Batches

Summary:

In-Depth Video Analysis

Executive Summary

This comprehensive analysis examines 8 critical topics from this long-form video content:

  • Decoding Google's University Graduate Opportunities: A Comprehensive Guide for 2025 & 2026
  1. Algorithms and Computation

Summary:

Interactive Video Summary ✨

Quick Overview πŸ”

This summary breaks down a video into 7 key topics: Why Solving Problems is More Than Just Coding, Computational Problems: It's All About Relations!, Algorithms Defined: More Than Just a Plan?, Induction: Your Algorithm's Best Friend?, Efficiency Isn't Just Speed: It's All Relative!, Word RAM: The CPU's Constant-Time Reality, Constant Operations: The Key to Algorithm Speed?.

πŸ’‘ Why read this? Get all the insights without watching the video! Each section includes easy-to-understand explanations, key takeaways, and visual elements.

  1. Algorithms and Computation

Summary:

Comprehensive Video Analysis

Executive Overview

This in-depth analysis covers 7 major topics from the video: Course Objectives: Solving Computational Problems, Proving Correctness, Arguing Efficiency, and Communication, Formal Definition of a Computational Problem: Inputs, Outputs, and Binary Relations, Algorithms as Functions: Mapping Inputs to Correct Outputs, Algorithm Autopsy: Proving Correctness with the Power of Induction, Decoding Algorithm Efficiency: Mastering Asymptotic Analysis and Big O, Unlocking Algorithm Efficiency: Diving Deep into the Word RAM Model, Taming Data: Why Data Structures are Your Algorithm's Best Friend.

Each section below provides detailed explanations and insights on these topics, addressing key questions and exploring various dimensions of the content.

@avirajkhare00
avirajkhare00 / ross_haber_summary.md
Created March 14, 2025 14:17
Stock Leaders and Timeless Strategies Still Effective Today Β· Ross Haber

Stock Leaders and Timeless Strategies Still Effective Today Β· Ross Haber

Summary:

Comprehensive Video Analysis

Executive Overview

This in-depth analysis covers 7 major topics from the video: The CAN SLIM Methodology: An Overview and Historical Context, CAN SLIM's Seven Components (C, A, N, S, L, I, M): Deep Dive into Current and Annual Earnings (C and A), CAN SLIM's Seven Components: New Products/Services/Management (N), CAN SLIM Deconstructed: Is Supply Dying & How to Ride the Institutional Wave?, Mastering Market Direction with CAN SLIM: Follow-Through Days and Beyond, CAN SLIM Evolved: Scaling, Sizing, and Surviving the Modern Market, CAN SLIM Under Fire: Taming Volatility, Timing the Market, and Mastering the Modernized Method.

Each section below provides detailed explanations and insights on these topics, addressing key questions and exploring various dimensions of the content.

@avirajkhare00
avirajkhare00 / gist:c0fe4fb5f4a62869e59818d4f0f8fddf
Created March 14, 2025 14:12
Swing Trading Masterclass by Nitin Ranjan | Ankur Patel

Swing Trading Masterclass by Nitin Ranjan | Ankur Patel |

Summary:

Comprehensive Video Analysis

Executive Overview

This in-depth analysis covers 8 major topics from the video: Unlock Your Trading Style: A Journey of Self-Discovery and Market Alignment, Decoding Market Moves: Mastering Volume Analysis with Nitinbhai, Market Timing and Breadth Indicators, Stock Selection Criteria: Liquidity, Float, Stage Analysis, Fundamentals, and Relative Strength, Trading's Tightrope Walk: Mastering Risk, Avoiding Ruin, and Finding Your Comfort Zone, Trading Setups and Entry Strategies: Flags, Bases, and Breakouts, Trade Management and Exit Strategies: Minimizing Overmanagement, The Importance of Journaling: Objective and Subjective Insights.

Each section below provides detailed explanations and insights on these topics, addressing key questions and exploring various dimensions of the content.