Skip to content

Instantly share code, notes, and snippets.

View jewelhuq's full-sized avatar

Md Mazaharul Huq jewelhuq

View GitHub Profile
@jewelhuq
jewelhuq / psmo.ps1
Last active August 29, 2015 14:21 — forked from badmotorfinger/psmo.ps1
################################################################################################################################
#
# Script Name : SmoDb
# Version : 1.0
# Author : Vince Panuccio
# Purpose :
# This script generates one SQL script per database object including Stored Procedures,Tables,Views,
# User Defined Functions and User Defined Table Types. Useful for versionining a databsae in a CVS.
#
# Usage :
@jewelhuq
jewelhuq / vps-setup.sh
Last active October 28, 2015 05:50 — forked from EmranAhmed/vps-setup.sh
Simple and Straightforward VPS Server Settings
#!/bin/bash
# Upload vps-setup.sh file
# open terminal and change permission like: chmod +x ./setup.sh
# ./vps-setup.sh
# delete this file after setup :)
COLOR_RESET="\033[33;0m"
COLOR_RED="\033[33;31m"
COLOR_GREEN="\033[33;32m"
@jewelhuq
jewelhuq / get_barcode_from_image.js
Created June 7, 2016 20:45 — forked from tbtlr/get_barcode_from_image.js
Barcode recognition with JavaScript - Demo: http://bit.ly/djvUoy
/*
* Copyright (c) 2010 Tobias Schneider
* This script is freely distributable under the terms of the MIT license.
*/
(function(){
var UPC_SET = {
"3211": '0',
"2221": '1',
"2122": '2',
@jewelhuq
jewelhuq / keybase.md
Created June 8, 2017 14:20
keybase.md

Keybase proof

I hereby claim:

  • I am jewelhuq on github.
  • I am jewelhuq (https://keybase.io/jewelhuq) on keybase.
  • I have a public key whose fingerprint is CA68 F703 C028 9FED 3BBC A5E5 6C32 0978 96B9 066A

To claim this, I am signing this object:

@jewelhuq
jewelhuq / Bash script - Tutorial
Last active October 5, 2017 07:22 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04
@jewelhuq
jewelhuq / index.php
Created November 7, 2017 00:37 — forked from drizzentic/index.php
Sample USSD Application
<!-- MIT License
Copyright (c) 2016 Derrick Rono
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: