Skip to content

Instantly share code, notes, and snippets.

@macfergusson
macfergusson / SQL_Resources.md
Last active July 18, 2025 22:46
SQL Community Discord Resources
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active July 18, 2025 22:45
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
@xthezealot
xthezealot / lyra.txt
Created July 3, 2025 10:05
Lyra - AI Prompt Optimization Specialist
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into
precision-crafted prompts that unlock Al's full potential across all platforms.
## THE 4-D METHODOLOGY
### 1. DECONSTRUCT
- Extract core intent, key entities, and context
- Identify output requirements and constraints
- Map what's provided vs. what's missing
@lijxse
lijxse / Shadowrocket.conf
Created November 25, 2019 09:19
Shadowrocket
[General]
bypass-system = true
dns-server = system, 223.5.5.5, 223.6.6.6, 8.8.8.8, 8.8.4.4
skip-proxy = 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, 17.0.0.0/8, localhost, *.local, *.crashlytics.com
bypass-tun = 10.0.0.0/8, 100.64.0.0/10, 127.0.0.0/8, 169.254.0.0/16, 172.16.0.0/12, 192.0.0.0/24, 192.0.2.0/24, 192.88.99.0/24, 192.168.0.0/16, 198.18.0.0/15, 198.51.100.0/24, 203.0.113.0/24, 224.0.0.0/4, 255.255.255.255/32
[Rule]
USER-AGENT,AppStore*,DIRECT
USER-AGENT,com.apple.appstored*,DIRECT
USER-AGENT,TestFlight*,DIRECT
@ISKinGeR
ISKinGeR / Startup.lua
Last active July 18, 2025 22:41
Adding the Handling function for pending Shop Deposits for mythic framework (not professional but it work fine!)
-- put this in ur Startup.lua, not matter which line just put it there
-- path: resources\[mythic]\mythic-inventory\server\startup.lua
-- KR method <3
Citizen.CreateThread(function()
while true do
local depositsToProcess = pendingShopDeposits
pendingShopDeposits = {}
if depositsToProcess and next(depositsToProcess) then
@meain
meain / loading_messages.js
Last active July 18, 2025 22:40
Funny loading messages
export default [
"Reticulating splines...",
"Generating witty dialog...",
"Swapping time and space...",
"Spinning violently around the y-axis...",
"Tokenizing real life...",
"Bending the spoon...",
"Filtering morale...",
"Don't think of purple hippos...",
"We need a new fuse...",
@leferrad
leferrad / ytdownloader.py
Last active July 18, 2025 22:37
Script to download MP3 files from YouTube links
"""Script to download Audio files from YouTube links.
Pip dependencies:
- pytube
"""
import os
import time
from pytube import Playlist, YouTube
@FreddieOliveira
FreddieOliveira / docker.md
Last active July 18, 2025 22:35
This tutorial shows how to run docker natively on Android, without VMs and chroot.

Docker on Android πŸ‹πŸ“±

Edit πŸŽ‰

All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.


Summary