Skip to content

Instantly share code, notes, and snippets.

View shabbir-hasan's full-sized avatar

Shabbir Hasan shabbir-hasan

View GitHub Profile
@shabbir-hasan
shabbir-hasan / gist:f00a9ac41d0defe8cec35ac24f69c6f4
Created December 20, 2017 10:27 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@shabbir-hasan
shabbir-hasan / README.md
Created December 20, 2017 10:27 — forked from roachhd/README.md
EMOJI cheatsheet 😛😳😗😓🙉😸🙈🙊😽💀💢💥✨💏👫👄👃👀👛👛🗼🔮🔮🎄🎅👻

EMOJI CHEAT SHEET

Emoji emoticons listed on this page are supported on Campfire, GitHub, Basecamp, Redbooth, Trac, Flowdock, Sprint.ly, Kandan, Textbox.io, Kippt, Redmine, JabbR, Trello, Hall, plug.dj, Qiita, Zendesk, Ruby China, Grove, Idobata, NodeBB Forums, Slack, Streamup, OrganisedMinds, Hackpad, Cryptbin, Kato, Reportedly, Cheerful Ghost, IRCCloud, Dashcube, MyVideoGameList, Subrosa, Sococo, Quip, And Bang, Bonusly, Discourse, Ello, and Twemoji Awesome. However some of the emoji codes are not super easy to remember, so here is a little cheat sheet. ✈ Got flash enabled? Click the emoji code and it will be copied to your clipboard.

People

:bowtie: 😄

@shabbir-hasan
shabbir-hasan / keybase.md
Created March 19, 2018 18:14
keybase.io

Keybase proof

I hereby claim:

  • I am shabbir-hasan on github.
  • I am shabbirhasan (https://keybase.io/shabbirhasan) on keybase.
  • I have a public key ASDGa7Dj0fU2PxZUvkWYRihG6mM-hDbsd_a15HW3TbBuLgo

To claim this, I am signing this object:

@shabbir-hasan
shabbir-hasan / mpv.conf
Created July 29, 2018 14:43
MPV Configuration (mpv.conf) on Windows 10 Pro
# vim: syntax=config
###########
# General #
###########
priority=high
input-ipc-server=/tmp/mpvsocket # listen for IPC on this socket
load-stats-overlay=yes # use local stats.lua
@shabbir-hasan
shabbir-hasan / tictactoe-v1.py
Last active November 3, 2018 21:41
Tic-Tac-Toe Program - Trail Version 1 ('Buggy') by Shabbir Hasan | # Programming inspired by Sentdex YouTube Channel and follow his new # Basic Tutorial series at the linkbelow # https://www.youtube.com/playlist?list=PLQVvvaa0QuDeAams7fkdcwOGBpGdHpXln
# Tic-Tac-Toe Program - Trail Version 1 ('Buggy') by Shabbir Hasan
# Programming inspired by Sentdex YouTube Channel and follow his new
# Basic Tutorial series at the linkbelow
# https://www.youtube.com/playlist?list=PLQVvvaa0QuDeAams7fkdcwOGBpGdHpXln
from os import system
game = [[1, 2, 3],
[4, 5, 6],
[7, 8, 9]]
# Tic-Tac-Toe Program - Trail Version 1 ('Buggy') by Shabbir Hasan
# Programming inspired by Sentdex YouTube Channel and follow his new
# Basic Tutorial series at the linkbelow
# https://www.youtube.com/playlist?list=PLQVvvaa0QuDeAams7fkdcwOGBpGdHpXln
from os import system
game = [[1, 2, 3],
[4, 5, 6],
[7, 8, 9]]
@shabbir-hasan
shabbir-hasan / tictactoe-v2.py
Created November 4, 2018 13:04
# Tic-Tac-Toe Program - Trail Version 2 ('Buggy') by Shabbir Hasan # Programming inspired by Sentdex YouTube Channel and follow his new # Basic Tutorial series at the linkbelow # https://www.youtube.com/playlist?list=PLQVvvaa0QuDeAams7fkdcwOGBpGdHpXln # # Version 2: Play Against AutoBot Functionality has been added
# Tic-Tac-Toe Program - Trail Version 2 ('Buggy') by Shabbir Hasan
# Programming inspired by Sentdex YouTube Channel and follow his new
# Basic Tutorial series at the linkbelow
# https://www.youtube.com/playlist?list=PLQVvvaa0QuDeAams7fkdcwOGBpGdHpXln
#
# Version 2: Play Against AutoBot Functionality has been added
from os import system
import random
@shabbir-hasan
shabbir-hasan / input.conf
Created November 5, 2018 12:55 — forked from Hikari9/input.conf
MPV Config File for Ceylon (anime)
AXIS_UP ignore
AXIS_DOWN ignore
AXIS_LEFT ignore
AXIS_RIGHT ignore
MOUSE_BTN3 add volume 5
MOUSE_BTN4 add volume -5
MOUSE_BTN5 seek -5
MOUSE_BTN6 seek 5
#EXTINF:0, group-title="English",& Flix
http://z5ams.akamaized.net/andflix/tracks-v1a1/index.m3u8
#EXTINF:0, group-title="Hindi",& Pictures
#EXTINF:0, group-title="Hindi",& Pictures HD
http://z5ams.akamaized.net/andpicshd/tracks-v1a1/index.m3u8
#EXTINF:0, group-title="Punjabi",5aab TV
http://158.69.124.9:1935/5aabtv/5aabtv/playlist.m3u8
#EXTINF:0, group-title="Tamil",??
http://mhms9.airtel.tv/wh7f454c46tw4163224253_611767333/PLTV/88888888/224/3221226313/index.m3u8
#EXTINF:0, group-title="Telugu",10 TV
@shabbir-hasan
shabbir-hasan / minfromunsortedlist.py
Created December 17, 2018 00:07
find Minimum from an unsorted list at a certain index point without sorting the list completely
#!/usr/bin/python3.7
import time
from random import randint
from functools import update_wrapper
def decorator(d):
"Make function d a decorator: d wraps a function fn."
def _d(fn):