Skip to content

Instantly share code, notes, and snippets.

View Myrkie's full-sized avatar

Myrkur Myrkie

  • RTX Corporation
View GitHub Profile
FTP Rush v2.x RFQ (RushFTP Queue) File Format
=============================================
NOTE: All strings are UTF-16 (Unicode) encoded unless explicitly noted otherwise.
NOTE: All integers are encoded as UTF-16 (Unicode) strings.
- A RFQ file MAY begin with 0xFF 0xFE (the "Byte Order Mark" byte sequence).
- A RFQ file MAY contain multiple Queue Entries in NEW LINES, using
the CARRIAGE-RETURN, LINE-FEED (CRLF) terminator, of course, encoded using
Unicode (0x0D, 0x00, 0x0A, 0x00).
- Every PARAMETER in a RFQ file is SPLIT using the PARAMETER TERMINATOR (0x02, 0x00).
@DubyaDude
DubyaDude / DubyasCleanupOfDiscord.css
Last active July 2, 2025 11:42
My list of annoying stuff I hide/disable in Discord using Quick CSS
/* This css has been moved due to the Vencord development team not allowing gists for import urls.
* Source css: https://github.com/DubyaDude/DubyasCleanupOfDiscord/blob/main/DubyasCleanupOfDiscord.css
*/
@import url("https://raw.githubusercontent.com/DubyaDude/DubyasCleanupOfDiscord/main/DubyasCleanupOfDiscord.css");
@ZipFile
ZipFile / README.md
Last active July 16, 2025 12:40
Pixiv OAuth Flow

Retrieving Auth Token

  1. Run the command:

    python pixiv_auth.py login

    This will open the browser with Pixiv login page.