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 June 4, 2025 23:53
Complete Recent Discord Quest

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
@AbstractUmbra
AbstractUmbra / 00-deprecation.md
Last active May 15, 2025 20:31
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 April 9, 2025 15:57
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