I hereby claim:
- I am faysalhaque on github.
- I am faysalulhaque (https://keybase.io/faysalulhaque) on keybase.
- I have a public key ASCsv4UaB1GADYljkTT5iy5dyRJ0Kev3zR4Nct82bdgi8wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| $countryList = array( | |
| /* Region Name */ | |
| "Australia and New Zealand" => array( | |
| /* Country Name */ | |
| "Australia"=>array( | |
| /* State Name */ | |
| 'Australian Capital Territory', | |
| 'New South Wales', | |
| 'Northern Territory', |
| Navigate go that folder with terminal and hit the command | |
| find . -name '.*' -type f -delete | |
| Delete all .git file from a folder - navigate to that folder from the terminal and then hit the command | |
| rm -rf .git |
| // include gulp | |
| var gulp = require('gulp'); | |
| // include plug-ins | |
| var jshint = require('gulp-jshint'); | |
| var changed = require('gulp-changed'); | |
| var imagemin = require('gulp-imagemin'); | |
| var minifyHTML = require('gulp-minify-html'); | |
| var concat = require('gulp-concat'); | |
| var stripDebug = require('gulp-strip-debug'); |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| (function ($) { | |
| /** | |
| * @function | |
| * @property {object} jQuery plugin which runs handler function once specified element is inserted into the DOM | |
| * @param {function} handler A function to execute at the time when the element is inserted | |
| * @param {bool} shouldRunHandlerOnce Optional: if true, handler is unbound after its first invocation | |
| * @example $(selector).waitUntilExists(function); | |
| */ |
This gist assumes: