Skip to content

Instantly share code, notes, and snippets.

View FixeQD's full-sized avatar
👨‍🍳
Actually cooking smth BIG

Paweł FixeQD

👨‍🍳
Actually cooking smth BIG
View GitHub Profile
@xxnuo
xxnuo / py2so.py
Created May 25, 2025 13:28
Compile Python Project into binary
# -*- coding: utf-8 -*-
import getopt
import os
import platform
import shutil
import subprocess
import sys
class OptionsOfBuild():
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active September 14, 2026 07:48
Complete Recent Discord Quest

Caution

As of August 26th 2026, Discord has started suspending quest access of people caught 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 WILL get flagged by doing so.

Complete Recent Discord Quest

@ScottJWalter
ScottJWalter / gist:7a44d6d081ec065f1df7ea5aea72edf4
Last active March 23, 2026 04:09
n8n_on_termux.sh #n8n #termux
#!/data/data/com.termux/files/usr/bin/sh
# setup
pkg install root-repo
pkg update
# install python3
pkg install python3
# install nodejs (LTS)