Skip to content

Instantly share code, notes, and snippets.

View PBJI's full-sized avatar
🎯
Focusing

Purshotam Bohra PBJI

🎯
Focusing
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bmaupin
bmaupin / free-database-hosting.md
Last active October 15, 2025 07:58
Free database hosting
@milanboers
milanboers / clone.bash
Last active April 24, 2025 16:49
Clone all repositories of a Github user
curl -s https://api.github.com/users/milanboers/repos | grep \"clone_url\" | awk '{print $2}' | sed -e 's/"//g' -e 's/,//g' | xargs -n1 git clone