Skip to content

Instantly share code, notes, and snippets.

View jmrashed's full-sized avatar

Rashed Zaman jmrashed

View GitHub Profile
@jmrashed
jmrashed / gist:9ea830be203b755406776d1fbe77a4cf
Last active October 7, 2024 10:51
Installing Oh My Zsh with Command Auto-Suggestions on Ubuntu 20.04

Installing Oh My Zsh with Command Auto-Suggestions on Ubuntu 20.04

Follow these steps to install Oh My Zsh with auto-suggestions and syntax highlighting on Ubuntu 20.04.

Step 1: Update Package Lists

Before starting, update your package lists:

sudo apt update
@mahedi2014
mahedi2014 / number_convert.php
Created June 11, 2016 07:17
Convert bangla number to english and word
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
<?php
$unicodeNumber = $_GET['num'];
print_r( $unicodeNumber);
function convertToEnglishNumber($unicodeNumber){