Skip to content

Instantly share code, notes, and snippets.

View mishajib's full-sized avatar
👌
SOFTWARE ENGINEER

MI Shajib mishajib

👌
SOFTWARE ENGINEER
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<div id="google-reviews"></div>
@Shipu
Shipu / countries.php
Created July 3, 2020 11:16
Countries list in php
<?php
return [
[
'id' => 1,
'name' => 'Afghanistan',
'country_code' => 'AF',
'dial_code' => '+93',
'currency_name' => 'Afghanafgani',
@Shipu
Shipu / countries.json
Last active September 22, 2020 18:37
Countries currency details
[
{"id":1,"name":"Afghanistan","country_code":"AF","dial_code":"+93","currency_name":"Afghanafgani","currency_code":"AFN","currency_symbol":"؋","created_at":"2020-04-1017:37:33","updated_at":"2020-04-1017:37:48"},
{"id":2,"name":"AlandIslands","country_code":"AX","dial_code":"+358","currency_name":"","currency_code":"","currency_symbol":"","created_at":"2020-04-1017:37:33","updated_at":"2020-04-1017:37:48"},
{"id":3,"name":"Albania","country_code":"AL","dial_code":"+355","currency_name":"Albanianlek","currency_code":"ALL","currency_symbol":"L","created_at":"2020-04-1017:37:33","updated_at":"2020-04-1017:37:48"},
{"id":4,"name":"Algeria","country_code":"DZ","dial_code":"+213","currency_name":"Algerian dinar","currency_code":"DZD","currency_symbol":"د.ج","created_at":"2020-04-1017:37:33","updated_at":"2020-04-1017:37:48"},
{"id":5,"name":"American Samoa","country_code":"AS","dial_code":"+1684","currency_name":"","currency_code":"","currency_symbol":"","created_at":"2020-04-1017:37:33","updat
@theanam
theanam / regex.txt
Created September 4, 2019 10:08
Regular Expression to match Bangladeshi Phone number
/^(?:\+88|88)?(01[3-9]\d{8})$/
@bradtraversy
bradtraversy / vscode_shortcuts.md
Last active June 19, 2024 06:18
Helpful shortcuts for VSCode

VSCode Shortcuts

List of helpful shortcuts for faster coding

If you have any other helpful shortcuts, feel free to add in the comments of this gist :)

Official List of all commands