Skip to content

Instantly share code, notes, and snippets.

View izharaazmi's full-sized avatar
🎯
Focusing

Izhar Aazmi izharaazmi

🎯
Focusing
View GitHub Profile
@izharaazmi
izharaazmi / create_repo_labels.sh
Created April 28, 2022 11:49 — forked from liuderchi/create_repo_labels.sh
To Create Labels for your Repo
#!/bin/bash
set -e
# NOTE to create labels for your repo
# to support types from commit message guide (feat, fix, docs, style, refactor, test, chore)
# by hitting GitHub API v3
#
# https://developer.github.com/v3/issues/labels/#create-a-label
# https://gist.github.com/caspyin/2288960
@izharaazmi
izharaazmi / ICS.php
Created June 25, 2019 18:26 — forked from jakebellacera/ICS.php
A convenient script to generate iCalendar (.ics) files on the fly in PHP.
<?php
/**
* This is free and unencumbered software released into the public domain.
*
* Anyone is free to copy, modify, publish, use, compile, sell, or
* distribute this software, either in source code form or as a compiled
* binary, for any purpose, commercial or non-commercial, and by any
* means.
*