Skip to content

Instantly share code, notes, and snippets.

View shyjuzz's full-sized avatar
🎯
Focusing

Shyju M shyjuzz

🎯
Focusing
  • Cochin, Kerala
View GitHub Profile
How to Request Deletion of Your Personal Information
To request the deletion of your personal information, including your phone number and name, from our app's database, please follow these steps:
1. Open your email application.
2. Create a new email.
3. In the "To" field, enter: `visionpscapp@gmail.com`
4. In the subject line, type: "Request for Personal Information Deletion"
5. In the body of the email, provide the following information:
- Your full name
How to Request Deletion of Your Personal Information
To request the deletion of your personal information, including your phone number and name, from our app's database, please follow these steps:
1. Open your email application.
2. Create a new email.
3. In the "To" field, enter: `chanakyapscapp@gmail.com`
4. In the subject line, type: "Request for Personal Information Deletion"
5. In the body of the email, provide the following information:
- Your full name
@shyjuzz
shyjuzz / gist:b1dface13a131784428331d0ab7967a8
Created August 19, 2023 07:39
chanakya_privacy_policy.txt
Privacy Policy for Chnkya KSD
--------------------------------
Last updated: 19-08-2023
This Privacy Policy describes our policies and procedures regarding the collection, use, and disclosure of personal information when you use the Chnkya KSD app ("App") and informs you about your privacy rights and how your information is protected.
By using the App, you agree to the collection and use of information in accordance with this Privacy Policy.
Interpretation and Definitions
Interpretation
Terms and Conditions
Please read these terms and conditions carefully before using PSC WiNNER Applicaiton
Conditions of use
By using this app, you certify that you have read and reviewed this Agreement and that you agree to comply with its terms. If you do not want to be bound by the terms of this Agreement, you are advised to uninstall the app accordingly. PSC WiNNNER only grants use and access of this App, and its services to those who have accepted its terms.
Privacy policy
Before you continue using our App, we advise you to read our privacy policy available in app regarding our user data collection. It will help you better understand our practices.
Privacy Policy for PSC WiNNER
--------------------------------
Last updated: April 29, 2021
This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.
We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy. This Privacy Policy has been created with the help of the Privacy Policy Generator.
Interpretation and Definitions
Interpretation
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
@shyjuzz
shyjuzz / tokenizestr.py
Created February 13, 2020 07:38
Tokenize a string with start and end index in Python
import re
def tokenize(txt):
output = []
tokens = re.split('; |, |\*|\n',txt)
offset = 0
for token in tokens:
offset = txt.find(token, offset)
output.append((token, offset, offset+len(token)))
offset += len(token)
return output
@shyjuzz
shyjuzz / to_dict.py
Created February 11, 2020 07:28
convert python object recursively to dict
def obj_to_dict(obj):
if type(obj) is dict:
res = {}
for k, v in obj.items():
res[k] = obj_to_dict(v)
return res
elif type(obj) is list:
return [obj_to_dict(item) for item in obj]
elif type(obj) is SimpleNamespace:
return obj_to_dict(vars(obj))
PSC ബന്ധമില്ലാത്ത കാര്യങ്ങൾ ദയവായി പോസ്റ്റ് ചെയ്യരുത്
&#&
പ്രൊമോഷൻ കാര്യങ്ങൾ പോസ്റ്റ് ചെയ്യരുത്
&#&
മോശമായ comments ഒഴിവാക്കുക
&#&
Rules പാലിക്കാത്ത ആൾക്കാരെ block ചെയ്യുന്നതാണ്
&#&
Be respectful of others
&#&
[{
"examName": "University Assistant 2019",
"examDate": "June 15",
"level": "SSLC",
"code": "UNIVASSIST",
"examEnabled" : true
},
{
"examName": "VEO 2019",
"examDate": "July",