Skip to content

Instantly share code, notes, and snippets.

View skullchap's full-sized avatar

skullchap

View GitHub Profile
@skullchap
skullchap / chana_privacy_policy.txt
Created August 7, 2023 12:33
chana Privacy Policy.
[Based-Org/chana]
Privacy Policy
Date Written: [7 Aug 2023]
Introduction
Welcome to [Chana], a mobile application ("App") provided by [Based-Org] ("we," "us," or "our"). This Privacy Policy is designed to help you understand how we handle your personal information when you use our App. It is important to note that the developers of Chana do not collect any personal data from users directly. However, certain third-party API providers integrated into the App may collect personal information in accordance with their respective privacy policies. Please be aware that we are not affiliated with these API providers and have no control over their data collection practices.
Information Collection by API Providers
@skullchap
skullchap / shitplate.c
Last active December 21, 2021 23:43
simple dull way of http template generation
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define BFSZ 1024
char* template = "test.html";
char* generated = "new_test.html";
char* listFile = "zanimals.txt";