Skip to content

Instantly share code, notes, and snippets.

View h2akim's full-sized avatar
🏠
Working from home

Hakim Razalan h2akim

🏠
Working from home
View GitHub Profile
@h2akim
h2akim / CountryCodes.json
Created April 4, 2025 06:38 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"
@h2akim
h2akim / CountryCodes.json
Created April 4, 2025 06:38 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"
# Pull from specific branch
pull-from() {
if [ -z "$1" ]
then
echo "🙊 No branch name supplied"
return 1;
fi
echo "⬇️ Pull from branch <-$fg_bold[red] ${current_branch} $reset_color"
@h2akim
h2akim / .cloudflaretunnelrc
Last active November 8, 2022 04:38
CloudFlare Tunnel zsh command
# Created by Hakim Razalan
# Use at your own risk
cft() {
if [ -z "$1" ]
then
echo "🙊 No command supplied"
return 1
fi