Skip to content

Instantly share code, notes, and snippets.

View devnuru's full-sized avatar
🎯
Focusing

Md. Nuruzzaman Chowdhury devnuru

🎯
Focusing
View GitHub Profile
@devnuru
devnuru / CountryCodes.json
Created November 22, 2024 17:52 — forked from Goles/CountryCodes.json
Country and Dial or Phone codes in JSON format
[{"name":"Israel","dial_code":"+972","code":"IL"},{"name":"Afghanistan","dial_code":"+93","code":"AF"},{"name":"Albania","dial_code":"+355","code":"AL"},{"name":"Algeria","dial_code":"+213","code":"DZ"},{"name":"AmericanSamoa","dial_code":"+1 684","code":"AS"},{"name":"Andorra","dial_code":"+376","code":"AD"},{"name":"Angola","dial_code":"+244","code":"AO"},{"name":"Anguilla","dial_code":"+1 264","code":"AI"},{"name":"Antigua and Barbuda","dial_code":"+1268","code":"AG"},{"name":"Argentina","dial_code":"+54","code":"AR"},{"name":"Armenia","dial_code":"+374","code":"AM"},{"name":"Aruba","dial_code":"+297","code":"AW"},{"name":"Australia","dial_code":"+61","code":"AU"},{"name":"Austria","dial_code":"+43","code":"AT"},{"name":"Azerbaijan","dial_code":"+994","code":"AZ"},{"name":"Bahamas","dial_code":"+1 242","code":"BS"},{"name":"Bahrain","dial_code":"+973","code":"BH"},{"name":"Bangladesh","dial_code":"+880","code":"BD"},{"name":"Barbados","dial_code":"+1 246","code":"BB"},{"name":"Belarus","dial_code":"+375","
@devnuru
devnuru / git.cheat
Created March 3, 2024 11:32 — forked from joyrexus/git.cheat
Git cheat sheet.
Setup
-----
git clone <repo>
clone the repository specified by <repo>; this is similar to "checkout" in
some other version control systems such as Subversion and CVS
Add colors to your ~/.gitconfig file:
[color]
@devnuru
devnuru / awesome-php.md
Created January 14, 2022 13:04 — forked from ziadoz/awesome-php.md
Awesome PHP — A curated list of amazingly awesome PHP libraries, resources and shiny things.
@devnuru
devnuru / gitcom.md
Created February 27, 2021 09:31 — forked from jednano/gitcom.md
Common git commands in a day-to-day workflow

Git Cheat Sheet

Initial Setup

Create an empty git repo or reinitialize an existing one

git init
@devnuru
devnuru / media-queries
Created September 22, 2020 08:10 — forked from robabby/media-queries
A comprehensive list of media queries forked from Bootstrap and Foundation frameworks
// Bootstrap
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {