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 February 11, 2026 21:43
Powershell - Pode Server + PollinationsAI-Text

Powershell - Pode Server + PollinationsAI-Image

  1. save all of the files from this repo to your test folder
  2. run 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 February 15, 2026 17:59
Powershell -- ask PollinationsAI for a Text
@BananaAcid
BananaAcid / Readme.md
Last active February 15, 2026 17:59
Powershell -- ask PollinationsAI for an Image
@BananaAcid
BananaAcid / Readme.md
Last active March 9, 2026 20:02
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 April 12, 2026 14:40
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
CONHOST command line arguments
this information may be out of date as microsoft has said that they will not keep this consistent
all the information i found by experementing and reading the source at https://github.com/microsoft/terminal
server handle token (accepted two ways)
--server 0x4 (new method)
0x4 (legacy method)
the arguments must contain only one of these
--signal <arg:short as handle>
an optional file handle that will be used to send signals into the console.
This represents the ability to send signals to a *nix tty/pty
@BananaAcid
BananaAcid / Create-Menu.ps1
Last active April 10, 2026 22:51
Shows strings as a table to be selectable by navigating with arrow keys
Function Create-Menu() {
<#
.SYNOPSIS
Shows strings as a table to be selectable by navigating with arrow keys
.DESCRIPTION
Version 1.0.3
Author: Nabil Redmann (BananaAcid)
License: ISC
@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'))
@fnky
fnky / ANSI.md
Last active April 18, 2026 00:58
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27

npx script template