Skip to content

Instantly share code, notes, and snippets.

View sarahsga's full-sized avatar

Sarah Ahmed sarahsga

  • Karachi, Pakistan
View GitHub Profile
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Privacy Policy</title> <style>body{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; padding:1em;}</style></head> <body><h2>Privacy Policy</h2> <p> Sarah Ahmed built the Rapid Notifier app as a Free app. This SERVICE is provided by Sarah Ahmed at no cost and is intended for use as is.
</p> <p>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.
</p> <p>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.
</

Q.1

The speed limit of Shahrah-e-Faisal is 60 km/hr. Write a program that, given a car's speed, tells whether it is Overspeeding or not.


Q.2

Your task is to develop a mini-facebook. If the user is logged in, it should print Welcome, <user's name>, otherwise it should print Please log in to continue!


@sarahsga
sarahsga / git-comands-ref.md
Last active May 4, 2018 12:27
A reference to Git commands and publishing your website to Github Pages

A Guide to Git commands

Step 1

Create a local repo

git init

Step 2

Stage files to the local repo (i.e. add them to the bag)