Skip to content

Instantly share code, notes, and snippets.

View No-Eul's full-sized avatar
🍋
Hehe :3

NoEul No-Eul

🍋
Hehe :3
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active June 6, 2025 19:38
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
@lxfly2000
lxfly2000 / booru-sites.md
Last active May 29, 2025 22:40
Booru sites.
@andkirby
andkirby / php-git-bash-win.sh
Last active December 31, 2023 12:21
Download PHP binaries archive on Windows from GitBash console or similar
#!/usr/bin/env bash
################################################################################
# This script can install PHP binaries on Windows in Bash.
#
# Link to this file:
# https://gist.github.com/andkirby/67e87e319c376b8676d559edb759e3fe/raw/php-git-bash-win.sh
#
# Download latest version by command in GitBash Windows console:
# $ curl -Ls bit.ly/php-bash-win | bash
#