Skip to content

Instantly share code, notes, and snippets.

View Chealer's full-sized avatar

Philippe Cloutier Chealer

View GitHub Profile
@bmaupin
bmaupin / android-llama-alternatives.md
Last active April 27, 2026 02:42
Alternatives to Llama for Android

Goal

Find a replacement for Llama (R.I.P. 😢)

Conclusion

🦙 Keep using Llama! 🦙

  • Llama still works and no other application seems to match Llama in terms of ease of use and cell-tower location (Llama's killer feature)
  • Cell-tower location UX seems to be unmatched by the alternatives (training new locations, ignoring towers, seeing location events)
@Saissaken
Saissaken / Update git fork with tags.sh
Last active April 22, 2026 03:14
Update git fork with tags
# Repo: someuser/myframework
# Fork: superteam/myframework
# Track:
git clone https://github.com/superteam/myframework.git
cd myframework
git remote add upstream https://github.com/someuser/myframework.git
# Update:
git fetch upstream
@odan
odan / xampp_php7_xdebug.md
Last active February 26, 2026 18:45
Installing Xdebug for XAMPP