This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: `[email protected]` | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: `[email protected]` | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<body> | |
<h1>My First Heading</h1> | |
<p>My first paragraph.</p> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PSC ബന്ധമില്ലാത്ത കാര്യങ്ങൾ ദയവായി പോസ്റ്റ് ചെയ്യരുത് | |
&#& | |
പ്രൊമോഷൻ കാര്യങ്ങൾ പോസ്റ്റ് ചെയ്യരുത് | |
&#& | |
മോശമായ comments ഒഴിവാക്കുക | |
&#& | |
Rules പാലിക്കാത്ത ആൾക്കാരെ block ചെയ്യുന്നതാണ് | |
&#& | |
Be respectful of others | |
&#& |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"examName": "University Assistant 2019", | |
"examDate": "June 15", | |
"level": "SSLC", | |
"code": "UNIVASSIST", | |
"examEnabled" : true | |
}, | |
{ | |
"examName": "VEO 2019", | |
"examDate": "July", |
NewerOlder