Skip to content

Instantly share code, notes, and snippets.

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

Abiruzzaman Molla AbiruzzamanMolla

🏠
Working from home
View GitHub Profile
@AbiruzzamanMolla
AbiruzzamanMolla / PHP Countries Array
Created June 13, 2022 09:09 — forked from DHS/PHP Countries Array
PHP array of all country names
<?php
$countries = array("Afghanistan", "Albania", "Algeria", "American Samoa", "Andorra", "Angola", "Anguilla", "Antarctica", "Antigua and Barbuda", "Argentina", "Armenia", "Aruba", "Australia", "Austria", "Azerbaijan", "Bahamas", "Bahrain", "Bangladesh", "Barbados", "Belarus", "Belgium", "Belize", "Benin", "Bermuda", "Bhutan", "Bolivia", "Bosnia and Herzegowina", "Botswana", "Bouvet Island", "Brazil", "British Indian Ocean Territory", "Brunei Darussalam", "Bulgaria", "Burkina Faso", "Burundi", "Cambodia", "Cameroon", "Canada", "Cape Verde", "Cayman Islands", "Central African Republic", "Chad", "Chile", "China", "Christmas Island", "Cocos (Keeling) Islands", "Colombia", "Comoros", "Congo", "Congo, the Democratic Republic of the", "Cook Islands", "Costa Rica", "Cote d'Ivoire", "Croatia (Hrvatska)", "Cuba", "Cyprus", "Czech Republic", "Denmark", "Djibouti", "Dominica", "Dominican Republic", "East Timor", "Ecuador", "Egypt", "El Salvador", "Equatorial Guinea", "Eritrea", "Estonia", "Ethiopia", "Falkland Island
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
// function activeBasicTab(){
// activeBasicSettings();
// activebasicSettingsTab();
// $('#profileTab').removeClass('show active');
// $('#socialTab').removeClass('show active');
// $('#contactTab').removeClass('show active');
// $('#accountTab').removeClass('show active');
// }
<div class="progress-title d-flex align-items-center justify-content-between rt-mb-12">
<p class="text-gray-500 f-size-14 m-0">Setup Progress</p>
<h4 class="text-primary-500 f-size-14 ft-wt-5 lh-1 m-0">
<span class="test" aria-valuemin="0" aria-valuemax="100" value="100">
@if(request()->has('profile')) 1
@elseif(request()->has('social')) 2
@elseif(request()->has('contact')) 3
@elseif(request()->has('complete')) 4
@else 0 @endif
</span> Completed</h4>
@AbiruzzamanMolla
AbiruzzamanMolla / powershell profile
Last active March 27, 2022 06:14
powershell profile
##
# PSReadLine, see https://github.com/PowerShell/PSReadLine
##
## behaviour of Tab key autocomplete
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
## From docs:
## With these bindings, up arrow/down arrow will work like PowerShell/cmd if the
## current command line is blank. If you've entered some text though, it will
## search the history for commands that start with the currently entered text.
@AbiruzzamanMolla
AbiruzzamanMolla / gist:a78ea03579226c9dd3dbac05a0b5f5a3
Created February 28, 2022 03:15 — forked from abhishekkhaware/gist:7152721
Create An Alias For Laravel and Codecept in Windows PowerShell.
# Laravel Artisan Commands Shortcut
function art($arg1,$arg2,$arg3,$arg4,$arg5) { php artisan $arg1 $arg2 $arg3 $arg4 $arg5}
Set-Alias a art
#### Use as by default Alias #####
# ge:r => generate:resource
# ge:c => generate:controller
@AbiruzzamanMolla
AbiruzzamanMolla / git-pushing-multiple.rst
Created February 16, 2022 05:45 — forked from rvl/git-pushing-multiple.rst
How to push to multiple git remotes at once. Useful if you keep mirrors of your repo.

Pushing to Multiple Git Repos

If a project has to have multiple git repos (e.g. Bitbucket and Github) then it's better that they remain in sync.

Usually this would involve pushing each branch to each repo in turn, but actually Git allows pushing to multiple repos in one go.

If in doubt about what git is doing when you run these commands, just

@AbiruzzamanMolla
AbiruzzamanMolla / OpenWithSublimeText3.bat
Created February 7, 2021 07:37 — forked from jackielii/OpenWithSublimeText3.bat
Add "Open with Sublime Text 3" to Windows Explorer Context Menu (including folders)
@echo off
SET st2Path=C:\Program Files\Sublime Text 3\sublime_text.exe
rem add it for all file types
@reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3" /t REG_SZ /v "" /d "Open with Sublime Text 3" /f
@reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3" /t REG_EXPAND_SZ /v "Icon" /d "%st2Path%,0" /f
@reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3\command" /t REG_SZ /v "" /d "%st2Path% \"%%1\"" /f
rem add it for folders
@reg add "HKEY_CLASSES_ROOT\Folder\shell\Open with Sublime Text 3" /t REG_SZ /v "" /d "Open with Sublime Text 3" /f
  • নবীজির দিন-রাতের আমল লেখক : ইমাম ইবনুস সুন্নী (রহ.)
  • ইসলামের ইতিহাস (নববী যুগ থেকে বর্তমান) লেখক : ড. মুহাম্মাদ ইবরাহিম আশ-শারিকি
  • নবীজির সংসার ﷺ লেখক : মুহাম্মাদ সালেহ আল মুনাজ্জিদ
  • ফেইসবুক: ক্ষতি নয় কল্যাণ বয়ে আনুক লেখক : আলী মুহাম্মাদ শাওকী
  • ধর্মহীন ধর্মবিশ্বাস লেখক : সাইয়েদ আবুল হাসান আলী নদভী
@AbiruzzamanMolla
AbiruzzamanMolla / মানুষের বিরুদ্ধে শয়তানের চক্রান্ত ও কর্মকান্ড সমূহ.txt
Created March 30, 2020 06:21
মানুষের বিরুদ্ধে শয়তানের চক্রান্ত ও কর্মকান্ড সমূহ
মানুষের বিরুদ্ধে শয়তানের চক্রান্ত ও কর্মকান্ড সমূহ
শয়তানের চক্রান্ত ও কর্মকান্ড কুরআন-হাদীছ হ’তে বিভিন্ন পরিভাষায় উল্লেখ করা হয়েছে। যা পরিত্যাগ করা প্রতিটি মানুষের জন্য অত্যন্ত যরূরী। নিম্নে সংক্ষেপে বিষয়গুলো আলোকপাত করা হ’ল।
১. اَلْاِغْوَاءُ (বিভ্রান্ত করা, বিপথগামী করা) :
আদম (আঃ)-কে সিজদা না করার কারণে ইবলীস যখন অভিশপ্ত শয়তানে পরিণত হ’ল তখন ঈমানদার বান্দাদেরকে পথভ্রষ্ট করার জন্য প্রতিজ্ঞা করে। মহান আল্লাহ বলেন, وَإِنَّ عَلَيْكَ لَعْنَتِي إِلَى يَوْمِ الدِّينِ، قَالَ رَبِّ فَأَنْظِرْنِي إِلَى يَوْمِ يُبْعَثُونَ، قَالَ فَإِنَّكَ مِنَ الْمُنْظَرِينَ، إِلَى يَوْمِ الْوَقْتِ الْمَعْلُومِ، قَالَ فَبِعِزَّتِكَ لَأُغْوِيَنَّهُمْ أَجْمَعِيْن- ‘আর তোমার প্রতি আমার অভিশাপ রইল বিচারদিবস পর্যন্ত। সে বলল, হে আমার প্রতিপালক! আপনি আমাকে অবকাশ দিন পুনরুত্থান দিবস পর্যন্ত। তিনি বললেন, বেশ! তুমি অবকাশ প্রাপ্তদের অন্তর্ভুক্ত হ’লে। নির্ধারিত সময়কাল উপস্থিত হওয়ার দিন পর্যন্ত। সে বলল, আপনার ইয্যতের কসম! আমি অবশ্যই তাদের সবাইকে বিপথগামী করব’ (ছোয়াদ ৩৮/৭৮-৮২)।
ইয়ায ইবনু হিমার আল-মুজাশী থেকে বর্ণিত, একদা রাসূলুল্লাহ (ছাঃ) খুৎবা