Skip to content

Instantly share code, notes, and snippets.

View ahmubashshir's full-sized avatar

Mubashshir ahmubashshir

View GitHub Profile

Programming Books

নাম লেখক ডাউনলোড লিঙ্ক[মেগা] ডাউনলোড লিঙ্ক[মিডিয়াফায়ার]
কম্পিউটার প্রোগ্রামিং তামিম শাহরিয়ার সুবিন ডাউনলোড ডাউনলোড
লার্ন পাইথন দি হার্ড ওয়ে জেড শ ডাউনলোড ডাউনলোড
ব্যাশ রেফারেন্স ম্যানুয়াল জিএনইউ প্রজেক্ট ডাউনলোড
@ahmubashshir
ahmubashshir / .bash-powerline
Created February 25, 2019 11:31
Bash Powerline
#!/usr/bin/env bash
## Uncomment to disable git info
#POWERLINE_GIT=0
__powerline() {
# Colorscheme
readonly RESET='\[\033[m\]'
readonly COLOR_CWD='\[\033[0;34m\]' # blue
readonly COLOR_GIT='\[\033[0;36m\]' # cyan
@ahmubashshir
ahmubashshir / floyeds-turtle.vala
Created February 29, 2020 11:19
'Floyeds Turtle' implemented in vala
public int fdup(int[] val)
{
var trt = val[val[0]];
var hre = val[0];
var cntr = 0;
while (trt != hre)
{
if( ( cntr < val.length * 10 ) && ( val.length < 15) )
break;
trt = val[trt];
@ahmubashshir
ahmubashshir / ttm_unpack.c
Created March 13, 2020 05:24
To the Moon.rgssad extractor, forked from http://ancurio.bplaced.net/stuff/ttm_pack.c and edited...
/*
* ttm_unpack: An unpacker for the game "To the Moon"'s datafiles.
*
* Copyright (c) 2012, David Gow <david@ingeniumdigital.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
"Aoi" - Hikaru ga Chikyuu ni Itakoro......
10 Years after saying “Leave this to me and go”, I Became a Legend.
10 Years in the Friend Zone
2.5 Dimensional Seduction
A Boy Who Has Been Reincarnated Twice Spends Peacefully as an S-Rank Adventurer
A Fool and a Girl
A Pretty's Super Zombie
A Story About A Totally Straightforward Girlfriend
A Story About Treating a Female Knight Who Has Never Been Treated as a Woman as a Woman
Aida ni Hatachi
/*
*
* Copyright 2019 Ahmad Hasan Mubashshir <ahmubashshir@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@ahmubashshir
ahmubashshir / gist:a5148de8fb3a09ee40f43eb25abee6b2
Last active September 8, 2022 18:36
পোস্টমডার্ন কবর কবিতা(covid19)
'কবর'
এইখানে তোর দাদির কবর ডালিম- গাছের তলে,
তিরিশটা দিন হাত ধোঁয়নি সাবান মেশানো জলে।
এতোটুকু তারে ঘরে এনেছিনু গোবর ভর্তি মাথা,
ভোর রাতে উঠে চুপচাপ খেতো তিন থানকুনি পাতা।
এখানে ওখানে ঘুরিয়া ফিরিয়া ভেবে হইতাম সারা;
সারা বাড়ি ভরি এতো ভাইরাস ছড়াইয়া দিল কারা!
এমনি করিয়া জানি না কখন হাত থেকে মুখে মিশে
করোনা তাহার বাসা বেধেছিলো সরাসরি ফুসফুসে।
/*
*
* Copyright Ahmad Hasan Mubashshir <ahmubashshir@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
#!/usr/bin/python3
##### sync_to_async def
import os
import sys
import threading
import gi, platform, subprocess
gi.require_version('WebKit', '3.0')
gi.require_version('Gtk', '3.0')
#include<stdio.h>
int main()
{
char ch='\0';
scanf("%c",&ch);
printf("%d\n",(int)ch);
return 0;
}