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:39
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
@Janiczek
Janiczek /00_README.md
Last activeJuly 18, 2025 21:38
Arturia Minilab 3 Sysex codes

I was mainly interested in finding out how to change pad colours.

There wasthis Github repo detailing some SysEx messages for Minilab 2, but that didn't work for Minilab 3.

In the end I downloaded the DAW integration scripts from theResources page anddecompiled the Bitwig Java classes (you need to unzip the .bwextension file). That gave me the coveted secret SysEx commands :)

Initialization

@poqdavid
poqdavid /howto.md
Last activeJuly 18, 2025 21:32
How to rename author and resign all commits

Note that filter-repo deletes remote section in.git\config

git filter-repo --mailmap mymailmap --force

or

@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"
NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp