Skip to content

Instantly share code, notes, and snippets.

View deepansharya1111's full-sized avatar
🎯
Focusing

Deepansh Singh Arya deepansharya1111

🎯
Focusing
View GitHub Profile

Wide Putin Meme Converter (FFmpeg)

Convert any normal MP4 into the classic wide Putin meme using FFmpeg, with a one-click copy of everything you need.

Requirements

  • FFmpeg installed
    • macOS: brew install ffmpeg
    • Linux (Debian/Ubuntu): sudo apt-get install ffmpeg
    • Windows: Use official builds and run in PowerShell (adjust paths)
@deepansharya1111
deepansharya1111 / Inspect Code from Artifact Registry.md
Created December 27, 2025 19:11
Pull a container image from Artifact Registry, and inspect the application code if available

Retrieve and Inspect Cloud Run Artifact Images (Generalized Guide)

This guide helps you pull a container image from Artifact Registry, extract files (e.g., app source under /app), and capture environment details. Use the parameter placeholders to adapt to any project.

Prerequisites

  • Artifact Registry read access: roles/artifactregistry.reader on the repository (or project).
  • Cloud Shell or any environment with Docker and gcloud installed.

Parameters

  • PROJECT_ID: Your GCP project ID
@deepansharya1111
deepansharya1111 / castanet.sh
Created August 21, 2025 08:04 — forked from DavidePrincipi/castanet.sh
Set up a Chromecast from a Linux PC, without an Android or iOS mobile device and without Google Home
#!/usr/bin/env bash
# castanet.sh: Script to connect a chromecast to a WiFi network.
#
# Allows you to put your Chromecast on WiFi and do Chromecast initial setup
# without using the Google Home app at all, just using a normal Linux computer.
#
# You do need your Chromecast to be on Ethernet, or (untested) to join its setup WiFi
# network with your PC, and you also need to find out its IP yourself with e.g.
# Wireshark.