├── .gitignore
├── project
├── admin
│ ├── images
│ │ ├── .gitignore
│ │ ├── admin.jpg
│ │ ├── logo.png
│ │ ├── logo2.png
│ │ ├── avatar
│ │ │ ├── 1.jpg
│ │ │ ├── 2.jpg
│ │ │ ├── 3.jpg
│ │ │ ├── 4.jpg
│ │ │ ├── 5.jpg
│ │ │ └── 6.jpg
│ │ ├── placeholder.png
│ │ ├── twitter_corner_black.png
│ │ └── twitter_corner_blue.png
│ ├── assets
│ │ └── js
│ │ │ └── index.html
│ ├── vendors
│ │ ├── bootstrap
│ │ │ ├── CNAME
│ │ │ ├── .stylelintignore
│ │ │ ├── scss
│ │ │ │ ├── utilities
│ │ │ │ │ ├── _clearfix.scss
│ │ │ │ │ ├── _screenreaders.scss
│ │ │ │ │ ├── _visibility.scss
│ │ │ │ │ └── _shadows.scss
│ │ │ │ ├── _media.scss
│ │ │ │ └── mixins
│ │ │ │ │ ├── _box-shadow.scss
│ │ │ │ │ ├── _size.scss
│ │ │ │ │ ├── _clearfix.scss
│ │ │ │ │ ├── _visibility.scss
│ │ │ │ │ ├── _lists.scss
│ │ │ │ │ ├── _text-truncate.scss
│ │ │ │ │ ├── _resize.scss
│ │ │ │ │ ├── _float.scss
│ │ │ │ │ ├── _badge.scss
│ │ │ │ │ ├── _alert.scss
│ │ │ │ │ ├── _nav-divider.scss
│ │ │ │ │ └── _text-emphasis.scss
│ │ │ ├── .eslintignore
│ │ │ ├── site
│ │ │ │ ├── docs
│ │ │ │ │ └── 4.1
│ │ │ │ │ │ ├── extend
│ │ │ │ │ │ └── index.md
│ │ │ │ │ │ ├── examples
│ │ │ │ │ │ ├── navbar-static
│ │ │ │ │ │ │ └── navbar-top.css
│ │ │ │ │ │ ├── navbars
│ │ │ │ │ │ │ └── navbar.css
│ │ │ │ │ │ ├── checkout
│ │ │ │ │ │ │ └── form-validation.css
│ │ │ │ │ │ ├── navbar-fixed
│ │ │ │ │ │ │ └── navbar-top-fixed.css
│ │ │ │ │ │ ├── jumbotron
│ │ │ │ │ │ │ └── jumbotron.css
│ │ │ │ │ │ ├── screenshots
│ │ │ │ │ │ │ ├── blog.png
│ │ │ │ │ │ │ ├── grid.png
│ │ │ │ │ │ │ ├── album.png
│ │ │ │ │ │ │ ├── cover.png
│ │ │ │ │ │ │ ├── navbars.png
│ │ │ │ │ │ │ ├── pricing.png
│ │ │ │ │ │ │ ├── product.png
│ │ │ │ │ │ │ ├── sign-in.png
│ │ │ │ │ │ │ ├── carousel.png
│ │ │ │ │ │ │ ├── checkout.png
│ │ │ │ │ │ │ ├── dashboard.png
│ │ │ │ │ │ │ ├── jumbotron.png
│ │ │ │ │ │ │ ├── offcanvas.png
│ │ │ │ │ │ │ ├── navbar-fixed.png
│ │ │ │ │ │ │ ├── navbar-bottom.png
│ │ │ │ │ │ │ ├── navbar-static.png
│ │ │ │ │ │ │ ├── sticky-footer.png
│ │ │ │ │ │ │ ├── floating-labels.png
│ │ │ │ │ │ │ ├── starter-template.png
│ │ │ │ │ │ │ └── sticky-footer-navbar.png
│ │ │ │ │ │ ├── starter-template
│ │ │ │ │ │ │ └── starter-template.css
│ │ │ │ │ │ ├── offcanvas
│ │ │ │ │ │ │ └── offcanvas.js
│ │ │ │ │ │ ├── .eslintrc.json
│ │ │ │ │ │ └── pricing
│ │ │ │ │ │ │ └── pricing.css
│ │ │ │ │ │ └── assets
│ │ │ │ │ │ ├── img
│ │ │ │ │ │ ├── bootstrap-stack.png
│ │ │ │ │ │ ├── bootstrap-themes.png
│ │ │ │ │ │ └── favicons
│ │ │ │ │ │ │ ├── favicon-16x16.png
│ │ │ │ │ │ │ ├── favicon-32x32.png
│ │ │ │ │ │ │ ├── mstile-70x70.png
│ │ │ │ │ │ │ ├── mstile-144x144.png
│ │ │ │ │ │ │ ├── mstile-150x150.png
│ │ │ │ │ │ │ ├── mstile-310x150.png
│ │ │ │ │ │ │ ├── mstile-310x310.png
│ │ │ │ │ │ │ ├── apple-touch-icon.png
│ │ │ │ │ │ │ ├── android-chrome-192x192.png
│ │ │ │ │ │ │ └── android-chrome-512x512.png
│ │ │ │ │ │ ├── brand
│ │ │ │ │ │ ├── bootstrap-social.png
│ │ │ │ │ │ └── bootstrap-social-logo.png
│ │ │ │ │ │ └── scss
│ │ │ │ │ │ ├── _anchor.scss
│ │ │ │ │ │ ├── _browser-bugs.scss
│ │ │ │ │ │ └── _skiplink.scss
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── _includes
│ │ │ │ │ ├── ads.html
│ │ │ │ │ └── skippy.html
│ │ │ │ ├── sw.js
│ │ │ │ ├── robots.txt
│ │ │ │ └── _layouts
│ │ │ │ │ └── home.html
│ │ │ ├── build
│ │ │ │ ├── gcp-key.json.enc
│ │ │ │ ├── workbox.config.json
│ │ │ │ └── postcss.config.js
│ │ │ ├── Gemfile
│ │ │ ├── .browserslistrc
│ │ │ ├── sache.json
│ │ │ └── .editorconfig
│ │ ├── gaugejs
│ │ │ ├── .gitignore
│ │ │ ├── assets
│ │ │ │ ├── bg.png
│ │ │ │ ├── hs.png
│ │ │ │ ├── hv.png
│ │ │ │ ├── arrow.gif
│ │ │ │ ├── cross.gif
│ │ │ │ ├── github.gif
│ │ │ │ ├── preview.jpg
│ │ │ │ ├── ribbon.png
│ │ │ │ ├── strike.png
│ │ │ │ ├── browsers.png
│ │ │ │ └── crosshair.gif
│ │ │ └── favicon.ico
│ │ ├── popper.js
│ │ │ ├── docs
│ │ │ │ ├── CNAME
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── images
│ │ │ │ │ ├── logo.png
│ │ │ │ │ ├── pic01.jpg
│ │ │ │ │ ├── pic02.jpg
│ │ │ │ │ ├── pic03.jpg
│ │ │ │ │ ├── pic04.jpg
│ │ │ │ │ ├── pic05.jpg
│ │ │ │ │ ├── banner.jpg
│ │ │ │ │ └── banner.png
│ │ │ │ ├── favicon-16x16.png
│ │ │ │ ├── favicon-32x32.png
│ │ │ │ ├── favicon-96x96.png
│ │ │ │ ├── fonts
│ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ └── fontawesome-webfont.woff2
│ │ │ │ ├── documentation.html
│ │ │ │ └── _layouts
│ │ │ │ │ └── page-nowrap.html
│ │ │ ├── popperjs.png
│ │ │ ├── packages
│ │ │ │ ├── popper
│ │ │ │ │ └── src
│ │ │ │ │ │ └── utils
│ │ │ │ │ │ ├── isBrowser.js
│ │ │ │ │ │ ├── isNumeric.js
│ │ │ │ │ │ └── getWindow.js
│ │ │ │ ├── test-utils
│ │ │ │ │ └── utils
│ │ │ │ │ │ ├── getRect.js
│ │ │ │ │ │ ├── prepend.js
│ │ │ │ │ │ ├── makeElement.js
│ │ │ │ │ │ └── then.js
│ │ │ │ └── test
│ │ │ │ │ └── README.md
│ │ │ ├── CHANGELOG.md
│ │ │ └── lerna.json
│ │ ├── chart.js
│ │ │ ├── .eslintignore
│ │ │ ├── docs
│ │ │ │ ├── notes
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── license.md
│ │ │ │ ├── axes
│ │ │ │ │ └── radial
│ │ │ │ │ │ └── README.md
│ │ │ │ └── style.css
│ │ │ ├── .eslintrc.yml
│ │ │ ├── samples
│ │ │ │ ├── favicon.ico
│ │ │ │ └── .eslintrc.yml
│ │ │ ├── test
│ │ │ │ ├── fixtures
│ │ │ │ │ ├── plugin.filler
│ │ │ │ │ │ ├── fill-line-dataset.png
│ │ │ │ │ │ ├── fill-line-boundary-end.png
│ │ │ │ │ │ ├── fill-line-dataset-span.png
│ │ │ │ │ │ ├── fill-line-boundary-origin.png
│ │ │ │ │ │ ├── fill-line-boundary-start.png
│ │ │ │ │ │ ├── fill-line-dataset-spline.png
│ │ │ │ │ │ ├── fill-line-boundary-end-span.png
│ │ │ │ │ │ ├── fill-radar-boundary-origin.png
│ │ │ │ │ │ ├── fill-line-boundary-origin-span.png
│ │ │ │ │ │ ├── fill-line-boundary-start-span.png
│ │ │ │ │ │ ├── fill-line-dataset-spline-span.png
│ │ │ │ │ │ ├── fill-line-boundary-origin-spline.png
│ │ │ │ │ │ ├── fill-line-boundary-origin-stepped.png
│ │ │ │ │ │ ├── fill-radar-boundary-origin-spline.png
│ │ │ │ │ │ ├── fill-line-boundary-origin-spline-span.png
│ │ │ │ │ │ └── fill-line-boundary-origin-stepped-span.png
│ │ │ │ │ ├── controller.bar
│ │ │ │ │ │ ├── bar-thickness-flex.png
│ │ │ │ │ │ ├── bar-thickness-max.png
│ │ │ │ │ │ ├── bar-thickness-offset.png
│ │ │ │ │ │ ├── bar-thickness-single.png
│ │ │ │ │ │ ├── bar-thickness-stacked.png
│ │ │ │ │ │ ├── bar-thickness-absolute.png
│ │ │ │ │ │ ├── bar-thickness-multiple.png
│ │ │ │ │ │ ├── bar-thickness-no-overlap.png
│ │ │ │ │ │ ├── bar-thickness-single-xy.png
│ │ │ │ │ │ ├── bar-thickness-flex-offset.png
│ │ │ │ │ │ └── bar-thickness-min-interval.png
│ │ │ │ │ └── core.scale
│ │ │ │ │ │ └── label-offset-vertical-axes.png
│ │ │ │ └── .eslintrc.yml
│ │ │ └── src
│ │ │ │ ├── charts
│ │ │ │ ├── Chart.Scatter.js
│ │ │ │ ├── Chart.Bar.js
│ │ │ │ ├── Chart.Bubble.js
│ │ │ │ ├── Chart.Line.js
│ │ │ │ ├── Chart.Radar.js
│ │ │ │ ├── Chart.Doughnut.js
│ │ │ │ └── Chart.PolarArea.js
│ │ │ │ ├── plugins
│ │ │ │ └── index.js
│ │ │ │ ├── helpers
│ │ │ │ └── index.js
│ │ │ │ ├── elements
│ │ │ │ └── index.js
│ │ │ │ └── core
│ │ │ │ └── core.defaults.js
│ │ ├── gmaps
│ │ │ ├── .gitignore
│ │ │ ├── bower.json
│ │ │ └── jsdoc.json
│ │ ├── jquery
│ │ │ ├── src
│ │ │ │ ├── outro.js
│ │ │ │ ├── var
│ │ │ │ │ ├── arr.js
│ │ │ │ │ ├── rnotwhite.js
│ │ │ │ │ ├── document.js
│ │ │ │ │ ├── push.js
│ │ │ │ │ ├── concat.js
│ │ │ │ │ ├── indexOf.js
│ │ │ │ │ ├── slice.js
│ │ │ │ │ ├── class2type.js
│ │ │ │ │ ├── pnum.js
│ │ │ │ │ ├── toString.js
│ │ │ │ │ ├── hasOwn.js
│ │ │ │ │ ├── documentElement.js
│ │ │ │ │ ├── support.js
│ │ │ │ │ └── rcssNum.js
│ │ │ │ ├── selector.js
│ │ │ │ ├── ajax
│ │ │ │ │ ├── var
│ │ │ │ │ │ ├── rquery.js
│ │ │ │ │ │ ├── location.js
│ │ │ │ │ │ └── nonce.js
│ │ │ │ │ └── parseJSON.js
│ │ │ │ ├── css
│ │ │ │ │ └── var
│ │ │ │ │ │ ├── rmargin.js
│ │ │ │ │ │ ├── cssExpand.js
│ │ │ │ │ │ └── rnumnonpx.js
│ │ │ │ ├── manipulation
│ │ │ │ │ └── var
│ │ │ │ │ │ ├── rtagName.js
│ │ │ │ │ │ ├── rcheckableType.js
│ │ │ │ │ │ └── rscriptType.js
│ │ │ │ ├── data
│ │ │ │ │ └── var
│ │ │ │ │ │ ├── dataPriv.js
│ │ │ │ │ │ └── dataUser.js
│ │ │ │ ├── core
│ │ │ │ │ └── var
│ │ │ │ │ │ └── rsingleTag.js
│ │ │ │ ├── traversing
│ │ │ │ │ └── var
│ │ │ │ │ │ ├── rneedsContext.js
│ │ │ │ │ │ └── siblings.js
│ │ │ │ ├── event
│ │ │ │ │ └── support.js
│ │ │ │ ├── attributes.js
│ │ │ │ └── effects
│ │ │ │ │ └── animatedSelector.js
│ │ │ └── bower.json
│ │ ├── jquery-validation-unobtrusive
│ │ │ ├── version.props
│ │ │ ├── run.ps1
│ │ │ ├── test
│ │ │ │ └── webpacktest
│ │ │ │ │ └── src
│ │ │ │ │ └── index.js
│ │ │ ├── .gitignore
│ │ │ ├── CONTRIBUTING.md
│ │ │ ├── build.cmd
│ │ │ └── .appveyor.yml
│ │ ├── flot
│ │ │ ├── .travis.yml
│ │ │ ├── .gitignore
│ │ │ ├── examples
│ │ │ │ ├── ajax
│ │ │ │ │ ├── data-eu-gdp-growth-1.json
│ │ │ │ │ ├── data-eu-gdp-growth-2.json
│ │ │ │ │ ├── data-eu-gdp-growth-3.json
│ │ │ │ │ ├── data-eu-gdp-growth-4.json
│ │ │ │ │ ├── data-usa-gdp-growth.json
│ │ │ │ │ ├── data-eu-gdp-growth.json
│ │ │ │ │ ├── data-japan-gdp-growth.json
│ │ │ │ │ └── data-eu-gdp-growth-5.json
│ │ │ │ ├── background.png
│ │ │ │ ├── navigate
│ │ │ │ │ ├── arrow-up.gif
│ │ │ │ │ ├── arrow-down.gif
│ │ │ │ │ ├── arrow-left.gif
│ │ │ │ │ └── arrow-right.gif
│ │ │ │ ├── axes-time-zones
│ │ │ │ │ └── tz
│ │ │ │ │ │ └── southamerica
│ │ │ │ └── image
│ │ │ │ │ └── hs-2004-27-a-large-web.jpg
│ │ │ ├── component.json
│ │ │ ├── package.json
│ │ │ └── Makefile
│ │ ├── jqvmap
│ │ │ ├── grunt
│ │ │ │ ├── qunit.js
│ │ │ │ ├── clean.js
│ │ │ │ ├── index.js
│ │ │ │ └── shell.js
│ │ │ ├── src
│ │ │ │ ├── JQVMap
│ │ │ │ │ ├── getPinId.js
│ │ │ │ │ ├── isSelected.js
│ │ │ │ │ ├── removePins.js
│ │ │ │ │ ├── getCountryId.js
│ │ │ │ │ ├── setScale.js
│ │ │ │ │ ├── getPin.js
│ │ │ │ │ ├── removePin.js
│ │ │ │ │ ├── setBackgroundColor.js
│ │ │ │ │ ├── setScaleColors.js
│ │ │ │ │ ├── setNormalizeFunction.js
│ │ │ │ │ ├── selectIndex.js
│ │ │ │ │ ├── unhighlight.js
│ │ │ │ │ ├── bindZoomButtons.js
│ │ │ │ │ └── reset.js
│ │ │ │ └── ColorScale
│ │ │ │ │ ├── rgbToArray.js
│ │ │ │ │ ├── setColors.js
│ │ │ │ │ ├── vectorMult.js
│ │ │ │ │ ├── vectorAdd.js
│ │ │ │ │ ├── vectorLength.js
│ │ │ │ │ ├── vectorSubtract.js
│ │ │ │ │ ├── setMax.js
│ │ │ │ │ ├── vectorToNum.js
│ │ │ │ │ ├── arrayToRgb.js
│ │ │ │ │ └── setMin.js
│ │ │ └── examples
│ │ │ │ └── images
│ │ │ │ ├── flag.png
│ │ │ │ ├── tip.png
│ │ │ │ ├── globe.png
│ │ │ │ ├── thumb.jpg
│ │ │ │ ├── background.png
│ │ │ │ └── marker
│ │ │ │ ├── blue.png
│ │ │ │ ├── grey.png
│ │ │ │ ├── red.png
│ │ │ │ ├── black.png
│ │ │ │ ├── green.png
│ │ │ │ ├── orange.png
│ │ │ │ ├── purple.png
│ │ │ │ ├── white.png
│ │ │ │ └── yellow.png
│ │ ├── peity
│ │ │ ├── Gemfile
│ │ │ ├── .gitignore
│ │ │ ├── test
│ │ │ │ ├── fixtures
│ │ │ │ │ ├── bar1.png
│ │ │ │ │ ├── bar2.png
│ │ │ │ │ ├── bar3.png
│ │ │ │ │ ├── bar4.png
│ │ │ │ │ ├── bar5.png
│ │ │ │ │ ├── bar6.png
│ │ │ │ │ ├── bar7.png
│ │ │ │ │ ├── bar8.png
│ │ │ │ │ ├── bar9.png
│ │ │ │ │ ├── pie1.png
│ │ │ │ │ ├── pie2.png
│ │ │ │ │ ├── pie3.png
│ │ │ │ │ ├── pie4.png
│ │ │ │ │ ├── pie5.png
│ │ │ │ │ ├── pie6.png
│ │ │ │ │ ├── pie7.png
│ │ │ │ │ ├── pie8.png
│ │ │ │ │ ├── pie9.png
│ │ │ │ │ ├── bar10.png
│ │ │ │ │ ├── bar11.png
│ │ │ │ │ ├── bar12.png
│ │ │ │ │ ├── bar13.png
│ │ │ │ │ ├── bar14.png
│ │ │ │ │ ├── donut1.png
│ │ │ │ │ ├── donut10.png
│ │ │ │ │ ├── donut11.png
│ │ │ │ │ ├── donut12.png
│ │ │ │ │ ├── donut13.png
│ │ │ │ │ ├── donut2.png
│ │ │ │ │ ├── donut3.png
│ │ │ │ │ ├── donut4.png
│ │ │ │ │ ├── donut5.png
│ │ │ │ │ ├── donut6.png
│ │ │ │ │ ├── donut7.png
│ │ │ │ │ ├── donut8.png
│ │ │ │ │ ├── donut9.png
│ │ │ │ │ ├── line1.png
│ │ │ │ │ ├── line10.png
│ │ │ │ │ ├── line11.png
│ │ │ │ │ ├── line12.png
│ │ │ │ │ ├── line2.png
│ │ │ │ │ ├── line3.png
│ │ │ │ │ ├── line4.png
│ │ │ │ │ ├── line5.png
│ │ │ │ │ ├── line6.png
│ │ │ │ │ ├── line7.png
│ │ │ │ │ ├── line8.png
│ │ │ │ │ ├── line9.png
│ │ │ │ │ ├── pie10.png
│ │ │ │ │ ├── pie11.png
│ │ │ │ │ └── pie12.png
│ │ │ │ ├── views
│ │ │ │ │ └── chart.ejs
│ │ │ │ └── style.css
│ │ │ ├── bower.json
│ │ │ ├── .travis.yml
│ │ │ └── Gemfile.lock
│ │ ├── jszip
│ │ │ ├── documentation
│ │ │ │ ├── examples
│ │ │ │ │ ├── get-binary-files-ajax.inc
│ │ │ │ │ │ ├── fetch_api.html
│ │ │ │ │ │ └── jszip_utils.html
│ │ │ │ │ └── download-zip-file.inc
│ │ │ │ │ │ ├── data_uri.html
│ │ │ │ │ │ └── blob.html
│ │ │ │ └── api_jszip
│ │ │ │ │ ├── version.md
│ │ │ │ │ └── constructor.md
│ │ │ └── lib
│ │ │ │ ├── signature.js
│ │ │ │ └── defaults.js
│ │ ├── selectFX
│ │ │ ├── img
│ │ │ │ ├── 1.png
│ │ │ │ ├── 2.png
│ │ │ │ ├── 3.png
│ │ │ │ ├── 4.png
│ │ │ │ ├── 5.png
│ │ │ │ ├── 6.png
│ │ │ │ ├── 7.png
│ │ │ │ ├── 8.png
│ │ │ │ └── france.svg
│ │ │ └── fonts
│ │ │ │ ├── icomoon
│ │ │ │ ├── icomoon.eot
│ │ │ │ ├── icomoon.ttf
│ │ │ │ └── icomoon.woff
│ │ │ │ └── codropsicons
│ │ │ │ ├── codropsicons.eot
│ │ │ │ ├── codropsicons.ttf
│ │ │ │ ├── codropsicons.woff
│ │ │ │ └── license.txt
│ │ ├── chosen
│ │ │ ├── chosen-sprite.png
│ │ │ └── chosen-sprite@2x.png
│ │ ├── flag-icon-css
│ │ │ ├── less
│ │ │ │ ├── variables.less
│ │ │ │ ├── flag-icon.less
│ │ │ │ └── flag-icon-more.less
│ │ │ ├── sass
│ │ │ │ ├── flag-icon.scss
│ │ │ │ ├── _variables.scss
│ │ │ │ └── _flag-icon-more.scss
│ │ │ ├── flags
│ │ │ │ ├── 4x3
│ │ │ │ │ ├── bd.svg
│ │ │ │ │ ├── de.svg
│ │ │ │ │ ├── am.svg
│ │ │ │ │ ├── bq.svg
│ │ │ │ │ ├── gl.svg
│ │ │ │ │ ├── pl.svg
│ │ │ │ │ ├── gb-sct.svg
│ │ │ │ │ ├── lu.svg
│ │ │ │ │ ├── dk.svg
│ │ │ │ │ ├── fi.svg
│ │ │ │ │ ├── id.svg
│ │ │ │ │ ├── lv.svg
│ │ │ │ │ ├── mc.svg
│ │ │ │ │ ├── at.svg
│ │ │ │ │ ├── gb-eng.svg
│ │ │ │ │ ├── ma.svg
│ │ │ │ │ ├── ua.svg
│ │ │ │ │ ├── ae.svg
│ │ │ │ │ ├── bw.svg
│ │ │ │ │ ├── es-ct.svg
│ │ │ │ │ ├── gf.svg
│ │ │ │ │ ├── ng.svg
│ │ │ │ │ ├── td.svg
│ │ │ │ │ ├── ne.svg
│ │ │ │ │ ├── ga.svg
│ │ │ │ │ ├── gh.svg
│ │ │ │ │ ├── hu.svg
│ │ │ │ │ ├── ml.svg
│ │ │ │ │ ├── sl.svg
│ │ │ │ │ ├── ye.svg
│ │ │ │ │ ├── ci.svg
│ │ │ │ │ ├── bg.svg
│ │ │ │ │ ├── mv.svg
│ │ │ │ │ ├── ru.svg
│ │ │ │ │ ├── th.svg
│ │ │ │ │ ├── be.svg
│ │ │ │ │ ├── bl.svg
│ │ │ │ │ ├── co.svg
│ │ │ │ │ ├── cr.svg
│ │ │ │ │ ├── dz.svg
│ │ │ │ │ ├── fr.svg
│ │ │ │ │ ├── gp.svg
│ │ │ │ │ ├── ie.svg
│ │ │ │ │ ├── it.svg
│ │ │ │ │ ├── mf.svg
│ │ │ │ │ ├── mq.svg
│ │ │ │ │ ├── nc.svg
│ │ │ │ │ ├── pm.svg
│ │ │ │ │ ├── re.svg
│ │ │ │ │ ├── wf.svg
│ │ │ │ │ ├── yt.svg
│ │ │ │ │ ├── gn.svg
│ │ │ │ │ ├── mg.svg
│ │ │ │ │ ├── ro.svg
│ │ │ │ │ └── tt.svg
│ │ │ │ └── 1x1
│ │ │ │ │ ├── bd.svg
│ │ │ │ │ ├── de.svg
│ │ │ │ │ ├── pl.svg
│ │ │ │ │ ├── am.svg
│ │ │ │ │ ├── bq.svg
│ │ │ │ │ ├── dk.svg
│ │ │ │ │ ├── gb-eng.svg
│ │ │ │ │ ├── gl.svg
│ │ │ │ │ ├── lu.svg
│ │ │ │ │ ├── fi.svg
│ │ │ │ │ ├── gb-sct.svg
│ │ │ │ │ ├── lv.svg
│ │ │ │ │ ├── mc.svg
│ │ │ │ │ ├── at.svg
│ │ │ │ │ ├── id.svg
│ │ │ │ │ ├── ma.svg
│ │ │ │ │ ├── ua.svg
│ │ │ │ │ ├── es-ct.svg
│ │ │ │ │ ├── gf.svg
│ │ │ │ │ ├── ae.svg
│ │ │ │ │ ├── bw.svg
│ │ │ │ │ ├── ng.svg
│ │ │ │ │ ├── ga.svg
│ │ │ │ │ ├── hu.svg
│ │ │ │ │ ├── ne.svg
│ │ │ │ │ ├── ye.svg
│ │ │ │ │ ├── ci.svg
│ │ │ │ │ ├── ml.svg
│ │ │ │ │ ├── td.svg
│ │ │ │ │ ├── th.svg
│ │ │ │ │ ├── be.svg
│ │ │ │ │ ├── bl.svg
│ │ │ │ │ ├── co.svg
│ │ │ │ │ ├── cr.svg
│ │ │ │ │ ├── fr.svg
│ │ │ │ │ ├── gh.svg
│ │ │ │ │ ├── gp.svg
│ │ │ │ │ ├── ie.svg
│ │ │ │ │ ├── it.svg
│ │ │ │ │ ├── mf.svg
│ │ │ │ │ ├── mq.svg
│ │ │ │ │ ├── nc.svg
│ │ │ │ │ ├── pm.svg
│ │ │ │ │ ├── re.svg
│ │ │ │ │ ├── ru.svg
│ │ │ │ │ ├── wf.svg
│ │ │ │ │ ├── yt.svg
│ │ │ │ │ ├── bg.svg
│ │ │ │ │ ├── gn.svg
│ │ │ │ │ ├── dz.svg
│ │ │ │ │ ├── mg.svg
│ │ │ │ │ ├── mv.svg
│ │ │ │ │ └── ro.svg
│ │ │ └── bower.json
│ │ ├── themify-icons
│ │ │ └── fonts
│ │ │ │ ├── themify.eot
│ │ │ │ ├── themify.ttf
│ │ │ │ └── themify.woff
│ │ ├── font-awesome
│ │ │ ├── fonts
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ └── fontawesome-webfont.woff2
│ │ │ ├── less
│ │ │ │ ├── screen-reader.less
│ │ │ │ └── fixed-width.less
│ │ │ └── scss
│ │ │ │ ├── _fixed-width.scss
│ │ │ │ └── _screen-reader.scss
│ │ ├── animate.css
│ │ │ ├── bower.json
│ │ │ └── source
│ │ │ │ ├── fading_entrances
│ │ │ │ ├── fadeIn.css
│ │ │ │ ├── fadeInUp.css
│ │ │ │ ├── fadeInDown.css
│ │ │ │ ├── fadeInLeft.css
│ │ │ │ ├── fadeInRight.css
│ │ │ │ ├── fadeInUpBig.css
│ │ │ │ ├── fadeInDownBig.css
│ │ │ │ ├── fadeInLeftBig.css
│ │ │ │ └── fadeInRightBig.css
│ │ │ │ ├── fading_exits
│ │ │ │ ├── fadeOut.css
│ │ │ │ ├── fadeOutUp.css
│ │ │ │ ├── fadeOutDown.css
│ │ │ │ ├── fadeOutLeft.css
│ │ │ │ ├── fadeOutRight.css
│ │ │ │ ├── fadeOutUpBig.css
│ │ │ │ ├── fadeOutDownBig.css
│ │ │ │ ├── fadeOutLeftBig.css
│ │ │ │ └── fadeOutRightBig.css
│ │ │ │ ├── attention_seekers
│ │ │ │ └── flash.css
│ │ │ │ ├── zooming_entrances
│ │ │ │ └── zoomIn.css
│ │ │ │ ├── sliding_entrances
│ │ │ │ ├── slideInUp.css
│ │ │ │ ├── slideInDown.css
│ │ │ │ ├── slideInLeft.css
│ │ │ │ └── slideInRight.css
│ │ │ │ ├── sliding_exits
│ │ │ │ ├── slideOutUp.css
│ │ │ │ ├── slideOutDown.css
│ │ │ │ ├── slideOutLeft.css
│ │ │ │ └── slideOutRight.css
│ │ │ │ ├── zooming_exits
│ │ │ │ └── zoomOut.css
│ │ │ │ ├── bouncing_exits
│ │ │ │ ├── bounceOutLeft.css
│ │ │ │ └── bounceOutRight.css
│ │ │ │ ├── lightspeed
│ │ │ │ └── lightSpeedOut.css
│ │ │ │ └── rotating_exits
│ │ │ │ └── rotateOut.css
│ │ ├── datatables.net-buttons
│ │ │ └── swf
│ │ │ │ └── flashExport.swf
│ │ └── jquery-validation
│ │ │ └── src
│ │ │ ├── additional
│ │ │ ├── lettersonly.js
│ │ │ ├── nowhitespace.js
│ │ │ ├── integer.js
│ │ │ ├── zipcodeUS.js
│ │ │ ├── alphanumeric.js
│ │ │ ├── postalcodeNL.js
│ │ │ ├── letterswithbasicpunc.js
│ │ │ ├── time.js
│ │ │ ├── ziprange.js
│ │ │ ├── dateNL.js
│ │ │ ├── postalcodeIT.js
│ │ │ ├── time12h.js
│ │ │ ├── mobileNL.js
│ │ │ ├── notEqualTo.js
│ │ │ ├── dateFA.js
│ │ │ ├── giroaccountNL.js
│ │ │ ├── ipv4.js
│ │ │ └── strippedminlength.js
│ │ │ └── localization
│ │ │ └── methods_pt.js
│ ├── .bowerrc
│ ├── .gitattributes
│ ├── .gitignore
│ ├── favicon.ico
│ └── .editorconfig
├── assets
│ └── images
│ │ ├── hero.jpg
│ │ ├── slider
│ │ ├── slide1.jpg
│ │ ├── slide2.jpg
│ │ └── slide3.png
│ │ ├── payment_method.webp
│ │ ├── profilePictures
│ │ ├── pp.jpg
│ │ └── 6814fd7552bea0705290502252950.jpg
│ │ └── products
│ │ ├── 68262bcc622536.14252310.jpg
│ │ ├── 68262c23ea0ec9.87889575.jpg
│ │ ├── 68262ca7b005e4.76964500.jpg
│ │ ├── 682b5e465291b2.96946048.jpg
│ │ ├── 682b5e741783f8.94329853.jpg
│ │ ├── 682b5f3f6fbdd6.12714588.jpg
│ │ ├── 682b5f7d3204d9.88232917.jpg
│ │ ├── 682b604364b262.04980956.jpg
│ │ ├── 682b609f6fcf66.34982834.jpg
│ │ ├── 682b60b5331087.39106936.png
│ │ ├── 682b60cd828b23.20468066.jpg
│ │ ├── 682b5ef5390241.26500432.jpeg
│ │ └── 682b600b8d7b68.33444298.webp
└── logout.php
├── check-php-virsion.php
├── slider
├── slide1.jpg
├── slide2.jpg
└── slide3.jpg
├── d1-l1-echo.php
├── d19 crud
├── footer.php
└── header.php
├── uploads
├── 01bAaB67a0fd3448347.jpg
├── AB1ba067a0fd41accc9.jpg
├── ab01BA67a0fcf13c6f9.jpg
├── abAB0167a0fd3bed6c5.jpg
├── 1BaAb067a0fd7c25bcc6.56077642.png
└── bB0aA167a0fd839b1724.56786852.jpg
├── hw
└── crud
│ └── imran
│ ├── php-Class__22
│ └── .DS_Store
│ └── CRUD_2
│ └── footer.php
├── d15-l3-Filters.php
├── d2-l2-variables.php
├── d2-l1-print-var_dump.php
├── d20 & d21 crud2
└── footer.php
├── d12-l1-get.php
├── d3-l1-constants.php
├── d12-l3-session.php
├── d11-l3-globals.php
├── d11-l1-functions.php
├── d15-l1-try-catch-through-finally.php
└── d12-l2-env.php
/.gitignore:
--------------------------------------------------------------------------------
1 | hw/form/shanta
2 |
--------------------------------------------------------------------------------
/project/admin/images/.gitignore:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/project/admin/assets/js/index.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/project/admin/vendors/bootstrap/CNAME:
--------------------------------------------------------------------------------
1 | getbootstrap.com
2 |
--------------------------------------------------------------------------------
/project/admin/.bowerrc:
--------------------------------------------------------------------------------
1 | {
2 | "directory" : "vendors"
3 | }
--------------------------------------------------------------------------------
/project/admin/vendors/gaugejs/.gitignore:
--------------------------------------------------------------------------------
1 | *.ps1
2 | node_modules
--------------------------------------------------------------------------------
/project/admin/vendors/popper.js/docs/CNAME:
--------------------------------------------------------------------------------
1 | popper.js.org
2 |
--------------------------------------------------------------------------------
/project/admin/vendors/chart.js/.eslintignore:
--------------------------------------------------------------------------------
1 | **/*{.,-}min.js
2 |
--------------------------------------------------------------------------------
/project/admin/vendors/gmaps/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules/*
2 | .DS_Store
--------------------------------------------------------------------------------
/project/admin/vendors/chart.js/docs/notes/README.md:
--------------------------------------------------------------------------------
1 | # Additional Notes
--------------------------------------------------------------------------------
/project/admin/vendors/jquery/src/outro.js:
--------------------------------------------------------------------------------
1 | return jQuery;
2 | }));
3 |
--------------------------------------------------------------------------------
/project/admin/vendors/jquery-validation-unobtrusive/version.props:
--------------------------------------------------------------------------------
1 | 3.2.11
2 |
--------------------------------------------------------------------------------
/check-php-virsion.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/project/admin/vendors/flot/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 | node_js:
3 | - 0.8
4 |
--------------------------------------------------------------------------------
/project/admin/vendors/flot/.gitignore:
--------------------------------------------------------------------------------
1 | *.min.js
2 | !excanvas.min.js
3 | node_modules/
4 |
--------------------------------------------------------------------------------
/project/admin/vendors/jquery/src/var/arr.js:
--------------------------------------------------------------------------------
1 | define( function() {
2 | return [];
3 | } );
4 |
--------------------------------------------------------------------------------
/slider/slide1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/asif-daffodil/cmbd282/main/slider/slide1.jpg
--------------------------------------------------------------------------------
/slider/slide2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/asif-daffodil/cmbd282/main/slider/slide2.jpg
--------------------------------------------------------------------------------
/slider/slide3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/asif-daffodil/cmbd282/main/slider/slide3.jpg
--------------------------------------------------------------------------------
/d1-l1-echo.php:
--------------------------------------------------------------------------------
1 | ";
3 | echo "This is a demo text
";
4 |
--------------------------------------------------------------------------------
/project/admin/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
--------------------------------------------------------------------------------
/project/admin/vendors/jquery-validation-unobtrusive/run.ps1:
--------------------------------------------------------------------------------
1 | dotnet msbuild .\build.msbuild
2 |
--------------------------------------------------------------------------------
/project/admin/vendors/jquery/src/selector.js:
--------------------------------------------------------------------------------
1 | define( [ "./selector-sizzle" ], function() {} );
2 |
--------------------------------------------------------------------------------
/d19 crud/footer.php:
--------------------------------------------------------------------------------
1 |
4 |