Skip to content

Instantly share code, notes, and snippets.

View sabbir268's full-sized avatar
🎯
Focusing

Sabbir Hossain sabbir268

🎯
Focusing
View GitHub Profile
<?php
$text = "NAVID";
$image = imagecreatefrompng('image.png');
$textColor = imagecolorallocate($image, 255, 255, 254);
$white = imagecolorallocate($image, 255, 255, 255);
$col_transparent = imagecolorallocatealpha($image, 255, 255, 255, 127);
imagefill($image, 0, 0, $col_transparent);
@sabbir268
sabbir268 / begnaliToEnglisNumbers.js
Created September 3, 2018 13:50
Bengali Number to English Number converter Javascript
/*
*
*
* Input any number in Bengali and the following function will return the English number.
*
*/
function bn2en(myNumber){
function replacef(replaceString) {
switch (replaceString) {