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 May 18, 2025 16:01
My list of annoying stuff I hide/disable in Discord using Quick CSS
/* Dubyas list of annoying stuff he hides in discord using Quick CSS */
/* Want to have this be synced up with your Discord so you don't need to re-copy and paste this for new additions?
* Feel free to just import this gist directly by adding the following line:
* @import url("https://gist.githubusercontent.com/DubyaDude/1ee0e8c218a22883721635dfae3e022c/raw/DubyasCleanupOfDiscord.css");
*/
/* Disable profile edit page upsell */
div[id="profile-customization-tab"] > div[class^="container_"]
{
@ZipFile
ZipFile / README.md
Last active May 9, 2025 17:09
Pixiv OAuth Flow

Retrieving Auth Token

  1. Run the command:

    python pixiv_auth.py login

    This will open the browser with Pixiv login page.