Skip to content

Instantly share code, notes, and snippets.

View rajibdpi's full-sized avatar
💻
Always try to discover something new

Rajib Ahmed rajibdpi

💻
Always try to discover something new
View GitHub Profile
@rajibdpi
rajibdpi / Sublime Text 3 (Build 3211) license key.md
Last active May 26, 2025 14:43
Download Sublime Text 3 (Build 3211) 100% working License Key.
These keys are for Office Professional Plus 2019
Version: Office19_RTM19_ProPlus2019VL_MAK_AE
BN8D3-W2QKT-M7Q73-Y3JWK-KQC63 (Activation left: 5000+)
PNB29-Y9TKP-BJFD2-RBCXR-DJ4XQ (Activation left: 1500+)
Download Link: ed2k://|file|cn_office_professional_plus_2019_x86_x64_dvd_5e5be643.iso|3775004672|1E4FFA5240F21F60DC027F73F1C62FF4|/
or please download from trusted source!
@rajibdpi
rajibdpi / currencies-with-flags.json
Created May 6, 2025 15:42 — forked from ibrahimhajjaj/currencies-with-flags.json
Currencies json that contains currency flag as image data, currency codes, currency name, currency base country name, currency base country code.
[
{
"code": "AED",
"name": "UAE Dirham",
"country": "United Arab Emirates",
"countryCode": "AE",
"flag": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAG5SURBVHja7JdLihRBEEBfVqUU6rQNggiCFxA8gswFRNy49gAeQdx4G8HbuHDvRkRUnKxPZ2dGhous6Y9TtavPZmITtYggXsWPSKOqrCkFK8stgAFKoOr1kiKAt8CD76/f/KYYj//u7bPpU28Mn199eGiBLabg7uWLUePLp08mB/j66xvA1gKVSkK9J/29guuxNCZrVX60905qZlD0xvd5XbPvmN22uo+XCFDZXI2Idjt0txuk9TFM+ve7Yk9MAkAPIKSuI3XdoEMX/aQAd4qSfYpHAI0RbVt0FGA/KYAtyvMMaBTUObRpBh2a0E3cgspewkkJQkDqGm3bQfNPL9/PtIQ+cmjC5OqbTaj9qppRcglCAFej3h9H8P9xnBUgCtRNBllYDj0QmxbWAkgxggiktFjg60PosAeMJnQtAIkRq7poBlIfK5cgRBQdzYC1dtLgVVVRluUJgEQo7XH0RminlBDCKUDK99AIwByXs4gcb0JJafaFc7aCjTlktQBIqpiVAPIYas5AcXEx6LCRzaxjKAn4465GjZ1zs13GBngMPAceLbyFfwJfTP8m2PR6SfGAM7eP07UB/g0Aw73uXdMbeJMAAAAASUVORK5CYII="
},
{
"code": "AFN",
@rajibdpi
rajibdpi / VisioPro2019 Retail Key
Created December 3, 2021 07:54 — forked from moonsbtt/VisioPro2019 Retail Key
Microsoft visio pro 2019 retail key
Key: J7VCN-9HKFP-HGHJT-D4HCC-4RJMX
Description: Office19_RTM19_VisioPro2019R_Retail
Key: YNJDD-FGPX4-XRJV8-XKQJT-KTQ4K
Description: Office19_RTM19_VisioPro2019R_Retail
check http://www.waikey.com/ if need cheap web hosting!
@rajibdpi
rajibdpi / Ubuntu Application Button right to left.md
Created March 2, 2021 18:19
How can move the "Show Applications" button in dock from right to left in Ubuntu Desktop?

This command will move it to the top:

gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top true

Use this to undo it:

gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top false

These commands can also be used to move the "Show Applications" button in dock from right to left or vice versa.

@rajibdpi
rajibdpi / bengali2english.php
Created July 22, 2023 15:27 — forked from nasirkhan/bengali2english.php
Convert a Bengali (Bangla) Number to English Number
/**
*
* Input any number in Bengali and the following function will return the English number.
*
*/
function bn2enNumber ($number){
$search_array= array("১", "২", "৩", "৪", "৫", "৬", "৭", "৮", "৯", "০");
$replace_array= array("1", "2", "3", "4", "5", "6", "7", "8", "9", "0");
$en_number = str_replace($search_array, $replace_array, $number);
@rajibdpi
rajibdpi / 1740326885.html
Created February 23, 2025 16:08
Created with Copy to Gist
1. Header Section
Includes logo, admin name, notifications bell icon, and quick settings menu
2. Navigation Sidebar
Contains menu items: Dashboard, Sales, Inventory, Employees, Reports, Settings
3. Main Statistics Cards
@rajibdpi
rajibdpi / build4123.sublime4.key
Last active February 14, 2025 06:33 — forked from skoqaq/build4123.sublime4.key
Sublime Text 4 License Key
—– BEGIN LICENSE —–
Mifeng User
Single User License
EA7E-1184812
C0DAA9CD 6BE825B5 FF935692 1750523A
EDF59D3F A3BD6C96 F8D33866 3F1CCCEA
1C25BE4D 25B1C4CC 5110C20E 5246CC42
D232C83B C99CCC42 0E32890C B6CBF018
B1D4C178 2F9DDB16 ABAA74E5 95304BEF
9D0CCFA9 8AF8F8E2 1E0A955E 4771A576
@rajibdpi
rajibdpi / Kill 8080 from terminal.md
Last active December 20, 2024 10:30
Kill 8080 from terminal

Kill 8080 from terminal

  • open terminal and type:
fuser -n tcp -k 8080
@rajibdpi
rajibdpi / GitHangsFetch.md
Created December 14, 2024 07:12
Solve the Git hangs on fetch, pull or clone by the following command in Windows.

Solve the Git hangs on fetch, pull or clone by the following command in Windows:

git -c core.sshCommand="'C:\Windows\System32\OpenSSH\ssh.exe'" clone ...

or

git config --global core.sshCommand "'C:\Windows\System32\OpenSSH\ssh.exe'"
try to clone