Skip to content

Instantly share code, notes, and snippets.

View abhisheksisodia's full-sized avatar

Abhishek Sisodia abhisheksisodia

View GitHub Profile
@abhisheksisodia
abhisheksisodia / Shopping-flyers-privacy-policy.txt
Created December 5, 2020 21:28
Shopping-flyers-privacy-policy
Privacy Policy
Curious Dev built the Shopping Flyers Canada app as a Free app. This SERVICE is provided by Curious Dev at no cost and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Shopping Flyers Canada unless otherwise defined in this Privacy Policy.
Privacy Policy
CuriousDev built the Tech Deals app as a Free app. This SERVICE is provided by CuriousDev at no cost and is intended for use as is.
This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service.
If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Tech Deals unless otherwise defined in this Privacy Policy.
Information Collection and Use
@abhisheksisodia
abhisheksisodia / toronto-now-privacy-policy
Created June 6, 2019 00:15
Toronto Now Privacy Policy
Privacy Policy
CuriousDev built the Toronto Now app as a Free app. This SERVICE is provided by CuriousDev at no cost and is intended for use as is.
This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service.
If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Toronto Now unless otherwise defined in this Privacy Policy.
Information Collection and Use
Privacy Policy
CuriousDev built the Toronto Now app as a Free app. This SERVICE is provided by CuriousDev at no cost and is intended for use as is.
This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service.
If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Toronto Now unless otherwise defined in this Privacy Policy.
Information Collection and Use
Privacy Policy
CuriousDev built the Toronto Now app as a Free app. This SERVICE is provided by CuriousDev at no cost and is intended for use as is.
This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service.
If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Toronto Now unless otherwise defined in this Privacy Policy.
Information Collection and Use
<div id="chart"></div>
<script src="d3.v3.min.js"></script>
<script>
(function(d3) {
'use strict';
var dataset = [
{ label: 'Abulia', count: 10 },
{ label: 'Betelgeuse', count: 20 },
{ label: 'Cantaloupe', count: 30 },
{ label: 'Dijkstra', count: 40 }
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Web Final Lab - Portfolio Navigator</title>
<!-- javascript libraries from CDN -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular-resource.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular-route.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.3.1/angular-ui-router.js"></script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Web Final Lab - Portfolio Navigator</title>
<!-- javascript libraries from CDN -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular-resource.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular-route.js"></script>