Skip to content

Instantly share code, notes, and snippets.

View shreram's full-sized avatar

Ravi K shreram

  • St. Louis, Missouri, United States
View GitHub Profile
@seinecle
seinecle / list-of-ai-apps-for-visual-creation.md
Last active December 25, 2025 23:22
updated regularly!

130 AI apps for visual creation in 11 categories

A curated list of generative AI applications for creating, editing, and enhancing visual assets: images, videos, 3D models and more.

by Clement Levallois


💎 : nearly unmatched

@rpavlik
rpavlik / settings.json
Last active December 24, 2025 10:58
Go away copilot and other slop machines (in vscode)
{
// go away copilot and other ai slop machines
"accessibility.verbosity.inlineChat": false,
"accessibility.verbosity.panelChat": false,
"ansible.lightspeed.suggestions.waitWindow": 360000,
"chat.agent.enabled": false,
"chat.agent.maxRequests": 0,
"chat.commandCenter.enabled": false,
"chat.detectParticipant.enabled": false,
"chat.disableAIFeatures": true,
@burkeholland
burkeholland / ainstall.md
Last active December 18, 2025 14:38
Boost

Boost Prompt

A prompt to boost your lazy "do this" prompts. Install with one of the buttons below.

Install in VS Code Install in VS Code Insiders

Use

@burkeholland
burkeholland / prd.md
Created April 10, 2025 19:50
TheUrlist PRD

Project Requirements Document: The Urlist Website

The following table outlines the detailed functional requirements of The Urlist website.

Requirement ID Description User Story Expected Behavior/Outcome
FR001 Creating a New URL List As a user, I want to be able to start a new, empty list so I can begin adding URLs. The system should provide a clear way for the user to initiate the creation of a new list, potentially presenting an empty list view or an "add new list" button.
FR002 A

How to set up a personal website with a custom domain quickly in an hour

Tip

Don't care about million little options and just need a good site quickly? This guide is for you!

  • A personal website showcasing your work is a great way to comprehensively introduce yourself to the world. A portfolio with a custom domain name looks good on your resume.
  • This guide is for researchers and students who quickly want to get a personal website and blog with a custom domain.
  • While there are a million ways to go about doing this, here is one way that many AI researchers and students follow.
@dnburgess
dnburgess / gist:4fe1f4f8a577ffe8ab846fc0e9fd1b69
Created January 12, 2021 19:43
DB Tech Telegram Notifier for Docker
---
version: 2
services:
docker-telegram-notifier:
image: poma/docker-telegram-notifier
container_name: docker-telegram-notifier
environment:
- PUID=998
- PGID=100
- TELEGRAM_NOTIFIER_BOT_TOKEN=1539690693:AAG9OxPJCdMlA0N2KEpR76I2VDFYoGIsM6o
@mcfrojd
mcfrojd / Shield_Intents.MD
Last active November 2, 2025 23:02
Working INTENTS to use with Community Hass.io Add-ons: Android Debug Bridge for your Nvidia Shield TV

Latest Update 2021-03-06 : New image showing the new "Services" in Home Assistant and got some tips from the comments below.

Credits and thanks: Home Assistant Forum users & Github users: @ocso, @wiphye, @teachingbirds, @tboyce1, @simbesh, @JeffLIrion @ff12 @rebmemer @siaox @DiederikvandenB @Thebuz @clapbr @Finsterclown


Start apps on your android device (in the examples below, my Nvidia Shield TV) from Home Assistant

alt text

Starts Youtube App

entity_id: media_player.shield
command: >-
@AnthonyWharton
AnthonyWharton / automatedManualCertbotRenewal.sh
Last active November 12, 2025 02:02
FreeDNS (afraid.org) Cerbot/Let's Encrypt Manual Automation Script
#!/bin/bash
# Copyright 2018, Anthony Wharton
# Single script that can be called that generates certificates using the
# certbotFreeDNSAuthHook.sh and certbotFreeDNSCleanupHook.sh scripts.
# This should be used as guidence of my usage, and changed to your needs. Note
# the generic `/path/to/...` and `DOMAIN.COM`, which should be replaced with
# your script location and domain respectively. In addition, for this to be
# used on a live system, one must remove the `--dry-run` flag.
@kalkih
kalkih / midnight-remake.yaml
Last active March 10, 2020 02:27
Modified midnight theme for Home Assistant
midnight-remake:
# Main colors
primary-color: '#2980b9'
accent-color: '#f1c40f'
dark-primary-color: 'var(--accent-color)'
light-primary-color: 'var(--accent-color)'
# Text colors
primary-text-color: '#ffffff'
text-primary-color: 'var(--primary-text-color)'
@ciotlosm
ciotlosm / Readme.md
Last active October 7, 2025 15:38
Kiosk mode for lovelace

Kiosk mode

Installation

Add kiosk.js file with the content below to your www folder in config.

Like any other custom script, use ui-lovelace.yaml resources section to reference the kiosk.js file.

Make sure you add kiosk somewhere in your URL. You can use it in the id of your view or in the query string.