Skip to content

Instantly share code, notes, and snippets.

View shmishkat's full-sized avatar
🏃‍♂️

Sarowar Hossain shmishkat

🏃‍♂️
View GitHub Profile
{
"category": "music",
"modules": [
{
"id": "gaan-bajna",
"name": "Gaan-Bajna",
"author": "Your Name",
"version": "3.0.0",
"description": "Bangla-first intelligent music engine with excellent English music support.",
"labels": [
@shmishkat
shmishkat / gaan-bajna.js
Created May 24, 2026 08:50
Bangla Module for 8Spine
/*
=========================================================
8SPINE MODULE
Gaan-Bajna
Version: 3.0.0
Bangla-first intelligent music engine
with excellent English music support.
FEATURES
#include <bits/stdc++.h>
using namespace std;
vector<int>prime;
bool mark[1000001];
void sieve(int n){
int N=n;
mark[0]=1;