Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

Discover gists

@aamiaa
aamiaa /CompleteDiscordQuest.md
Last activeJuly 18, 2025 21:27
Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
@burkeholland
burkeholland /ainstall.md
Last activeJuly 18, 2025 21:23
Beast Mode v3

Beast Mode is a custom chat mode for VS Code agent that adds an opinionated workflow to the agent, including use of a todo list, extensive internet research capabilities, planning, tool usage instructions and more. Designed to be used with 4.1, although it will work with any model.

Installation Instructions

  • Go to the "agent" dropdown in VS Code chat sidebar and select "Configure Modes".
  • Select "Create new custom chat mode file"
  • Select "User Data Folder"
  • Give it a name (Beast Mode)
@vidia
vidia /nginx-unificontroller.conf
Last activeJuly 18, 2025 21:23
Example, working, NGINX config for proxying to Unifi Controller software and using letsencrypt. Includes websocket fix.
# I had a bit of trouble getting my unifi controller (hosted offsite) to use a proxy/letsencrypt. So here are the fruits of my labor.
# The unifi default port is 8443 running on localhost.
# License: CC0 (Public Domain)
server {
# SSL configuration
#
listen 443 ssl default_server;
listen [::]:443 ssl default_server;
@sundowndev
sundowndev /GoogleDorking.md
Last activeJuly 18, 2025 21:17
Google dork cheatsheet

Search filters

FilterDescriptionExample
allintextSearches for occurrences of all the keywords given.allintext:"keyword"
intextSearches for the occurrences of keywords all at once or one at a time.intext:"keyword"
inurlSearches for a URL matching one of the keywords.inurl:"keyword"
allinurlSearches for a URL matching all the keywords in the query.allinurl:"keyword"
intitleSearches for occurrences of keywords in title all or one.intitle:"keyword"

Executive Summary

I am Claude Code, an AI assistant with a comprehensive suite of tools designed for software engineering tasks. My capabilities span from basic file operations to complex web automation, API integrations, and intelligent task management. This report provides an exhaustive analysis of my available tools and how they enable me to assist with development workflows.

Core Architecture

1. File System Operations

@RobChiocchio
RobChiocchio /install-flatpak-betterdiscord.sh
Last activeJuly 18, 2025 21:14
Install BetterDiscord for the Flatpak version of Discord on Linux
#!/bin/bash
# This script installs BetterDiscord for the Flatpak version of Discord on Linux.
# Written by Rob Chiocchio on 04/30/2024
### Variables ###
# Color variables
NO_COLOR="\033[0m"
COLOR="\033[0;36m"# Cyan
# Flatpak Discord AppID and download URL for latest BetterDiscord Linux AppImage release
NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp