Skip to content

Instantly share code, notes, and snippets.

View WaGi-Coding's full-sized avatar
:shipit:
Detective

Taki7o7 WaGi-Coding

:shipit:
Detective
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active April 30, 2026 04:24
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest

@AbstractUmbra
AbstractUmbra / 00-deprecation.md
Last active April 29, 2026 19:55
discord.py 2.0+ slash command info and examples

This gist has now been 'deprecated' and has moved...

... to my blog style space for easier contribution by third parties and to provide what I believe to be an easier reading experience. Please field all enquiries and issues to the source repository.

@nebhead
nebhead / CustomUSBName.md
Last active March 22, 2026 12:22
Instructions for Adding Custom Naming for Arduino USB Device

The following is capturing instructions on how to add custom naming for an Arduino Leonardo (or generic pro-micro) for my Arcade Controller device. I wanted to have a simple record so that when I inevitably come back to this someday I can recall how I accomplished this. Reference was taken from the following YouTube video (https://youtu.be/hoCOq9Ngp44?t=1156) at approximately 19m16s.

WINDOWS Instructions:

Create a new set of folders: ~\Documents\Arduino\hardware\daemonbite\avr

Copy everything from C:\Program Files (x86)\Arduino\hardware\arduino\avr to this new folder.

@BenKnisley
BenKnisley / Python Server-Client Pair
Last active August 29, 2022 09:50
Two way communication Python Server-Client pair
Simple Python Server-Client Pair With Two Way Communication