brew install --without-apache --with-fpm --with-mysql php71
brew install nginx
| #!/usr/bin/env bash | |
| # There are thousands of ways already invented to do this | |
| # but I have mine | |
| # October 2025 | |
| set -euo pipefail | |
| MAIN_BRANCH="main" | |
| merged_branches=$(git branch --merged "$MAIN_BRANCH" | grep -vE '(^\*|main$|HEAD)' || true) | |
| echo "🧹 Branch cleaner" |
| yes "$(seq 231 -1 16)" | while read i; do printf "\x1b[48;5;${i}m\n"; sleep .02; done |
| require 'telegram/bot' | |
| require 'uri' | |
| require 'HTTParty' | |
| require 'Nokogiri' | |
| token = 'YOUR_TOKEN_HERE' | |
| class Parser | |
| def self.parse_9gag page | |
| page.css('source') |
I hereby claim:
To claim this, I am signing this object:
| # IDE generated files | |
| .idea | |
| *.bak | |
| # OS generated files # | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes |