Skip to content

Instantly share code, notes, and snippets.

View BananaAcid's full-sized avatar

Nabil Redmann BananaAcid

View GitHub Profile
@BananaAcid
BananaAcid / Readme.md
Last active January 24, 2026 20:55
Powershell - Pode Server + PollinationsAI-Text

Powershell - Pode Server + PollinationsAI-Image

  1. save all of the files from this repo to your test folder
  2. use install.ps1 to setup the basics
  3. edit server.ps1 and add your PollinationsAI key (if no env is set already)
  4. start server.ps1
  5. open http://localhost:8080

[!NOTE]

@BananaAcid
BananaAcid / Readme.md
Last active January 24, 2026 17:59
Powershell -- ask PollinationsAI for a Text

Ask PollinationsAI for a Text

... in pure Powershell 5+ / 7+ (Win, Linux, OSX, Docker, ...) -- for free (registration, but no moneys)

https://enter.pollinations.ai/

Warning

PollinationsAI will cache the response to your request indefinitely (possibly the request as well) and the response can be accessed without authentication.

This might be what you are looking for, if you want to get persistent results to a request or want to share the response (the URL visible with -Debug is without authentication).

@BananaAcid
BananaAcid / Readme.md
Last active January 24, 2026 17:59
Powershell -- ask PollinationsAI for an Image

Ask PollinationsAI for an Image

... in pure Powershell 5+ / 7+ (Win, Linux, OSX, Docker, ...) -- for free (registration, but no moneys)

  • You get 5k of image generations with z-image and others, when you register for free.

https://enter.pollinations.ai/

[!WARNING]

@BananaAcid
BananaAcid / Readme.md
Last active December 31, 2025 17:19
SmartTV / XBOX + PS5 Style YouTube for TV-UI on PC / Steamdeck with Gamepad

SmartTV / XBOX Style YouTube with TV-UI on PC / Steamdeck with Gamepad

image

Short URL to this documentation: https://is.gd/youtube_tv_ui

Info

This is about the "YouTube on TV" interface to the default YouTube website (like SmartTVs use it - LG, Samsung, PS5, ...)

Benefits:

@jamiephan
jamiephan / README.md
Last active December 12, 2025 06:20
A script to automatically add ALL items to your account in quixel

Script to add all items from quixel

As quixel is being removed, all items are free to aquire. This script is to automate the process to add items to your account (As of writing, a total of 18874 items)

Note: This script only tested in the latest version of Chrome.

How to use

  1. Copy the script from below (run.js)
  2. Login into https://quixel.com
@BananaAcid
BananaAcid / _ PowerShellGSM installation script.md
Last active February 20, 2025 15:32
Install PowerShellGSM from commandline without git, and setup basics by prompts (with default options)

PowerShellGSM installation script

Usage

Copy and paste the below one-liner into your powershell console (WIN+R, then "powershell.exe")

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://gist.githubusercontent.com/bananaacid/1dc9117571967b26ceabc972009137ae/raw/install_PowerShellGSM.ps1'))

npx script template

Oh my zsh.

Install with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)

  • Download zsh-autosuggestions by
@max-mapper
max-mapper / readme.md
Last active January 31, 2025 03:52
Video stabilization using VidStab and FFMPEG (Mac OS X)

Video stabilization using VidStab and FFMPEG

Examples here use the default settings, see the VidStab readme on GitHub for more advanced instructions.

Here's an example video I made

Install ffmpeg with the vidstab plugin from homebrew

brew install ffmpeg --with-libvidstab
@magnetikonline
magnetikonline / README.md
Last active January 22, 2026 00:11
NSSM - the Non-Sucking Service Manager cheatsheet.