Thanks to visit codestin.com
Credit goes to gist.github.com

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 November 7, 2025 02:25
Powershell -- ask Google

Frage Google ...

... in purem Powershell

. .\ask.ai.google.ps1 -?

ask.ai.google.ps1 [-content] <string> [[-systemPrompt] <string>] [[-type] <string>] [[-model] <string>] [[-GEMINI_API_KEY] <string>]
arg default example desc
@BananaAcid
BananaAcid / README.md
Last active October 25, 2025 21:52
Mobilephone as webcam Windows - iVCam
@BananaAcid
BananaAcid / launch.json
Last active October 21, 2025 15:57
Nuxt 4 - .vscode/launch.json
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "client: chrome",
"url": "http://localhost:3000",
@BananaAcid
BananaAcid / Readme.md
Last active August 5, 2025 13:17
SmartTV / XBOX Style YouTube TV-UI on PC / Steamdeck with Gamepad

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

image

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

Summary

  1. Install a separate browser and needed plugins + configure
  2. Let the browser automatically create a WebApp
  3. Add it to Steam to enable controller support
@BananaAcid
BananaAcid / Readme.md
Last active May 25, 2025 13:54
n8n Chat as workflow - Blueprint
@BananaAcid
BananaAcid / Readme.md
Last active May 12, 2025 19:57
n8n simple vueEngine website as workflow
@BananaAcid
BananaAcid / js parse cookie header.js
Last active May 10, 2025 22:43
js - parse cookie header for session id
@BananaAcid
BananaAcid / _Readme.md
Last active May 9, 2025 14:08 — forked from jackgill/bundle.js
bundle npm with dependencies -- A node.js script to create a bundle containing an npm package, and all of its dependencies.

native

  • npm pack <package>

alternative

@BananaAcid
BananaAcid / Readme.md
Created May 8, 2025 23:44
How Gemini 2.5 Flash groups the models and orders the newest to the top. (2025-05-09)

How Gemini 2.5 Flash groups the models and orders the newest to the top. (2025-05-09)

Fed the JSON from the REST API endpoint https://generativelanguage.googleapis.com/v1beta/models/?key=<GEMINI_KEY> into the chat. Using Baio AI commandline tool.

what models could you use?
show them as a tree, grouped by name, with newest at the top.
@BananaAcid
BananaAcid / Readme.md
Last active May 2, 2025 13:40
n8n windows local install

n8n windows local install

  1. install https://github.com/coreybutler/nvm-windows

    • chocolatey: choco install nvm.install
    • winget: winget install -e --id CoreyButler.NVMforWindows
  2. install node v22.10.0 (NEWER IS NOT SUPPORTED!)

    • nvm install 22.10.0
  3. install n8n