├── .gitattributes ├── README.md └── REdemo_v3.1 ├── __pycache__ ├── flask_blog.cpython-37.pyc ├── forms.cpython-36.pyc ├── forms.cpython-37.pyc ├── rcom.cpython-36.pyc ├── save.cpython-36.pyc ├── save.cpython-37.pyc ├── test_basic.cpython-36-PYTEST.pyc └── test_item_recom.cpython-36-PYTEST.pyc ├── css ├── agency.css └── agency.min.css ├── data.py ├── data ├── books.csv ├── ratings.csv └── users.csv ├── database.db ├── forms.py ├── forms.pyc ├── js ├── agency.js ├── agency.min.js ├── contact_me.js ├── contact_me.min.js ├── jqBootstrapValidation.js └── jqBootstrapValidation.min.js ├── rcom.py ├── recommendation_engine.py ├── save.py ├── static ├── agency.css ├── agency.min.css └── main.css ├── templates ├── 1.jpg ├── about.html ├── buy.html ├── cart.html ├── checkout.html ├── final.html ├── final1.html ├── home.html ├── img │ ├── 1.jpg │ ├── 2.jpg │ └── 3.jpg ├── layout.html ├── layoutbuy.html ├── layoutcart.html ├── layouthome.html ├── layoutnew.html ├── layoutteam.html ├── layoutwishlist.html ├── login.html ├── recommend.html ├── register.html ├── register_files │ ├── 1022738457-lcs_client_bin.js.download │ ├── 1792598085-lcs_receiver_bin.js.download │ ├── 2679293615-postmessagerelay.js.download │ ├── 31.jpg │ ├── analytics.js.download │ ├── annotations_module.js.download │ ├── api.js.download │ ├── base.js.download │ ├── captions.js.download │ ├── cb=gapi(1).loaded_0 │ ├── cb=gapi.loaded_0 │ ├── channels4_banner(1).jpg │ ├── channels4_banner(2).jpg │ ├── channels4_banner.jpg │ ├── client(1).html │ ├── client(2).html │ ├── client(3).html │ ├── client.html │ ├── desktop_polymer.js.download │ ├── endscreen.js.download │ ├── f(1).txt │ ├── f.txt │ ├── favicons │ ├── favicons(1) │ ├── favicons(2) │ ├── favicons(3) │ ├── favicons(4) │ ├── hqdefault(1).jpg │ ├── hqdefault(10).jpg │ ├── hqdefault(11).jpg │ ├── hqdefault(12).jpg │ ├── hqdefault(13).jpg │ ├── hqdefault(14).jpg │ ├── hqdefault(15).jpg │ ├── hqdefault(16).jpg │ ├── hqdefault(17).jpg │ ├── hqdefault(18).jpg │ ├── hqdefault(19).jpg │ ├── hqdefault(2).jpg │ ├── hqdefault(20).jpg │ ├── hqdefault(21).jpg │ ├── hqdefault(22).jpg │ ├── hqdefault(23).jpg │ ├── hqdefault(24).jpg │ ├── hqdefault(25).jpg │ ├── hqdefault(26).jpg │ ├── hqdefault(27).jpg │ ├── hqdefault(28).jpg │ ├── hqdefault(29).jpg │ ├── hqdefault(3).jpg │ ├── hqdefault(30).jpg │ ├── hqdefault(31).jpg │ ├── hqdefault(32).jpg │ ├── hqdefault(33).jpg │ ├── hqdefault(34).jpg │ ├── hqdefault(35).jpg │ ├── hqdefault(36).jpg │ ├── hqdefault(37).jpg │ ├── hqdefault(38).jpg │ ├── hqdefault(39).jpg │ ├── hqdefault(4).jpg │ ├── hqdefault(40).jpg │ ├── hqdefault(41).jpg │ ├── hqdefault(42).jpg │ ├── hqdefault(43).jpg │ ├── hqdefault(44).jpg │ ├── hqdefault(45).jpg │ ├── hqdefault(46).jpg │ ├── hqdefault(47).jpg │ ├── hqdefault(48).jpg │ ├── hqdefault(49).jpg │ ├── hqdefault(5).jpg │ ├── hqdefault(50).jpg │ ├── hqdefault(51).jpg │ ├── hqdefault(52).jpg │ ├── hqdefault(53).jpg │ ├── hqdefault(54).jpg │ ├── hqdefault(55).jpg │ ├── hqdefault(56).jpg │ ├── hqdefault(57).jpg │ ├── hqdefault(58).jpg │ ├── hqdefault(59).jpg │ ├── hqdefault(6).jpg │ ├── hqdefault(60).jpg │ ├── hqdefault(61).jpg │ ├── hqdefault(62).jpg │ ├── hqdefault(63).jpg │ ├── hqdefault(64).jpg │ ├── hqdefault(65).jpg │ ├── hqdefault(66).jpg │ ├── hqdefault(67).jpg │ ├── hqdefault(68).jpg │ ├── hqdefault(69).jpg │ ├── hqdefault(7).jpg │ ├── hqdefault(70).jpg │ ├── hqdefault(8).jpg │ ├── hqdefault(9).jpg │ ├── hqdefault.jpg │ ├── miniplayer.js.download │ ├── network.js.download │ ├── photo.jpg │ ├── postmessageRelay.html │ ├── pubads_impl_273.js.download │ ├── remote.js.download │ ├── rpc_shindig_random.js.download │ ├── saved_resource │ ├── saved_resource(1).html │ ├── saved_resource.html │ ├── scheduler.js.download │ ├── spf.js.download │ ├── unnamed(1).jpg │ ├── unnamed(10).jpg │ ├── unnamed(11).jpg │ ├── unnamed(12).jpg │ ├── unnamed(13).jpg │ ├── unnamed(14).jpg │ ├── unnamed(15).jpg │ ├── unnamed(16).jpg │ ├── unnamed(17).jpg │ ├── unnamed(2).jpg │ ├── unnamed(3).jpg │ ├── unnamed(4).jpg │ ├── unnamed(5).jpg │ ├── unnamed(6).jpg │ ├── unnamed(7).jpg │ ├── unnamed(8).jpg │ ├── unnamed(9).jpg │ ├── unnamed.jpg │ ├── web-animations-next-lite.min.js.download │ ├── www-main-desktop-watch-page-skeleton-webp-vflQ9GNSj.css │ ├── www-onepick-webp-vflsYL2Tr.css │ ├── www-player-webp.css │ └── www-tampering.js.download ├── result.html ├── team.html └── wishlist.html ├── test_basic.py ├── test_item_recom.py └── vendor ├── bootstrap ├── css │ ├── bootstrap.css │ ├── bootstrap.css.map │ ├── bootstrap.min.css │ └── bootstrap.min.css.map └── js │ ├── bootstrap.bundle.js │ ├── bootstrap.bundle.js.map │ ├── bootstrap.bundle.min.js │ ├── bootstrap.bundle.min.js.map │ ├── bootstrap.js │ ├── bootstrap.js.map │ ├── bootstrap.min.js │ └── bootstrap.min.js.map ├── fontawesome-free ├── LICENSE.txt ├── README.md ├── css │ ├── all.css │ ├── all.min.css │ ├── brands.css │ ├── brands.min.css │ ├── fontawesome.css │ ├── fontawesome.min.css │ ├── regular.css │ ├── regular.min.css │ ├── solid.css │ ├── solid.min.css │ ├── svg-with-js.css │ ├── svg-with-js.min.css │ ├── v4-shims.css │ └── v4-shims.min.css ├── js │ ├── all.js │ ├── all.min.js │ ├── brands.js │ ├── brands.min.js │ ├── fontawesome.js │ ├── fontawesome.min.js │ ├── regular.js │ ├── regular.min.js │ ├── solid.js │ ├── solid.min.js │ ├── v4-shims.js │ └── v4-shims.min.js ├── less │ ├── _animated.less │ ├── _bordered-pulled.less │ ├── _core.less │ ├── _fixed-width.less │ ├── _icons.less │ ├── _larger.less │ ├── _list.less │ ├── _mixins.less │ ├── _rotated-flipped.less │ ├── _screen-reader.less │ ├── _shims.less │ ├── _stacked.less │ ├── _variables.less │ ├── brands.less │ ├── fontawesome.less │ ├── regular.less │ ├── solid.less │ └── v4-shims.less ├── package.json ├── scss │ ├── _animated.scss │ ├── _bordered-pulled.scss │ ├── _core.scss │ ├── _fixed-width.scss │ ├── _icons.scss │ ├── _larger.scss │ ├── _list.scss │ ├── _mixins.scss │ ├── _rotated-flipped.scss │ ├── _screen-reader.scss │ ├── _shims.scss │ ├── _stacked.scss │ ├── _variables.scss │ ├── brands.scss │ ├── fontawesome.scss │ ├── regular.scss │ ├── solid.scss │ └── v4-shims.scss ├── sprites │ ├── brands.svg │ ├── regular.svg │ └── solid.svg ├── svgs │ ├── brands │ │ ├── 500px.svg │ │ ├── accessible-icon.svg │ │ ├── accusoft.svg │ │ ├── adn.svg │ │ ├── adversal.svg │ │ ├── affiliatetheme.svg │ │ ├── algolia.svg │ │ ├── alipay.svg │ │ ├── amazon-pay.svg │ │ ├── amazon.svg │ │ ├── amilia.svg │ │ ├── android.svg │ │ ├── angellist.svg │ │ ├── angrycreative.svg │ │ ├── angular.svg │ │ ├── app-store-ios.svg │ │ ├── app-store.svg │ │ ├── apper.svg │ │ ├── apple-pay.svg │ │ ├── apple.svg │ │ ├── asymmetrik.svg │ │ ├── audible.svg │ │ ├── autoprefixer.svg │ │ ├── avianex.svg │ │ ├── aviato.svg │ │ ├── aws.svg │ │ ├── bandcamp.svg │ │ ├── behance-square.svg │ │ ├── behance.svg │ │ ├── bimobject.svg │ │ ├── bitbucket.svg │ │ ├── bitcoin.svg │ │ ├── bity.svg │ │ ├── black-tie.svg │ │ ├── blackberry.svg │ │ ├── blogger-b.svg │ │ ├── blogger.svg │ │ ├── bluetooth-b.svg │ │ ├── bluetooth.svg │ │ ├── btc.svg │ │ ├── buromobelexperte.svg │ │ ├── buysellads.svg │ │ ├── cc-amazon-pay.svg │ │ ├── cc-amex.svg │ │ ├── cc-apple-pay.svg │ │ ├── cc-diners-club.svg │ │ ├── cc-discover.svg │ │ ├── cc-jcb.svg │ │ ├── cc-mastercard.svg │ │ ├── cc-paypal.svg │ │ ├── cc-stripe.svg │ │ ├── cc-visa.svg │ │ ├── centercode.svg │ │ ├── chrome.svg │ │ ├── cloudscale.svg │ │ ├── cloudsmith.svg │ │ ├── cloudversify.svg │ │ ├── codepen.svg │ │ ├── codiepie.svg │ │ ├── connectdevelop.svg │ │ ├── contao.svg │ │ ├── cpanel.svg │ │ ├── creative-commons-by.svg │ │ ├── creative-commons-nc-eu.svg │ │ ├── creative-commons-nc-jp.svg │ │ ├── creative-commons-nc.svg │ │ ├── creative-commons-nd.svg │ │ ├── creative-commons-pd-alt.svg │ │ ├── creative-commons-pd.svg │ │ ├── creative-commons-remix.svg │ │ ├── creative-commons-sa.svg │ │ ├── creative-commons-sampling-plus.svg │ │ ├── creative-commons-sampling.svg │ │ ├── creative-commons-share.svg │ │ ├── creative-commons.svg │ │ ├── css3-alt.svg │ │ ├── css3.svg │ │ ├── cuttlefish.svg │ │ ├── d-and-d.svg │ │ ├── dashcube.svg │ │ ├── delicious.svg │ │ ├── deploydog.svg │ │ ├── deskpro.svg │ │ ├── deviantart.svg │ │ ├── digg.svg │ │ ├── digital-ocean.svg │ │ ├── discord.svg │ │ ├── discourse.svg │ │ ├── dochub.svg │ │ ├── docker.svg │ │ ├── draft2digital.svg │ │ ├── dribbble-square.svg │ │ ├── dribbble.svg │ │ ├── dropbox.svg │ │ ├── drupal.svg │ │ ├── dyalog.svg │ │ ├── earlybirds.svg │ │ ├── ebay.svg │ │ ├── edge.svg │ │ ├── elementor.svg │ │ ├── ello.svg │ │ ├── ember.svg │ │ ├── empire.svg │ │ ├── envira.svg │ │ ├── erlang.svg │ │ ├── ethereum.svg │ │ ├── etsy.svg │ │ ├── expeditedssl.svg │ │ ├── facebook-f.svg │ │ ├── facebook-messenger.svg │ │ ├── facebook-square.svg │ │ ├── facebook.svg │ │ ├── firefox.svg │ │ ├── first-order-alt.svg │ │ ├── first-order.svg │ │ ├── firstdraft.svg │ │ ├── flickr.svg │ │ ├── flipboard.svg │ │ ├── fly.svg │ │ ├── font-awesome-alt.svg │ │ ├── font-awesome-flag.svg │ │ ├── font-awesome-logo-full.svg │ │ ├── font-awesome.svg │ │ ├── fonticons-fi.svg │ │ ├── fonticons.svg │ │ ├── fort-awesome-alt.svg │ │ ├── fort-awesome.svg │ │ ├── forumbee.svg │ │ ├── foursquare.svg │ │ ├── free-code-camp.svg │ │ ├── freebsd.svg │ │ ├── fulcrum.svg │ │ ├── galactic-republic.svg │ │ ├── galactic-senate.svg │ │ ├── get-pocket.svg │ │ ├── gg-circle.svg │ │ ├── gg.svg │ │ ├── git-square.svg │ │ ├── git.svg │ │ ├── github-alt.svg │ │ ├── github-square.svg │ │ ├── github.svg │ │ ├── gitkraken.svg │ │ ├── gitlab.svg │ │ ├── gitter.svg │ │ ├── glide-g.svg │ │ ├── glide.svg │ │ ├── gofore.svg │ │ ├── goodreads-g.svg │ │ ├── goodreads.svg │ │ ├── google-drive.svg │ │ ├── google-play.svg │ │ ├── google-plus-g.svg │ │ ├── google-plus-square.svg │ │ ├── google-plus.svg │ │ ├── google-wallet.svg │ │ ├── google.svg │ │ ├── gratipay.svg │ │ ├── grav.svg │ │ ├── gripfire.svg │ │ ├── grunt.svg │ │ ├── gulp.svg │ │ ├── hacker-news-square.svg │ │ ├── hacker-news.svg │ │ ├── hackerrank.svg │ │ ├── hips.svg │ │ ├── hire-a-helper.svg │ │ ├── hooli.svg │ │ ├── hornbill.svg │ │ ├── hotjar.svg │ │ ├── houzz.svg │ │ ├── html5.svg │ │ ├── hubspot.svg │ │ ├── imdb.svg │ │ ├── instagram.svg │ │ ├── internet-explorer.svg │ │ ├── ioxhost.svg │ │ ├── itunes-note.svg │ │ ├── itunes.svg │ │ ├── java.svg │ │ ├── jedi-order.svg │ │ ├── jenkins.svg │ │ ├── joget.svg │ │ ├── joomla.svg │ │ ├── js-square.svg │ │ ├── js.svg │ │ ├── jsfiddle.svg │ │ ├── kaggle.svg │ │ ├── keybase.svg │ │ ├── keycdn.svg │ │ ├── kickstarter-k.svg │ │ ├── kickstarter.svg │ │ ├── korvue.svg │ │ ├── laravel.svg │ │ ├── lastfm-square.svg │ │ ├── lastfm.svg │ │ ├── leanpub.svg │ │ ├── less.svg │ │ ├── line.svg │ │ ├── linkedin-in.svg │ │ ├── linkedin.svg │ │ ├── linode.svg │ │ ├── linux.svg │ │ ├── lyft.svg │ │ ├── magento.svg │ │ ├── mailchimp.svg │ │ ├── mandalorian.svg │ │ ├── markdown.svg │ │ ├── mastodon.svg │ │ ├── maxcdn.svg │ │ ├── medapps.svg │ │ ├── medium-m.svg │ │ ├── medium.svg │ │ ├── medrt.svg │ │ ├── meetup.svg │ │ ├── megaport.svg │ │ ├── microsoft.svg │ │ ├── mix.svg │ │ ├── mixcloud.svg │ │ ├── mizuni.svg │ │ ├── modx.svg │ │ ├── monero.svg │ │ ├── napster.svg │ │ ├── neos.svg │ │ ├── nimblr.svg │ │ ├── nintendo-switch.svg │ │ ├── node-js.svg │ │ ├── node.svg │ │ ├── npm.svg │ │ ├── ns8.svg │ │ ├── nutritionix.svg │ │ ├── odnoklassniki-square.svg │ │ ├── odnoklassniki.svg │ │ ├── old-republic.svg │ │ ├── opencart.svg │ │ ├── openid.svg │ │ ├── opera.svg │ │ ├── optin-monster.svg │ │ ├── osi.svg │ │ ├── page4.svg │ │ ├── pagelines.svg │ │ ├── palfed.svg │ │ ├── patreon.svg │ │ ├── paypal.svg │ │ ├── periscope.svg │ │ ├── phabricator.svg │ │ ├── phoenix-framework.svg │ │ ├── phoenix-squadron.svg │ │ ├── php.svg │ │ ├── pied-piper-alt.svg │ │ ├── pied-piper-hat.svg │ │ ├── pied-piper-pp.svg │ │ ├── pied-piper.svg │ │ ├── pinterest-p.svg │ │ ├── pinterest-square.svg │ │ ├── pinterest.svg │ │ ├── playstation.svg │ │ ├── product-hunt.svg │ │ ├── pushed.svg │ │ ├── python.svg │ │ ├── qq.svg │ │ ├── quinscape.svg │ │ ├── quora.svg │ │ ├── r-project.svg │ │ ├── ravelry.svg │ │ ├── react.svg │ │ ├── readme.svg │ │ ├── rebel.svg │ │ ├── red-river.svg │ │ ├── reddit-alien.svg │ │ ├── reddit-square.svg │ │ ├── reddit.svg │ │ ├── rendact.svg │ │ ├── renren.svg │ │ ├── replyd.svg │ │ ├── researchgate.svg │ │ ├── resolving.svg │ │ ├── rev.svg │ │ ├── rocketchat.svg │ │ ├── rockrms.svg │ │ ├── safari.svg │ │ ├── sass.svg │ │ ├── schlix.svg │ │ ├── scribd.svg │ │ ├── searchengin.svg │ │ ├── sellcast.svg │ │ ├── sellsy.svg │ │ ├── servicestack.svg │ │ ├── shirtsinbulk.svg │ │ ├── shopware.svg │ │ ├── simplybuilt.svg │ │ ├── sistrix.svg │ │ ├── sith.svg │ │ ├── skyatlas.svg │ │ ├── skype.svg │ │ ├── slack-hash.svg │ │ ├── slack.svg │ │ ├── slideshare.svg │ │ ├── snapchat-ghost.svg │ │ ├── snapchat-square.svg │ │ ├── snapchat.svg │ │ ├── soundcloud.svg │ │ ├── speakap.svg │ │ ├── spotify.svg │ │ ├── squarespace.svg │ │ ├── stack-exchange.svg │ │ ├── stack-overflow.svg │ │ ├── staylinked.svg │ │ ├── steam-square.svg │ │ ├── steam-symbol.svg │ │ ├── steam.svg │ │ ├── sticker-mule.svg │ │ ├── strava.svg │ │ ├── stripe-s.svg │ │ ├── stripe.svg │ │ ├── studiovinari.svg │ │ ├── stumbleupon-circle.svg │ │ ├── stumbleupon.svg │ │ ├── superpowers.svg │ │ ├── supple.svg │ │ ├── teamspeak.svg │ │ ├── telegram-plane.svg │ │ ├── telegram.svg │ │ ├── tencent-weibo.svg │ │ ├── the-red-yeti.svg │ │ ├── themeco.svg │ │ ├── themeisle.svg │ │ ├── trade-federation.svg │ │ ├── trello.svg │ │ ├── tripadvisor.svg │ │ ├── tumblr-square.svg │ │ ├── tumblr.svg │ │ ├── twitch.svg │ │ ├── twitter-square.svg │ │ ├── twitter.svg │ │ ├── typo3.svg │ │ ├── uber.svg │ │ ├── uikit.svg │ │ ├── uniregistry.svg │ │ ├── untappd.svg │ │ ├── usb.svg │ │ ├── ussunnah.svg │ │ ├── vaadin.svg │ │ ├── viacoin.svg │ │ ├── viadeo-square.svg │ │ ├── viadeo.svg │ │ ├── viber.svg │ │ ├── vimeo-square.svg │ │ ├── vimeo-v.svg │ │ ├── vimeo.svg │ │ ├── vine.svg │ │ ├── vk.svg │ │ ├── vnv.svg │ │ ├── vuejs.svg │ │ ├── weebly.svg │ │ ├── weibo.svg │ │ ├── weixin.svg │ │ ├── whatsapp-square.svg │ │ ├── whatsapp.svg │ │ ├── whmcs.svg │ │ ├── wikipedia-w.svg │ │ ├── windows.svg │ │ ├── wix.svg │ │ ├── wolf-pack-battalion.svg │ │ ├── wordpress-simple.svg │ │ ├── wordpress.svg │ │ ├── wpbeginner.svg │ │ ├── wpexplorer.svg │ │ ├── wpforms.svg │ │ ├── xbox.svg │ │ ├── xing-square.svg │ │ ├── xing.svg │ │ ├── y-combinator.svg │ │ ├── yahoo.svg │ │ ├── yandex-international.svg │ │ ├── yandex.svg │ │ ├── yelp.svg │ │ ├── yoast.svg │ │ ├── youtube-square.svg │ │ ├── youtube.svg │ │ └── zhihu.svg │ ├── regular │ │ ├── address-book.svg │ │ ├── address-card.svg │ │ ├── angry.svg │ │ ├── arrow-alt-circle-down.svg │ │ ├── arrow-alt-circle-left.svg │ │ ├── arrow-alt-circle-right.svg │ │ ├── arrow-alt-circle-up.svg │ │ ├── bell-slash.svg │ │ ├── bell.svg │ │ ├── bookmark.svg │ │ ├── building.svg │ │ ├── calendar-alt.svg │ │ ├── calendar-check.svg │ │ ├── calendar-minus.svg │ │ ├── calendar-plus.svg │ │ ├── calendar-times.svg │ │ ├── calendar.svg │ │ ├── caret-square-down.svg │ │ ├── caret-square-left.svg │ │ ├── caret-square-right.svg │ │ ├── caret-square-up.svg │ │ ├── chart-bar.svg │ │ ├── check-circle.svg │ │ ├── check-square.svg │ │ ├── circle.svg │ │ ├── clipboard.svg │ │ ├── clock.svg │ │ ├── clone.svg │ │ ├── closed-captioning.svg │ │ ├── comment-alt.svg │ │ ├── comment-dots.svg │ │ ├── comment.svg │ │ ├── comments.svg │ │ ├── compass.svg │ │ ├── copy.svg │ │ ├── copyright.svg │ │ ├── credit-card.svg │ │ ├── dizzy.svg │ │ ├── dot-circle.svg │ │ ├── edit.svg │ │ ├── envelope-open.svg │ │ ├── envelope.svg │ │ ├── eye-slash.svg │ │ ├── eye.svg │ │ ├── file-alt.svg │ │ ├── file-archive.svg │ │ ├── file-audio.svg │ │ ├── file-code.svg │ │ ├── file-excel.svg │ │ ├── file-image.svg │ │ ├── file-pdf.svg │ │ ├── file-powerpoint.svg │ │ ├── file-video.svg │ │ ├── file-word.svg │ │ ├── file.svg │ │ ├── flag.svg │ │ ├── flushed.svg │ │ ├── folder-open.svg │ │ ├── folder.svg │ │ ├── font-awesome-logo-full.svg │ │ ├── frown-open.svg │ │ ├── frown.svg │ │ ├── futbol.svg │ │ ├── gem.svg │ │ ├── grimace.svg │ │ ├── grin-alt.svg │ │ ├── grin-beam-sweat.svg │ │ ├── grin-beam.svg │ │ ├── grin-hearts.svg │ │ ├── grin-squint-tears.svg │ │ ├── grin-squint.svg │ │ ├── grin-stars.svg │ │ ├── grin-tears.svg │ │ ├── grin-tongue-squint.svg │ │ ├── grin-tongue-wink.svg │ │ ├── grin-tongue.svg │ │ ├── grin-wink.svg │ │ ├── grin.svg │ │ ├── hand-lizard.svg │ │ ├── hand-paper.svg │ │ ├── hand-peace.svg │ │ ├── hand-point-down.svg │ │ ├── hand-point-left.svg │ │ ├── hand-point-right.svg │ │ ├── hand-point-up.svg │ │ ├── hand-pointer.svg │ │ ├── hand-rock.svg │ │ ├── hand-scissors.svg │ │ ├── hand-spock.svg │ │ ├── handshake.svg │ │ ├── hdd.svg │ │ ├── heart.svg │ │ ├── hospital.svg │ │ ├── hourglass.svg │ │ ├── id-badge.svg │ │ ├── id-card.svg │ │ ├── image.svg │ │ ├── images.svg │ │ ├── keyboard.svg │ │ ├── kiss-beam.svg │ │ ├── kiss-wink-heart.svg │ │ ├── kiss.svg │ │ ├── laugh-beam.svg │ │ ├── laugh-squint.svg │ │ ├── laugh-wink.svg │ │ ├── laugh.svg │ │ ├── lemon.svg │ │ ├── life-ring.svg │ │ ├── lightbulb.svg │ │ ├── list-alt.svg │ │ ├── map.svg │ │ ├── meh-blank.svg │ │ ├── meh-rolling-eyes.svg │ │ ├── meh.svg │ │ ├── minus-square.svg │ │ ├── money-bill-alt.svg │ │ ├── moon.svg │ │ ├── newspaper.svg │ │ ├── object-group.svg │ │ ├── object-ungroup.svg │ │ ├── paper-plane.svg │ │ ├── pause-circle.svg │ │ ├── play-circle.svg │ │ ├── plus-square.svg │ │ ├── question-circle.svg │ │ ├── registered.svg │ │ ├── sad-cry.svg │ │ ├── sad-tear.svg │ │ ├── save.svg │ │ ├── share-square.svg │ │ ├── smile-beam.svg │ │ ├── smile-wink.svg │ │ ├── smile.svg │ │ ├── snowflake.svg │ │ ├── square.svg │ │ ├── star-half.svg │ │ ├── star.svg │ │ ├── sticky-note.svg │ │ ├── stop-circle.svg │ │ ├── sun.svg │ │ ├── surprise.svg │ │ ├── thumbs-down.svg │ │ ├── thumbs-up.svg │ │ ├── times-circle.svg │ │ ├── tired.svg │ │ ├── trash-alt.svg │ │ ├── user-circle.svg │ │ ├── user.svg │ │ ├── window-close.svg │ │ ├── window-maximize.svg │ │ ├── window-minimize.svg │ │ └── window-restore.svg │ └── solid │ │ ├── ad.svg │ │ ├── address-book.svg │ │ ├── address-card.svg │ │ ├── adjust.svg │ │ ├── air-freshener.svg │ │ ├── align-center.svg │ │ ├── align-justify.svg │ │ ├── align-left.svg │ │ ├── align-right.svg │ │ ├── allergies.svg │ │ ├── ambulance.svg │ │ ├── american-sign-language-interpreting.svg │ │ ├── anchor.svg │ │ ├── angle-double-down.svg │ │ ├── angle-double-left.svg │ │ ├── angle-double-right.svg │ │ ├── angle-double-up.svg │ │ ├── angle-down.svg │ │ ├── angle-left.svg │ │ ├── angle-right.svg │ │ ├── angle-up.svg │ │ ├── angry.svg │ │ ├── ankh.svg │ │ ├── apple-alt.svg │ │ ├── archive.svg │ │ ├── archway.svg │ │ ├── arrow-alt-circle-down.svg │ │ ├── arrow-alt-circle-left.svg │ │ ├── arrow-alt-circle-right.svg │ │ ├── arrow-alt-circle-up.svg │ │ ├── arrow-circle-down.svg │ │ ├── arrow-circle-left.svg │ │ ├── arrow-circle-right.svg │ │ ├── arrow-circle-up.svg │ │ ├── arrow-down.svg │ │ ├── arrow-left.svg │ │ ├── arrow-right.svg │ │ ├── arrow-up.svg │ │ ├── arrows-alt-h.svg │ │ ├── arrows-alt-v.svg │ │ ├── arrows-alt.svg │ │ ├── assistive-listening-systems.svg │ │ ├── asterisk.svg │ │ ├── at.svg │ │ ├── atlas.svg │ │ ├── atom.svg │ │ ├── audio-description.svg │ │ ├── award.svg │ │ ├── backspace.svg │ │ ├── backward.svg │ │ ├── balance-scale.svg │ │ ├── ban.svg │ │ ├── band-aid.svg │ │ ├── barcode.svg │ │ ├── bars.svg │ │ ├── baseball-ball.svg │ │ ├── basketball-ball.svg │ │ ├── bath.svg │ │ ├── battery-empty.svg │ │ ├── battery-full.svg │ │ ├── battery-half.svg │ │ ├── battery-quarter.svg │ │ ├── battery-three-quarters.svg │ │ ├── bed.svg │ │ ├── beer.svg │ │ ├── bell-slash.svg │ │ ├── bell.svg │ │ ├── bezier-curve.svg │ │ ├── bible.svg │ │ ├── bicycle.svg │ │ ├── binoculars.svg │ │ ├── birthday-cake.svg │ │ ├── blender.svg │ │ ├── blind.svg │ │ ├── bold.svg │ │ ├── bolt.svg │ │ ├── bomb.svg │ │ ├── bone.svg │ │ ├── bong.svg │ │ ├── book-open.svg │ │ ├── book-reader.svg │ │ ├── book.svg │ │ ├── bookmark.svg │ │ ├── bowling-ball.svg │ │ ├── box-open.svg │ │ ├── box.svg │ │ ├── boxes.svg │ │ ├── braille.svg │ │ ├── brain.svg │ │ ├── briefcase-medical.svg │ │ ├── briefcase.svg │ │ ├── broadcast-tower.svg │ │ ├── broom.svg │ │ ├── brush.svg │ │ ├── bug.svg │ │ ├── building.svg │ │ ├── bullhorn.svg │ │ ├── bullseye.svg │ │ ├── burn.svg │ │ ├── bus-alt.svg │ │ ├── bus.svg │ │ ├── business-time.svg │ │ ├── calculator.svg │ │ ├── calendar-alt.svg │ │ ├── calendar-check.svg │ │ ├── calendar-minus.svg │ │ ├── calendar-plus.svg │ │ ├── calendar-times.svg │ │ ├── calendar.svg │ │ ├── camera-retro.svg │ │ ├── camera.svg │ │ ├── cannabis.svg │ │ ├── capsules.svg │ │ ├── car-alt.svg │ │ ├── car-battery.svg │ │ ├── car-crash.svg │ │ ├── car-side.svg │ │ ├── car.svg │ │ ├── caret-down.svg │ │ ├── caret-left.svg │ │ ├── caret-right.svg │ │ ├── caret-square-down.svg │ │ ├── caret-square-left.svg │ │ ├── caret-square-right.svg │ │ ├── caret-square-up.svg │ │ ├── caret-up.svg │ │ ├── cart-arrow-down.svg │ │ ├── cart-plus.svg │ │ ├── certificate.svg │ │ ├── chalkboard-teacher.svg │ │ ├── chalkboard.svg │ │ ├── charging-station.svg │ │ ├── chart-area.svg │ │ ├── chart-bar.svg │ │ ├── chart-line.svg │ │ ├── chart-pie.svg │ │ ├── check-circle.svg │ │ ├── check-double.svg │ │ ├── check-square.svg │ │ ├── check.svg │ │ ├── chess-bishop.svg │ │ ├── chess-board.svg │ │ ├── chess-king.svg │ │ ├── chess-knight.svg │ │ ├── chess-pawn.svg │ │ ├── chess-queen.svg │ │ ├── chess-rook.svg │ │ ├── chess.svg │ │ ├── chevron-circle-down.svg │ │ ├── chevron-circle-left.svg │ │ ├── chevron-circle-right.svg │ │ ├── chevron-circle-up.svg │ │ ├── chevron-down.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── chevron-up.svg │ │ ├── child.svg │ │ ├── church.svg │ │ ├── circle-notch.svg │ │ ├── circle.svg │ │ ├── city.svg │ │ ├── clipboard-check.svg │ │ ├── clipboard-list.svg │ │ ├── clipboard.svg │ │ ├── clock.svg │ │ ├── clone.svg │ │ ├── closed-captioning.svg │ │ ├── cloud-download-alt.svg │ │ ├── cloud-upload-alt.svg │ │ ├── cloud.svg │ │ ├── cocktail.svg │ │ ├── code-branch.svg │ │ ├── code.svg │ │ ├── coffee.svg │ │ ├── cog.svg │ │ ├── cogs.svg │ │ ├── coins.svg │ │ ├── columns.svg │ │ ├── comment-alt.svg │ │ ├── comment-dollar.svg │ │ ├── comment-dots.svg │ │ ├── comment-slash.svg │ │ ├── comment.svg │ │ ├── comments-dollar.svg │ │ ├── comments.svg │ │ ├── compact-disc.svg │ │ ├── compass.svg │ │ ├── compress.svg │ │ ├── concierge-bell.svg │ │ ├── cookie-bite.svg │ │ ├── cookie.svg │ │ ├── copy.svg │ │ ├── copyright.svg │ │ ├── couch.svg │ │ ├── credit-card.svg │ │ ├── crop-alt.svg │ │ ├── crop.svg │ │ ├── cross.svg │ │ ├── crosshairs.svg │ │ ├── crow.svg │ │ ├── crown.svg │ │ ├── cube.svg │ │ ├── cubes.svg │ │ ├── cut.svg │ │ ├── database.svg │ │ ├── deaf.svg │ │ ├── desktop.svg │ │ ├── dharmachakra.svg │ │ ├── diagnoses.svg │ │ ├── dice-five.svg │ │ ├── dice-four.svg │ │ ├── dice-one.svg │ │ ├── dice-six.svg │ │ ├── dice-three.svg │ │ ├── dice-two.svg │ │ ├── dice.svg │ │ ├── digital-tachograph.svg │ │ ├── directions.svg │ │ ├── divide.svg │ │ ├── dizzy.svg │ │ ├── dna.svg │ │ ├── dollar-sign.svg │ │ ├── dolly-flatbed.svg │ │ ├── dolly.svg │ │ ├── donate.svg │ │ ├── door-closed.svg │ │ ├── door-open.svg │ │ ├── dot-circle.svg │ │ ├── dove.svg │ │ ├── download.svg │ │ ├── drafting-compass.svg │ │ ├── draw-polygon.svg │ │ ├── drum-steelpan.svg │ │ ├── drum.svg │ │ ├── dumbbell.svg │ │ ├── edit.svg │ │ ├── eject.svg │ │ ├── ellipsis-h.svg │ │ ├── ellipsis-v.svg │ │ ├── envelope-open-text.svg │ │ ├── envelope-open.svg │ │ ├── envelope-square.svg │ │ ├── envelope.svg │ │ ├── equals.svg │ │ ├── eraser.svg │ │ ├── euro-sign.svg │ │ ├── exchange-alt.svg │ │ ├── exclamation-circle.svg │ │ ├── exclamation-triangle.svg │ │ ├── exclamation.svg │ │ ├── expand-arrows-alt.svg │ │ ├── expand.svg │ │ ├── external-link-alt.svg │ │ ├── external-link-square-alt.svg │ │ ├── eye-dropper.svg │ │ ├── eye-slash.svg │ │ ├── eye.svg │ │ ├── fast-backward.svg │ │ ├── fast-forward.svg │ │ ├── fax.svg │ │ ├── feather-alt.svg │ │ ├── feather.svg │ │ ├── female.svg │ │ ├── fighter-jet.svg │ │ ├── file-alt.svg │ │ ├── file-archive.svg │ │ ├── file-audio.svg │ │ ├── file-code.svg │ │ ├── file-contract.svg │ │ ├── file-download.svg │ │ ├── file-excel.svg │ │ ├── file-export.svg │ │ ├── file-image.svg │ │ ├── file-import.svg │ │ ├── file-invoice-dollar.svg │ │ ├── file-invoice.svg │ │ ├── file-medical-alt.svg │ │ ├── file-medical.svg │ │ ├── file-pdf.svg │ │ ├── file-powerpoint.svg │ │ ├── file-prescription.svg │ │ ├── file-signature.svg │ │ ├── file-upload.svg │ │ ├── file-video.svg │ │ ├── file-word.svg │ │ ├── file.svg │ │ ├── fill-drip.svg │ │ ├── fill.svg │ │ ├── film.svg │ │ ├── filter.svg │ │ ├── fingerprint.svg │ │ ├── fire-extinguisher.svg │ │ ├── fire.svg │ │ ├── first-aid.svg │ │ ├── fish.svg │ │ ├── flag-checkered.svg │ │ ├── flag.svg │ │ ├── flask.svg │ │ ├── flushed.svg │ │ ├── folder-minus.svg │ │ ├── folder-open.svg │ │ ├── folder-plus.svg │ │ ├── folder.svg │ │ ├── font-awesome-logo-full.svg │ │ ├── font.svg │ │ ├── football-ball.svg │ │ ├── forward.svg │ │ ├── frog.svg │ │ ├── frown-open.svg │ │ ├── frown.svg │ │ ├── funnel-dollar.svg │ │ ├── futbol.svg │ │ ├── gamepad.svg │ │ ├── gas-pump.svg │ │ ├── gavel.svg │ │ ├── gem.svg │ │ ├── genderless.svg │ │ ├── gift.svg │ │ ├── glass-martini-alt.svg │ │ ├── glass-martini.svg │ │ ├── glasses.svg │ │ ├── globe-africa.svg │ │ ├── globe-americas.svg │ │ ├── globe-asia.svg │ │ ├── globe.svg │ │ ├── golf-ball.svg │ │ ├── gopuram.svg │ │ ├── graduation-cap.svg │ │ ├── greater-than-equal.svg │ │ ├── greater-than.svg │ │ ├── grimace.svg │ │ ├── grin-alt.svg │ │ ├── grin-beam-sweat.svg │ │ ├── grin-beam.svg │ │ ├── grin-hearts.svg │ │ ├── grin-squint-tears.svg │ │ ├── grin-squint.svg │ │ ├── grin-stars.svg │ │ ├── grin-tears.svg │ │ ├── grin-tongue-squint.svg │ │ ├── grin-tongue-wink.svg │ │ ├── grin-tongue.svg │ │ ├── grin-wink.svg │ │ ├── grin.svg │ │ ├── grip-horizontal.svg │ │ ├── grip-vertical.svg │ │ ├── h-square.svg │ │ ├── hamsa.svg │ │ ├── hand-holding-heart.svg │ │ ├── hand-holding-usd.svg │ │ ├── hand-holding.svg │ │ ├── hand-lizard.svg │ │ ├── hand-paper.svg │ │ ├── hand-peace.svg │ │ ├── hand-point-down.svg │ │ ├── hand-point-left.svg │ │ ├── hand-point-right.svg │ │ ├── hand-point-up.svg │ │ ├── hand-pointer.svg │ │ ├── hand-rock.svg │ │ ├── hand-scissors.svg │ │ ├── hand-spock.svg │ │ ├── hands-helping.svg │ │ ├── hands.svg │ │ ├── handshake.svg │ │ ├── hashtag.svg │ │ ├── haykal.svg │ │ ├── hdd.svg │ │ ├── heading.svg │ │ ├── headphones-alt.svg │ │ ├── headphones.svg │ │ ├── headset.svg │ │ ├── heart.svg │ │ ├── heartbeat.svg │ │ ├── helicopter.svg │ │ ├── highlighter.svg │ │ ├── history.svg │ │ ├── hockey-puck.svg │ │ ├── home.svg │ │ ├── hospital-alt.svg │ │ ├── hospital-symbol.svg │ │ ├── hospital.svg │ │ ├── hot-tub.svg │ │ ├── hotel.svg │ │ ├── hourglass-end.svg │ │ ├── hourglass-half.svg │ │ ├── hourglass-start.svg │ │ ├── hourglass.svg │ │ ├── i-cursor.svg │ │ ├── id-badge.svg │ │ ├── id-card-alt.svg │ │ ├── id-card.svg │ │ ├── image.svg │ │ ├── images.svg │ │ ├── inbox.svg │ │ ├── indent.svg │ │ ├── industry.svg │ │ ├── infinity.svg │ │ ├── info-circle.svg │ │ ├── info.svg │ │ ├── italic.svg │ │ ├── jedi.svg │ │ ├── joint.svg │ │ ├── journal-whills.svg │ │ ├── kaaba.svg │ │ ├── key.svg │ │ ├── keyboard.svg │ │ ├── khanda.svg │ │ ├── kiss-beam.svg │ │ ├── kiss-wink-heart.svg │ │ ├── kiss.svg │ │ ├── kiwi-bird.svg │ │ ├── landmark.svg │ │ ├── language.svg │ │ ├── laptop-code.svg │ │ ├── laptop.svg │ │ ├── laugh-beam.svg │ │ ├── laugh-squint.svg │ │ ├── laugh-wink.svg │ │ ├── laugh.svg │ │ ├── layer-group.svg │ │ ├── leaf.svg │ │ ├── lemon.svg │ │ ├── less-than-equal.svg │ │ ├── less-than.svg │ │ ├── level-down-alt.svg │ │ ├── level-up-alt.svg │ │ ├── life-ring.svg │ │ ├── lightbulb.svg │ │ ├── link.svg │ │ ├── lira-sign.svg │ │ ├── list-alt.svg │ │ ├── list-ol.svg │ │ ├── list-ul.svg │ │ ├── list.svg │ │ ├── location-arrow.svg │ │ ├── lock-open.svg │ │ ├── lock.svg │ │ ├── long-arrow-alt-down.svg │ │ ├── long-arrow-alt-left.svg │ │ ├── long-arrow-alt-right.svg │ │ ├── long-arrow-alt-up.svg │ │ ├── low-vision.svg │ │ ├── luggage-cart.svg │ │ ├── magic.svg │ │ ├── magnet.svg │ │ ├── mail-bulk.svg │ │ ├── male.svg │ │ ├── map-marked-alt.svg │ │ ├── map-marked.svg │ │ ├── map-marker-alt.svg │ │ ├── map-marker.svg │ │ ├── map-pin.svg │ │ ├── map-signs.svg │ │ ├── map.svg │ │ ├── marker.svg │ │ ├── mars-double.svg │ │ ├── mars-stroke-h.svg │ │ ├── mars-stroke-v.svg │ │ ├── mars-stroke.svg │ │ ├── mars.svg │ │ ├── medal.svg │ │ ├── medkit.svg │ │ ├── meh-blank.svg │ │ ├── meh-rolling-eyes.svg │ │ ├── meh.svg │ │ ├── memory.svg │ │ ├── menorah.svg │ │ ├── mercury.svg │ │ ├── microchip.svg │ │ ├── microphone-alt-slash.svg │ │ ├── microphone-alt.svg │ │ ├── microphone-slash.svg │ │ ├── microphone.svg │ │ ├── microscope.svg │ │ ├── minus-circle.svg │ │ ├── minus-square.svg │ │ ├── minus.svg │ │ ├── mobile-alt.svg │ │ ├── mobile.svg │ │ ├── money-bill-alt.svg │ │ ├── money-bill-wave-alt.svg │ │ ├── money-bill-wave.svg │ │ ├── money-bill.svg │ │ ├── money-check-alt.svg │ │ ├── money-check.svg │ │ ├── monument.svg │ │ ├── moon.svg │ │ ├── mortar-pestle.svg │ │ ├── mosque.svg │ │ ├── motorcycle.svg │ │ ├── mouse-pointer.svg │ │ ├── music.svg │ │ ├── neuter.svg │ │ ├── newspaper.svg │ │ ├── not-equal.svg │ │ ├── notes-medical.svg │ │ ├── object-group.svg │ │ ├── object-ungroup.svg │ │ ├── oil-can.svg │ │ ├── om.svg │ │ ├── outdent.svg │ │ ├── paint-brush.svg │ │ ├── paint-roller.svg │ │ ├── palette.svg │ │ ├── pallet.svg │ │ ├── paper-plane.svg │ │ ├── paperclip.svg │ │ ├── parachute-box.svg │ │ ├── paragraph.svg │ │ ├── parking.svg │ │ ├── passport.svg │ │ ├── pastafarianism.svg │ │ ├── paste.svg │ │ ├── pause-circle.svg │ │ ├── pause.svg │ │ ├── paw.svg │ │ ├── peace.svg │ │ ├── pen-alt.svg │ │ ├── pen-fancy.svg │ │ ├── pen-nib.svg │ │ ├── pen-square.svg │ │ ├── pen.svg │ │ ├── pencil-alt.svg │ │ ├── pencil-ruler.svg │ │ ├── people-carry.svg │ │ ├── percent.svg │ │ ├── percentage.svg │ │ ├── phone-slash.svg │ │ ├── phone-square.svg │ │ ├── phone-volume.svg │ │ ├── phone.svg │ │ ├── piggy-bank.svg │ │ ├── pills.svg │ │ ├── place-of-worship.svg │ │ ├── plane-arrival.svg │ │ ├── plane-departure.svg │ │ ├── plane.svg │ │ ├── play-circle.svg │ │ ├── play.svg │ │ ├── plug.svg │ │ ├── plus-circle.svg │ │ ├── plus-square.svg │ │ ├── plus.svg │ │ ├── podcast.svg │ │ ├── poll-h.svg │ │ ├── poll.svg │ │ ├── poo.svg │ │ ├── poop.svg │ │ ├── portrait.svg │ │ ├── pound-sign.svg │ │ ├── power-off.svg │ │ ├── pray.svg │ │ ├── praying-hands.svg │ │ ├── prescription-bottle-alt.svg │ │ ├── prescription-bottle.svg │ │ ├── prescription.svg │ │ ├── print.svg │ │ ├── procedures.svg │ │ ├── project-diagram.svg │ │ ├── puzzle-piece.svg │ │ ├── qrcode.svg │ │ ├── question-circle.svg │ │ ├── question.svg │ │ ├── quidditch.svg │ │ ├── quote-left.svg │ │ ├── quote-right.svg │ │ ├── quran.svg │ │ ├── random.svg │ │ ├── receipt.svg │ │ ├── recycle.svg │ │ ├── redo-alt.svg │ │ ├── redo.svg │ │ ├── registered.svg │ │ ├── reply-all.svg │ │ ├── reply.svg │ │ ├── retweet.svg │ │ ├── ribbon.svg │ │ ├── road.svg │ │ ├── robot.svg │ │ ├── rocket.svg │ │ ├── route.svg │ │ ├── rss-square.svg │ │ ├── rss.svg │ │ ├── ruble-sign.svg │ │ ├── ruler-combined.svg │ │ ├── ruler-horizontal.svg │ │ ├── ruler-vertical.svg │ │ ├── ruler.svg │ │ ├── rupee-sign.svg │ │ ├── sad-cry.svg │ │ ├── sad-tear.svg │ │ ├── save.svg │ │ ├── school.svg │ │ ├── screwdriver.svg │ │ ├── search-dollar.svg │ │ ├── search-location.svg │ │ ├── search-minus.svg │ │ ├── search-plus.svg │ │ ├── search.svg │ │ ├── seedling.svg │ │ ├── server.svg │ │ ├── shapes.svg │ │ ├── share-alt-square.svg │ │ ├── share-alt.svg │ │ ├── share-square.svg │ │ ├── share.svg │ │ ├── shekel-sign.svg │ │ ├── shield-alt.svg │ │ ├── ship.svg │ │ ├── shipping-fast.svg │ │ ├── shoe-prints.svg │ │ ├── shopping-bag.svg │ │ ├── shopping-basket.svg │ │ ├── shopping-cart.svg │ │ ├── shower.svg │ │ ├── shuttle-van.svg │ │ ├── sign-in-alt.svg │ │ ├── sign-language.svg │ │ ├── sign-out-alt.svg │ │ ├── sign.svg │ │ ├── signal.svg │ │ ├── signature.svg │ │ ├── sitemap.svg │ │ ├── skull.svg │ │ ├── sliders-h.svg │ │ ├── smile-beam.svg │ │ ├── smile-wink.svg │ │ ├── smile.svg │ │ ├── smoking-ban.svg │ │ ├── smoking.svg │ │ ├── snowflake.svg │ │ ├── socks.svg │ │ ├── solar-panel.svg │ │ ├── sort-alpha-down.svg │ │ ├── sort-alpha-up.svg │ │ ├── sort-amount-down.svg │ │ ├── sort-amount-up.svg │ │ ├── sort-down.svg │ │ ├── sort-numeric-down.svg │ │ ├── sort-numeric-up.svg │ │ ├── sort-up.svg │ │ ├── sort.svg │ │ ├── spa.svg │ │ ├── space-shuttle.svg │ │ ├── spinner.svg │ │ ├── splotch.svg │ │ ├── spray-can.svg │ │ ├── square-full.svg │ │ ├── square-root-alt.svg │ │ ├── square.svg │ │ ├── stamp.svg │ │ ├── star-and-crescent.svg │ │ ├── star-half-alt.svg │ │ ├── star-half.svg │ │ ├── star-of-david.svg │ │ ├── star-of-life.svg │ │ ├── star.svg │ │ ├── step-backward.svg │ │ ├── step-forward.svg │ │ ├── stethoscope.svg │ │ ├── sticky-note.svg │ │ ├── stop-circle.svg │ │ ├── stop.svg │ │ ├── stopwatch.svg │ │ ├── store-alt.svg │ │ ├── store.svg │ │ ├── stream.svg │ │ ├── street-view.svg │ │ ├── strikethrough.svg │ │ ├── stroopwafel.svg │ │ ├── subscript.svg │ │ ├── subway.svg │ │ ├── suitcase-rolling.svg │ │ ├── suitcase.svg │ │ ├── sun.svg │ │ ├── superscript.svg │ │ ├── surprise.svg │ │ ├── swatchbook.svg │ │ ├── swimmer.svg │ │ ├── swimming-pool.svg │ │ ├── synagogue.svg │ │ ├── sync-alt.svg │ │ ├── sync.svg │ │ ├── syringe.svg │ │ ├── table-tennis.svg │ │ ├── table.svg │ │ ├── tablet-alt.svg │ │ ├── tablet.svg │ │ ├── tablets.svg │ │ ├── tachometer-alt.svg │ │ ├── tag.svg │ │ ├── tags.svg │ │ ├── tape.svg │ │ ├── tasks.svg │ │ ├── taxi.svg │ │ ├── teeth-open.svg │ │ ├── teeth.svg │ │ ├── terminal.svg │ │ ├── text-height.svg │ │ ├── text-width.svg │ │ ├── th-large.svg │ │ ├── th-list.svg │ │ ├── th.svg │ │ ├── theater-masks.svg │ │ ├── thermometer-empty.svg │ │ ├── thermometer-full.svg │ │ ├── thermometer-half.svg │ │ ├── thermometer-quarter.svg │ │ ├── thermometer-three-quarters.svg │ │ ├── thermometer.svg │ │ ├── thumbs-down.svg │ │ ├── thumbs-up.svg │ │ ├── thumbtack.svg │ │ ├── ticket-alt.svg │ │ ├── times-circle.svg │ │ ├── times.svg │ │ ├── tint-slash.svg │ │ ├── tint.svg │ │ ├── tired.svg │ │ ├── toggle-off.svg │ │ ├── toggle-on.svg │ │ ├── toolbox.svg │ │ ├── tooth.svg │ │ ├── torah.svg │ │ ├── torii-gate.svg │ │ ├── trademark.svg │ │ ├── traffic-light.svg │ │ ├── train.svg │ │ ├── transgender-alt.svg │ │ ├── transgender.svg │ │ ├── trash-alt.svg │ │ ├── trash.svg │ │ ├── tree.svg │ │ ├── trophy.svg │ │ ├── truck-loading.svg │ │ ├── truck-monster.svg │ │ ├── truck-moving.svg │ │ ├── truck-pickup.svg │ │ ├── truck.svg │ │ ├── tshirt.svg │ │ ├── tty.svg │ │ ├── tv.svg │ │ ├── umbrella-beach.svg │ │ ├── umbrella.svg │ │ ├── underline.svg │ │ ├── undo-alt.svg │ │ ├── undo.svg │ │ ├── universal-access.svg │ │ ├── university.svg │ │ ├── unlink.svg │ │ ├── unlock-alt.svg │ │ ├── unlock.svg │ │ ├── upload.svg │ │ ├── user-alt-slash.svg │ │ ├── user-alt.svg │ │ ├── user-astronaut.svg │ │ ├── user-check.svg │ │ ├── user-circle.svg │ │ ├── user-clock.svg │ │ ├── user-cog.svg │ │ ├── user-edit.svg │ │ ├── user-friends.svg │ │ ├── user-graduate.svg │ │ ├── user-lock.svg │ │ ├── user-md.svg │ │ ├── user-minus.svg │ │ ├── user-ninja.svg │ │ ├── user-plus.svg │ │ ├── user-secret.svg │ │ ├── user-shield.svg │ │ ├── user-slash.svg │ │ ├── user-tag.svg │ │ ├── user-tie.svg │ │ ├── user-times.svg │ │ ├── user.svg │ │ ├── users-cog.svg │ │ ├── users.svg │ │ ├── utensil-spoon.svg │ │ ├── utensils.svg │ │ ├── vector-square.svg │ │ ├── venus-double.svg │ │ ├── venus-mars.svg │ │ ├── venus.svg │ │ ├── vial.svg │ │ ├── vials.svg │ │ ├── video-slash.svg │ │ ├── video.svg │ │ ├── vihara.svg │ │ ├── volleyball-ball.svg │ │ ├── volume-down.svg │ │ ├── volume-off.svg │ │ ├── volume-up.svg │ │ ├── walking.svg │ │ ├── wallet.svg │ │ ├── warehouse.svg │ │ ├── weight-hanging.svg │ │ ├── weight.svg │ │ ├── wheelchair.svg │ │ ├── wifi.svg │ │ ├── window-close.svg │ │ ├── window-maximize.svg │ │ ├── window-minimize.svg │ │ ├── window-restore.svg │ │ ├── wine-glass-alt.svg │ │ ├── wine-glass.svg │ │ ├── won-sign.svg │ │ ├── wrench.svg │ │ ├── x-ray.svg │ │ ├── yen-sign.svg │ │ └── yin-yang.svg └── webfonts │ ├── fa-brands-400.eot │ ├── fa-brands-400.svg │ ├── fa-brands-400.ttf │ ├── fa-brands-400.woff │ ├── fa-brands-400.woff2 │ ├── fa-regular-400.eot │ ├── fa-regular-400.svg │ ├── fa-regular-400.ttf │ ├── fa-regular-400.woff │ ├── fa-regular-400.woff2 │ ├── fa-solid-900.eot │ ├── fa-solid-900.svg │ ├── fa-solid-900.ttf │ ├── fa-solid-900.woff │ └── fa-solid-900.woff2 ├── jquery-easing ├── jquery.easing.compatibility.js ├── jquery.easing.js └── jquery.easing.min.js └── jquery ├── jquery.js ├── jquery.min.js ├── jquery.min.map ├── jquery.slim.js ├── jquery.slim.min.js └── jquery.slim.min.map /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/README.md -------------------------------------------------------------------------------- /REdemo_v3.1/__pycache__/flask_blog.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/__pycache__/flask_blog.cpython-37.pyc -------------------------------------------------------------------------------- /REdemo_v3.1/__pycache__/forms.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/__pycache__/forms.cpython-36.pyc -------------------------------------------------------------------------------- /REdemo_v3.1/__pycache__/forms.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/__pycache__/forms.cpython-37.pyc -------------------------------------------------------------------------------- /REdemo_v3.1/__pycache__/rcom.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/__pycache__/rcom.cpython-36.pyc -------------------------------------------------------------------------------- /REdemo_v3.1/__pycache__/save.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/__pycache__/save.cpython-36.pyc -------------------------------------------------------------------------------- /REdemo_v3.1/__pycache__/save.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/__pycache__/save.cpython-37.pyc -------------------------------------------------------------------------------- /REdemo_v3.1/__pycache__/test_basic.cpython-36-PYTEST.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/__pycache__/test_basic.cpython-36-PYTEST.pyc -------------------------------------------------------------------------------- /REdemo_v3.1/css/agency.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/css/agency.css -------------------------------------------------------------------------------- /REdemo_v3.1/css/agency.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/css/agency.min.css -------------------------------------------------------------------------------- /REdemo_v3.1/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/data.py -------------------------------------------------------------------------------- /REdemo_v3.1/data/books.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/data/books.csv -------------------------------------------------------------------------------- /REdemo_v3.1/data/ratings.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/data/ratings.csv -------------------------------------------------------------------------------- /REdemo_v3.1/data/users.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/data/users.csv -------------------------------------------------------------------------------- /REdemo_v3.1/database.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/database.db -------------------------------------------------------------------------------- /REdemo_v3.1/forms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/forms.py -------------------------------------------------------------------------------- /REdemo_v3.1/forms.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/forms.pyc -------------------------------------------------------------------------------- /REdemo_v3.1/js/agency.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/js/agency.js -------------------------------------------------------------------------------- /REdemo_v3.1/js/agency.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/js/agency.min.js -------------------------------------------------------------------------------- /REdemo_v3.1/js/contact_me.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/js/contact_me.js -------------------------------------------------------------------------------- /REdemo_v3.1/js/contact_me.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/js/contact_me.min.js -------------------------------------------------------------------------------- /REdemo_v3.1/js/jqBootstrapValidation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/js/jqBootstrapValidation.js -------------------------------------------------------------------------------- /REdemo_v3.1/js/jqBootstrapValidation.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/js/jqBootstrapValidation.min.js -------------------------------------------------------------------------------- /REdemo_v3.1/rcom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/rcom.py -------------------------------------------------------------------------------- /REdemo_v3.1/recommendation_engine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/recommendation_engine.py -------------------------------------------------------------------------------- /REdemo_v3.1/save.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/save.py -------------------------------------------------------------------------------- /REdemo_v3.1/static/agency.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/static/agency.css -------------------------------------------------------------------------------- /REdemo_v3.1/static/agency.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/static/agency.min.css -------------------------------------------------------------------------------- /REdemo_v3.1/static/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/static/main.css -------------------------------------------------------------------------------- /REdemo_v3.1/templates/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/1.jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/about.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/buy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/buy.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/cart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/cart.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/checkout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/checkout.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/final.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/final.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/final1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/final1.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/home.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/img/1.jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/img/2.jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/img/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/img/3.jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/layout.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/layoutbuy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/layoutbuy.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/layoutcart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/layoutcart.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/layouthome.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/layouthome.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/layoutnew.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/layoutnew.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/layoutteam.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/layoutteam.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/layoutwishlist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/layoutwishlist.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/login.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/recommend.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/recommend.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/31.jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/analytics.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/analytics.js.download -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/api.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/api.js.download -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/base.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/base.js.download -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/captions.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/captions.js.download -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/cb=gapi(1).loaded_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/cb=gapi(1).loaded_0 -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/cb=gapi.loaded_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/cb=gapi.loaded_0 -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/channels4_banner(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/channels4_banner(1).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/channels4_banner(2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/channels4_banner(2).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/channels4_banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/channels4_banner.jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/client(1).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/client(1).html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/client(2).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/client(2).html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/client(3).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/client(3).html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/client.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/client.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/endscreen.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/endscreen.js.download -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/f(1).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/f(1).txt -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/f.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/f.txt -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/favicons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/favicons -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/favicons(1): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/favicons(1) -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/favicons(2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/favicons(2) -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/favicons(3): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/favicons(3) -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/favicons(4): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/favicons(4) -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(1).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(10).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(10).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(11).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(11).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(12).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(12).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(13).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(13).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(14).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(14).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(15).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(15).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(16).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(17).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(17).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(18).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(18).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(19).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(19).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(2).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(20).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(20).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(21).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(21).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(22).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(22).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(23).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(23).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(24).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(24).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(25).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(25).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(26).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(26).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(27).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(27).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(28).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(28).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(29).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(29).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(3).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(3).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(30).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(30).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(31).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(31).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(32).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(32).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(33).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(33).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(34).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(34).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(35).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(35).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(36).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(36).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(37).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(37).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(38).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(38).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(39).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(39).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(4).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(4).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(40).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(40).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(41).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(41).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(42).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(42).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(43).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(43).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(44).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(44).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(45).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(45).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(46).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(46).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(47).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(47).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(48).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(48).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(49).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(49).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(5).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(5).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(50).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(50).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(51).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(51).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(52).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(52).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(53).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(53).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(54).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(54).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(55).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(55).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(56).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(56).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(57).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(57).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(58).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(58).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(59).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(59).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(6).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(6).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(60).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(60).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(61).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(61).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(62).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(62).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(63).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(63).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(64).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(64).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(65).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(65).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(66).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(66).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(67).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(67).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(68).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(68).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(69).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(69).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(7).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(7).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(70).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(70).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(8).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(8).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault(9).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault(9).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/hqdefault.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/hqdefault.jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/miniplayer.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/miniplayer.js.download -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/network.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/network.js.download -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/photo.jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/postmessageRelay.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/postmessageRelay.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/remote.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/remote.js.download -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/saved_resource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/saved_resource -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/saved_resource(1).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/saved_resource(1).html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/saved_resource.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/saved_resource.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/scheduler.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/scheduler.js.download -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/spf.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/spf.js.download -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(1).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(10).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(10).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(11).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(11).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(12).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(12).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(13).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(13).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(14).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(14).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(15).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(15).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(16).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(16).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(17).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(17).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(2).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(3).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(3).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(4).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(4).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(5).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(5).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(6).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(6).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(7).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(7).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(8).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(8).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed(9).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed(9).jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/unnamed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/unnamed.jpg -------------------------------------------------------------------------------- /REdemo_v3.1/templates/register_files/www-player-webp.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/register_files/www-player-webp.css -------------------------------------------------------------------------------- /REdemo_v3.1/templates/result.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/result.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/team.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/team.html -------------------------------------------------------------------------------- /REdemo_v3.1/templates/wishlist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/templates/wishlist.html -------------------------------------------------------------------------------- /REdemo_v3.1/test_basic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/test_basic.py -------------------------------------------------------------------------------- /REdemo_v3.1/test_item_recom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/test_item_recom.py -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/bootstrap/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/bootstrap/css/bootstrap.css -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/bootstrap/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/bootstrap/css/bootstrap.css.map -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/bootstrap/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/bootstrap/css/bootstrap.min.css -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/bootstrap/css/bootstrap.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/bootstrap/css/bootstrap.min.css.map -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/bootstrap/js/bootstrap.bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/bootstrap/js/bootstrap.bundle.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/bootstrap/js/bootstrap.bundle.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/bootstrap/js/bootstrap.bundle.js.map -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/bootstrap/js/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/bootstrap/js/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/bootstrap/js/bootstrap.bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/bootstrap/js/bootstrap.bundle.min.js.map -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/bootstrap/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/bootstrap/js/bootstrap.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/bootstrap/js/bootstrap.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/bootstrap/js/bootstrap.js.map -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/bootstrap/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/bootstrap/js/bootstrap.min.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/bootstrap/js/bootstrap.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/bootstrap/js/bootstrap.min.js.map -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/LICENSE.txt -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/README.md -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/css/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/css/all.css -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/css/all.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/css/all.min.css -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/css/brands.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/css/brands.css -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/css/brands.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/css/brands.min.css -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/css/fontawesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/css/fontawesome.css -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/css/fontawesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/css/fontawesome.min.css -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/css/regular.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/css/regular.css -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/css/regular.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/css/regular.min.css -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/css/solid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/css/solid.css -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/css/solid.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/css/solid.min.css -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/css/svg-with-js.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/css/svg-with-js.css -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/css/svg-with-js.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/css/svg-with-js.min.css -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/css/v4-shims.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/css/v4-shims.css -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/css/v4-shims.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/css/v4-shims.min.css -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/js/all.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/js/all.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/js/all.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/js/all.min.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/js/brands.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/js/brands.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/js/brands.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/js/brands.min.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/js/fontawesome.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/js/fontawesome.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/js/fontawesome.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/js/fontawesome.min.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/js/regular.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/js/regular.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/js/regular.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/js/regular.min.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/js/solid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/js/solid.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/js/solid.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/js/solid.min.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/js/v4-shims.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/js/v4-shims.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/js/v4-shims.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/js/v4-shims.min.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/less/_animated.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/less/_animated.less -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/less/_core.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/less/_core.less -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/less/_fixed-width.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/less/_fixed-width.less -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/less/_icons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/less/_icons.less -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/less/_larger.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/less/_larger.less -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/less/_list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/less/_list.less -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/less/_mixins.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/less/_mixins.less -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/less/_screen-reader.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/less/_screen-reader.less -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/less/_shims.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/less/_shims.less -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/less/_stacked.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/less/_stacked.less -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/less/_variables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/less/_variables.less -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/less/brands.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/less/brands.less -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/less/fontawesome.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/less/fontawesome.less -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/less/regular.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/less/regular.less -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/less/solid.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/less/solid.less -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/less/v4-shims.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/less/v4-shims.less -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/package.json -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/scss/_animated.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/scss/_animated.scss -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/scss/_core.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/scss/_core.scss -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/scss/_fixed-width.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/scss/_fixed-width.scss -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/scss/_icons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/scss/_icons.scss -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/scss/_larger.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/scss/_larger.scss -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/scss/_list.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/scss/_list.scss -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/scss/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/scss/_mixins.scss -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/scss/_screen-reader.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/scss/_screen-reader.scss -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/scss/_shims.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/scss/_shims.scss -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/scss/_stacked.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/scss/_stacked.scss -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/scss/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/scss/_variables.scss -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/scss/brands.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/scss/brands.scss -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/scss/fontawesome.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/scss/fontawesome.scss -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/scss/regular.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/scss/regular.scss -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/scss/solid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/scss/solid.scss -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/scss/v4-shims.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/scss/v4-shims.scss -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/sprites/brands.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/sprites/brands.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/sprites/regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/sprites/regular.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/sprites/solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/sprites/solid.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/500px.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/500px.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/accusoft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/accusoft.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/adn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/adn.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/adversal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/adversal.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/algolia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/algolia.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/alipay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/alipay.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/amazon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/amazon.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/amilia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/amilia.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/android.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/android.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/angular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/angular.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/apper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/apper.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/apple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/apple.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/audible.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/audible.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/avianex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/avianex.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/aviato.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/aviato.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/aws.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/aws.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/bandcamp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/bandcamp.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/behance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/behance.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/bitcoin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/bitcoin.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/bity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/bity.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/blogger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/blogger.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/btc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/btc.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/cc-amex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/cc-amex.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/cc-jcb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/cc-jcb.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/cc-visa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/cc-visa.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/chrome.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/chrome.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/codepen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/codepen.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/codiepie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/codiepie.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/contao.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/contao.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/cpanel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/cpanel.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/css3-alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/css3-alt.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/css3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/css3.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/d-and-d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/d-and-d.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/dashcube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/dashcube.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/deskpro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/deskpro.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/digg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/digg.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/discord.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/discord.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/dochub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/dochub.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/docker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/docker.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/dribbble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/dribbble.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/dropbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/dropbox.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/drupal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/drupal.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/dyalog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/dyalog.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/ebay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/ebay.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/edge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/edge.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/ello.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/ello.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/ember.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/ember.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/empire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/empire.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/envira.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/envira.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/erlang.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/erlang.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/ethereum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/ethereum.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/etsy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/etsy.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/facebook.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/firefox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/firefox.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/flickr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/flickr.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/fly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/fly.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/forumbee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/forumbee.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/freebsd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/freebsd.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/fulcrum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/fulcrum.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/gg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/gg.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/git.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/git.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/github.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/gitlab.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/gitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/gitter.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/glide-g.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/glide-g.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/glide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/glide.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/gofore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/gofore.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/google.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/google.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/gratipay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/gratipay.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/grav.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/grav.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/gripfire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/gripfire.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/grunt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/grunt.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/gulp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/gulp.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/hips.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/hips.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/hooli.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/hooli.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/hornbill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/hornbill.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/hotjar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/hotjar.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/houzz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/houzz.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/html5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/html5.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/hubspot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/hubspot.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/imdb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/imdb.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/ioxhost.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/ioxhost.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/itunes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/itunes.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/java.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/java.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/jenkins.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/jenkins.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/joget.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/joget.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/joomla.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/joomla.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/js.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/js.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/jsfiddle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/jsfiddle.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/kaggle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/kaggle.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/keybase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/keybase.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/keycdn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/keycdn.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/korvue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/korvue.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/laravel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/laravel.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/lastfm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/lastfm.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/leanpub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/leanpub.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/less.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/less.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/line.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/line.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/linkedin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/linkedin.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/linode.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/linode.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/linux.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/linux.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/lyft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/lyft.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/magento.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/magento.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/markdown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/markdown.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/mastodon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/mastodon.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/maxcdn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/maxcdn.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/medapps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/medapps.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/medium-m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/medium-m.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/medium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/medium.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/medrt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/medrt.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/meetup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/meetup.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/megaport.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/megaport.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/mix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/mix.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/mixcloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/mixcloud.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/mizuni.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/mizuni.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/modx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/modx.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/monero.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/monero.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/napster.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/napster.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/neos.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/neos.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/nimblr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/nimblr.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/node-js.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/node-js.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/node.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/node.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/npm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/npm.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/ns8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/ns8.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/opencart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/opencart.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/openid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/openid.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/opera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/opera.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/osi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/osi.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/page4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/page4.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/palfed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/palfed.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/patreon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/patreon.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/paypal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/paypal.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/php.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/php.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/pushed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/pushed.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/python.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/python.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/qq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/qq.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/quora.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/quora.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/ravelry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/ravelry.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/react.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/react.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/readme.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/readme.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/rebel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/rebel.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/reddit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/reddit.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/rendact.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/rendact.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/renren.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/renren.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/replyd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/replyd.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/rev.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/rev.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/rockrms.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/rockrms.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/safari.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/safari.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/sass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/sass.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/sith.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/sith.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/skype.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/skype.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/slack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/slack.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/steam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/steam.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/typo3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/typo3.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/uber.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/uber.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/uikit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/uikit.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/usb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/usb.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/viber.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/viber.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/vimeo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/vimeo.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/vine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/vine.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/vk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/vk.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/vnv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/vnv.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/vuejs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/vuejs.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/weibo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/weibo.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/whmcs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/whmcs.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/wix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/wix.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/xbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/xbox.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/xing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/xing.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/yahoo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/yahoo.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/yelp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/yelp.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/yoast.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/yoast.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/brands/zhihu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/brands/zhihu.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/bell.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/copy.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/edit.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/eye.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/file.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/flag.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/gem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/gem.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/grin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/grin.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/hdd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/hdd.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/kiss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/kiss.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/map.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/meh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/meh.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/moon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/moon.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/save.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/star.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/sun.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/regular/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/regular/user.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/ad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/ad.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/adjust.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/adjust.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/anchor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/anchor.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/angry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/angry.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/ankh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/ankh.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/at.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/at.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/atlas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/atlas.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/atom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/atom.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/award.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/award.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/ban.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/ban.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bars.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bars.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bath.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bath.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bed.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/beer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/beer.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bell.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bible.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bible.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/blind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/blind.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bold.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bolt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bolt.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bomb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bomb.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bone.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bong.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bong.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/book.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/box.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/boxes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/boxes.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/brain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/brain.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/broom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/broom.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/brush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/brush.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bug.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/burn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/burn.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/bus.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/camera.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/car.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/car.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/check.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/chess.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/chess.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/child.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/child.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/church.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/church.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/circle.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/city.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/city.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/clock.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/clone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/clone.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/cloud.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/code.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/coffee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/coffee.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/cog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/cog.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/cogs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/cogs.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/coins.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/coins.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/cookie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/cookie.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/copy.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/couch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/couch.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/crop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/crop.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/cross.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/cross.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/crow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/crow.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/crown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/crown.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/cube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/cube.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/cubes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/cubes.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/cut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/cut.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/deaf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/deaf.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/dice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/dice.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/divide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/divide.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/dizzy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/dizzy.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/dna.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/dna.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/dolly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/dolly.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/donate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/donate.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/dove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/dove.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/drum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/drum.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/edit.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/eject.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/eject.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/equals.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/equals.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/eraser.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/eraser.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/expand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/expand.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/eye.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/fax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/fax.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/female.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/female.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/file.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/fill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/fill.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/film.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/film.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/filter.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/fire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/fire.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/fish.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/fish.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/flag.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/flask.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/flask.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/folder.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/font.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/font.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/frog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/frog.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/frown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/frown.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/futbol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/futbol.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/gavel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/gavel.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/gem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/gem.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/gift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/gift.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/globe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/globe.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/grin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/grin.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/hamsa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/hamsa.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/hands.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/hands.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/haykal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/haykal.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/hdd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/hdd.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/heart.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/home.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/hotel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/hotel.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/image.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/images.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/images.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/inbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/inbox.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/indent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/indent.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/info.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/italic.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/jedi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/jedi.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/joint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/joint.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/kaaba.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/kaaba.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/key.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/khanda.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/khanda.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/kiss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/kiss.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/laptop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/laptop.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/laugh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/laugh.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/leaf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/leaf.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/lemon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/lemon.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/link.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/list.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/lock.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/magic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/magic.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/magnet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/magnet.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/male.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/male.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/map.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/marker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/marker.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/mars.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/mars.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/medal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/medal.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/medkit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/medkit.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/meh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/meh.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/memory.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/memory.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/minus.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/mobile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/mobile.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/moon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/moon.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/mosque.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/mosque.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/music.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/music.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/neuter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/neuter.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/om.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/om.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/pallet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/pallet.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/paste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/paste.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/pause.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/paw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/paw.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/peace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/peace.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/pen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/pen.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/phone.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/pills.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/pills.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/plane.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/plane.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/play.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/plug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/plug.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/plus.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/poll-h.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/poll-h.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/poll.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/poll.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/poo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/poo.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/poop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/poop.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/pray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/pray.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/print.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/qrcode.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/qrcode.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/quran.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/quran.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/random.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/random.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/redo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/redo.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/reply.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/reply.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/ribbon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/ribbon.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/road.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/road.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/robot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/robot.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/rocket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/rocket.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/route.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/route.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/rss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/rss.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/ruler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/ruler.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/save.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/school.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/school.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/search.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/server.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/shapes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/shapes.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/share.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/ship.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/ship.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/shower.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/shower.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/sign.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/sign.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/signal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/signal.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/skull.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/skull.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/smile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/smile.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/socks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/socks.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/sort.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/sort.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/spa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/spa.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/square.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/stamp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/stamp.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/star.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/stop.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/store.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/store.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/stream.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/stream.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/subway.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/subway.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/sun.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/sync.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/sync.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/table.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/table.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tablet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tablet.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tag.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tags.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tags.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tape.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tape.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tasks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tasks.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/taxi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/taxi.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/teeth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/teeth.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/th.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/th.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/times.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/times.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tint.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tired.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tired.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tooth.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/torah.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/torah.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/train.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/train.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/trash.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tree.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/trophy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/trophy.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/truck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/truck.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tshirt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tshirt.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tty.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/tv.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/undo.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/unlink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/unlink.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/unlock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/unlock.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/upload.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/user.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/users.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/venus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/venus.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/vial.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/vial.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/vials.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/vials.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/video.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/vihara.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/vihara.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/wallet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/wallet.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/weight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/weight.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/wifi.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/wrench.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/wrench.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/fontawesome-free/svgs/solid/x-ray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/fontawesome-free/svgs/solid/x-ray.svg -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/jquery-easing/jquery.easing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/jquery-easing/jquery.easing.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/jquery-easing/jquery.easing.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/jquery-easing/jquery.easing.min.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/jquery/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/jquery/jquery.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/jquery/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/jquery/jquery.min.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/jquery/jquery.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/jquery/jquery.min.map -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/jquery/jquery.slim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/jquery/jquery.slim.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/jquery/jquery.slim.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/jquery/jquery.slim.min.js -------------------------------------------------------------------------------- /REdemo_v3.1/vendor/jquery/jquery.slim.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sparxxz/Recommendation-System-Collabrative-Filtering/HEAD/REdemo_v3.1/vendor/jquery/jquery.slim.min.map --------------------------------------------------------------------------------