Skip to content

Instantly share code, notes, and snippets.

View ali-farhad's full-sized avatar
🤖
coding

Farhad Ali ali-farhad

🤖
coding
View GitHub Profile
@AidasK
AidasK / HowToDeleteAllCloudflareRecors.md
Last active November 5, 2024 17:22
Cloudflare delete all DNS records. Just go to cloudflare dns zones, open your browers developer console and paste this javascript code.

image

Real developers are not used to clicking, it's allways easier to write a script to do it for you.
@luisfc
luisfc / config.fish
Last active April 6, 2025 07:42
ANDROID_HOME environment variable - fish shell linux
## Android
set --export ANDROID_HOME $HOME/Android/Sdk
set -gx PATH $ANDROID_HOME/emulator $PATH;
set -gx PATH $ANDROID_HOME/tools $PATH;
set -gx PATH $ANDROID_HOME/tools/bin $PATH;
set -gx PATH $ANDROID_HOME/platform-tools $PATH;
# When finished run: source ~/.config/fish/config.fish