Skip to content
This repository was archived by the owner on Jun 22, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
52 changes: 52 additions & 0 deletions team#6 - {Security and Surveillance}/VOTE.HTM
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<html>
<head>
<title>One Vote! ANYWHERE </title>
</head>
<body background="assets/ac.jpg">
<center><img src="assets/download.png"></center>
<center><h1><u><font color="blue">ELECTION COMMISSION OF INDIA</font></u></h1></center>
<hr>
<marquee bgcolor=blue hspace=100><h2>GENERAL ELECTION TO THE 17th LOK SABHA, 2019 - LIST OF MEMBERS ELECTED</marquee>
</h2>
<ul>
<li><a href ="registration/registartion.html" target="_blank">REGISTER NOW TO VOTE</a></li><br>
<li><a href="location/location.html" target="_blank">CHANGE YOUR POLING BOOTH</a></li><br>
<li><a href="voters list.htm" target="_blank">SEARCH YOUR NAME IN VOTER'S LIST</a></li><br>
<li><a href="rule book.html" target="_blank">KNOW THE RULES AND REGULATION</a></li><br>
<li><a href="faqs.htm" target="_blank">FAQS FOR VOTER</a></li><br>

</ul><center>
<img src="assets/map2.png" height="200" width="245" >


<h3> ELECTORAL CONSTITUENCY OF DIFFERENT STATES
</h3>
</center>
<center>


<p><a href="up.htm" target="_blank">UTTAR PRADESH</a> </p>

<p><a href="guj.htm" target="_blank"> GUJARAT</a></p>

<p> <a href="mah.htm" target="_blank">MAHARASHTRA</a></p>

<p><a href="mp.htm" target="_blank"> MADHYA PRADESH</a></p>
<p><a href="har.htm" target="_blank"> HARYANA</a></p>

</center>

<marquee bgcolor=yellow>
<img src="assets/1hack.jpg" height="200" width="245" hspace="50">
<img src="assets/3hack.png" height="200" width="245" hspace="50" >
<img src="assets/4hack.jpg" height="200" width="245" hspace="50" >
<img src="assets/9hack.jpg" height="200" width="245" hspace="50" >
</marquee>
</body>
</html>






Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions team#6 - {Security and Surveillance}/code/FINAL.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
#include <stdio.h>
#include <stdlib.h>

int main()
{
int n,z,i;

int h[]={0,0,0};
long a[]={11111111,22222222,33333333},b[]={12121212,21212121,23232323},c[]={99999999,88888888,77777777};
char d[3][15]={"agra", "ahmd", "lko"};
char e[3][15]={"agra","lko","lko"};
for(i=0;i<4;i++)
{
long l=0,k=0,s=0;
printf("Enter the valid aadhar number,voter id card number and finger id\n");
scanf("%ld %ld %ld",&l,&k,&s);
int j;
for(j=0;j<3;j++)
{
if(l==a[j]&&k==b[j]&&s==c[j])
{h[j]++;
if(h[j]<=1)
{
if(strcmp(d[j],e[j])==0)
{
printf("1.BJP\n 2.CONGRESS\n 3.NOTA\n");
scanf("%d\n",&z);
}
else
{
printf("YOU ARE ELIGIBLE FOR VOTING FROM NEAREST City/Town/Village\n");
printf("1.BJP\n 2.CONGRESS\n 3.NOTA\n");
scanf("%d\n",&z);

}
}
else
{
printf("Fake Voting\n");
}
}
}
}
return 0;
}

Binary file not shown.
Binary file added team#6 - {Security and Surveillance}/code/FINAL.o
Binary file not shown.
46 changes: 46 additions & 0 deletions team#6 - {Security and Surveillance}/code/New Text Document.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
#include <stdio.h>
#include <stdlib.h>

int main()
{
int n,z,i;

int h[]={0,0,0};
long a[]={11111111,22222222,33333333},b[]={12121212,21212121,23232323},c[]={99999999,88888888,77777777};
char d[3][15]={"agra", "ahmd", "lko"};
char e[3][15]={"agra","lko","lko"};
for(i=0;i<4;i++)
{
long l=0,k=0,s=0;
printf("Enter the valid aadhar number,voter id card number and finger id\n");
scanf("%ld %ld %ld",&l,&k,&s);
int j;
for(j=0;j<3;j++)
{
if(l==a[j]&&k==b[j]&&s==c[j])
{h[j]++;
if(h[j]<=1)
{
if(strcmp(d[j],e[j])==0)
{
printf("1.BJP\n 2.CONGRESS\n 3.NOTA\n");
scanf("%d\n",&z);
}
else
{
printf("YOU ARE ELIGIBLE FOR VOTING FROM NEAREST City/Town/Village\n");
printf("1.BJP\n 2.CONGRESS\n 3.NOTA\n");
scanf("%d\n",&z);

}
}
else
{
printf("Fake Voting\n");
}
}
}
}
return 0;
}

46 changes: 46 additions & 0 deletions team#6 - {Security and Surveillance}/code/vote program.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
#include <stdio.h>
#include <stdlib.h>

int main()
{
int n,z,i;

int h[]={0,0,0};
long a[]={11111111,22222222,33333333},b[]={12121212,21212121,23232323},c[]={99999999,88888888,77777777};
char d[3][15]={"agra", "ahmd", "lko"};
char e[3][15]={"agra","lko","lko"};
for(i=0;i<4;i++)
{
long l=0,k=0,s=0;
printf("Enter the valid aadhar number,voter id card number and finger id\n");
scanf("%ld %ld %ld",&l,&k,&s);
int j;
for(j=0;j<3;j++)
{
if(l==a[j]&&k==b[j]&&s==c[j])
{h[j]++;
if(h[j]<=1)
{
if(strcmp(d[j],e[j])==0)
{
printf("1.BJP\n 2.CONGRESS\n 3.NOTA\n");
scanf("%d\n",&z);
}
else
{
printf("YOU ARE ELIGIBLE FOR VOTING FROM NEAREST City/Town/Village\n");
printf("1.BJP\n 2.CONGRESS\n 3.NOTA\n");
scanf("%d\n",&z);

}
}
else
{
printf("Fake Voting\n");
}
}
}
}
return 0;
}

1 change: 1 addition & 0 deletions team#6 - {Security and Surveillance}/code/vote.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

50 changes: 50 additions & 0 deletions team#6 - {Security and Surveillance}/faqs.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<html
<head>
<title>FAQs</title>
</head>
<body>
<body background="assets/6hack.jpg">
<center><img src="assets/download.png"></center><br>
<font size="6">
<marquee bgcolor=yellow hspace=100>Schedule for General Election to the Legislative Assemblies of Haryana and Maharashtra, 2019</marquee>
<center><h1><u>FAQS</u></h1></center>
</font>
<font size="6" color="purple">

<ul>
<p><li>Q1. What are the main categories of electors in India?<br>

Ans.- There are 3 categories of electors in India: �
(i) General electors,
(ii) Oversees (NRI) electors - ( Kindly refer to �Frequently Asked Questions � Overseas Electors�),
(iii) Service Electors - (Kindly refer to �Frequently Asked Questions � Service Electors�).</li></p>
<p><li>Q2. Who is eligible to be registered as a general elector?<br>

Ans. Every Indian citizen who has attained the age of 18 years on the qualifying date i.e.
first day of January of the year of revision of electoral roll, unless otherwise disqualified, is eligible to be registered as a voter in the roll
of the part/polling area of the constituency where he is ordinarily resident.
<p><li>Q3. What is the relevant date for determining the age of 18 years? Can I get myself registered as a voter on the day when I have completed 18 years of age?<br>

Ans.- According to Section 14 (b) of the Representation of People Act, 1950 the relevant date (qualifying date) for determining
the age of an applicant is the first day of January of the year in which the electoral roll after revision is finally published.
For example, if you have completed or are completing 18 years of age on any date from and after 2nd January 2013 but upto to 1st January 2014,
you will be eligible for registration as a voter in the elector roll going to be finally published in January, 2014.</li></p>
<p><li>Q4. Can a non-citizen of India become a voter in the electoral rolls in India?<br>

Ans.- No. A person who is not a citizen of India is not eligible for registration as a voter in the electoral rolls in India.
Even those who have ceased to be citizens of India on acquiring the citizenship of another country are not eligible to be enrolled
in the electoral rolls in India.</li>

<p><li>Q5. Can a non-resident Indian settled in foreign land become an elector of electoral roll in India?<br>

Ans. Yes. According to the provisions of Sec 20A of the Representation of People Act,
1950 by the Representation of the People (Amendment) Act, 2010, a person who is a citizen of India and who has not
acquired the citizenship of any other country and is otherwise eligible to be registered as a voter and who is absenting from
his place of ordinary residence in India owing to his employment, education or otherwise is eligible to be registered as a voter in
the constituency in which his place of residence in India as mentioned in his passport is located.</li></p>
</ul>
</font>
<center>
<h2><a href="VOTE.htm" >BACK TO HOMEPAGE</a></h2></center>
</body>
</html>
39 changes: 39 additions & 0 deletions team#6 - {Security and Surveillance}/guj.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<html>
<head>
<title>GUJARAT</title>
<body>
<body background="assets/ac.jpg">
<center><img src="assets/download.png"></center>
<center><h1>GUJARAT</h1></center>
<ul>
<li> Ahmedabad</li>
<li> Ahmedabad</li>
<li> Amreli</li>
<li> Anand</li>
<li> Banaskantha</li>
<li> Baroda</li>
<li> Bhavnagar</li>
<li> Broach</li>
<li> Bulsar</li>
<li> Dabhoi</li>
<li> Dhanduka</li>
<li> Dohad</li>
<li> Gandhinagar</li>
<li> Godhra</li>
<li>Jamnagar</li>
<li> Junagadh</li>
<li> Kaira(O)</li>
<li> Kutch</li>
<li> Mandvi</li>
<li> Mehsana </li>
<li> Patan</li>
<li> Rajkot</li>
<li> Rajkot</li>
<li> Sabarkantha</li>
<li> Sabarkantha</li>
<li> Surat</li>
<li> Surendranagar</li>
</ul><center>
<h2><a href="VOTE.htm" >BACK TO HOMEPAGE</a></h2></center>
</body>
</html>
22 changes: 22 additions & 0 deletions team#6 - {Security and Surveillance}/har.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<html>
<head>
<title>HARYANA</title>
</head>
<body background="assets/ac.jpg">
<center><img src="assets/download.png"></center>
<center><h1><u>HARYANA</center></h1></u>
<ul>
<li>1 Ambala(SC)</li>
<li>2 Bhiwani</li>
<li>3 Faridabad</li>
<li>4 Gurgaon </li>
<li>5 Hisar </li>
<li>6 Karnal </li>
<li>7 Kurukshetra</li>
<li>8 Rohtak </li>
<li>9 Sirsa(SC) </li>
<li>10 Sonipat </li>
</ul><center>
<h2><a href="VOTE.htm" >BACK TO HOMEPAGE</a></h2></center>
</body>
</html>
13 changes: 13 additions & 0 deletions team#6 - {Security and Surveillance}/location.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<html>
<head><title>Location</title></head>
<body background="assets/bg.jpg">
<center><img src="assets/ec.png" </center>
<h1><center><b><font color="red">For Entering your Location, <a href="https://docs.google.com/forms/d/e/1FAIpQLSertq4ofIVOxvCf2pGXNzcvzdtSLD6OeBOgqgAyMFpbbO61tA/viewform">click here</a></center></h1>
</font><marquee hspace=80 scrollamount=6>
<img src="assets/im.jpg" length=440 width=39005:28 06-10-2019>
<img src="assets/im1.jpg" length=640 width=350 >
<img src="assets/im2.jpg" length=30 width=700>
</marquee>
<center>
<a href="VOTE.htm" >BACK TO HOMEPAGE</a></center>
</body></html>
13 changes: 13 additions & 0 deletions team#6 - {Security and Surveillance}/location/location.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<html>
<head><title>Location</title></head>
<body background="bg.jpg">
<center><img src="ec.png" </center>
<h1><center><b>For Entering your Location, <a href="https://docs.google.com/forms/d/e/1FAIpQLSertq4ofIVOxvCf2pGXNzcvzdtSLD6OeBOgqgAyMFpbbO61tA/viewform">click here</a></center></h1>
<marquee hspace=80 scrollamount=6>
<img src="im.jpg" length=440 width=490>
<img src="im1.jpg" length=640 width=600 >
<img src="im2.jpg" length=940 width=310>
</marquee>
<center>
<h2><a href="VOTE.htm" >BACK TO HOMEPAGE</a></h2></center>
</body></html>
Loading