Skip to content

Instantly share code, notes, and snippets.

View arifthehappy's full-sized avatar
🍎

MD ARIF KHAN arifthehappy

🍎
View GitHub Profile
Privacy Policy for VibeCheck
Last updated: February 07, 2026
VibeCheck ("we," "our," or "us") is committed to protecting your privacy. This Privacy Policy explains how your personal information is collected, used, and disclosed by VibeCheck.
1. Information We Collect
We collect the following types of information:
Camera and Photos: We use your device's camera and photo library to capture or upload images for Style Analysis. These images are processed briefly by our AI partners (Google Gemini) to provide feedback and are then discarded. We do not permanently store your face data or photos on our servers without your explicit permission (e.g., for saving looks to a future "wardrobe" feature).
Location Data (Optional): We may request access to your coarse location to suggest outfits based on local weather conditions. You can use the app without granting this permission.
#include <stdio.h>
#include <cs50.h>
#include <math.h>
void cardInput(long *, int *);
int main(void)
{
//seperate alternate integers of card number
int ctr = 1, evenSum = 0, oddDigit = 0, oddSum = 0;