Skip to content

Instantly share code, notes, and snippets.

View m4mohaiman's full-sized avatar

Mohaiman m4mohaiman

  • StartAnn Tech
  • Bangladesh
View GitHub Profile
@bradtraversy
bradtraversy / webdev_online_resources.md
Last active June 4, 2025 00:26
Online Resources For Web Developers (No Downloading)
@obiPlabon
obiPlabon / উত্তরাধিকার.js
Last active January 26, 2017 12:07
Code snippet from http://উত্তরাধিকার.বাংলা/
/**
* Code snippet from http://উত্তরাধিকার.বাংলা/
*
* Really inspiring if you wanna know code smell
* and how to write bad code
*/
function determine_ashaba(sel_rel_arr,ashabas_from_qh,exclude_from_qh,qhs)
{
var ashabas = [];
@hasinhayder
hasinhayder / charlie-foxtrot.go
Last active May 20, 2020 19:16
converts a string to NATO phonetic alphabet equivalents
/* Charlie Foxtrot - If You Know What It Means ;) */
package main
import (
"fmt"
"strings"
"bufio"
"os"
)