using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication
{
    class sub
    {
        int a=9,b=9,c;
        public void m2()
        {
            c = a - b;
            Console.WriteLine("result is" + c);
        }
    }
    class program
    {

        static void Main(string[] args)
        {
            sub a = new sub();
            a.m2();
            Console.ReadLine();

        }
    }
}


using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication
{
    class Program
    {
        static void Main(string[] args)
        {
            //int a=9,b=9;
            //int c=a+b;

            //user give input through the key board

            int a = Convert.ToInt32(Console.ReadLine());
            int b = Convert.ToInt32(Console.ReadLine());
            int c = a + b;
            Console.WriteLine("addition of two numbers" + c);
            Console.ReadKey();

        }
    }

}
Web Based Meeting Scheduler

It’s an online application used for effectively schedule meeting with user friendly feature.WMS is to support the organization of meetings in a way so that most of the intended participants shall effectively participate. Scheduler or the manager will schedule the meeting by providing necessary details required for the meeting such as date of meeting, room for the meeting, slot or time for the meeting etc.  Can send the invitation to all or selected employee working under him/her. Also the employees can respond to the meeting , view the meeting scheduled.
         This web based application is used to schedule meetings among a team of  workers. It is applicable to those in a company for which it is designed.
     Users who have an access to this website can edit their profile, check for the meetings organized and can give confirmation about meeting. In our web application, admin approves  access to only those persons who are in the company and are active.
 Existing system:
            In the previous system, we can arrange meetings but we won’t have specific modules like admin, meeting organizer and meeting attendee. Also these websites specifically have not been designed to provide an interface between the organizer and participant.
           Previous systems did not had the facility of sending mails. It did not provide individual profiles to each user. Security is also low. This has been overcome in our proposed system.
Proposed system:
         In the proposed system , we are developing a website, known as Meeting Scheduler ,to schedule the meeting and also to provide interface between the users of the website, that is between the organizer and participant. Only authenticated and authorized users are allowed to access and use our website. Users can have an account in our website only when their request has been approved by admin. Security is very high.
       Each user have their own profile. The system provides facility to send mails by linking it to gmail or yahoo. The organizer can send mails from his/her account. It has information about the conference rooms.  It offers technologies which well-developed companies provide. It has improved processing and technical efficiency.

Modules Description:
     This system consists of three modules namely admin, meeting organizer and meeting attendee/participant.
      Admin will control our application and can accept or reject a request from user. Admin manages the database, modifies the information of a user, updates details about conference rooms, adds or removes project meetings and view the scheduled meetings.
 Organizer can schedule the meetings, send invitation to the participants, edit meeting details and notify the attendee of any changes.
 Participant can view the meeting details, give his/her acceptance for the meeting.
Software requirements:                   

o   Microsoft .Net framework 3.5
o   Microsoft Visual Studio 2008
o   Microsoft C#.Net language
o   Microsoft SQL Server 2005
o   ADO.NET


Hardware Requirements:
Processor           :            Intel Pentium 4 or more
Ram                      :            1 GB or more
Hard disk            :            40 GB hard disk recommended for primary partition.



Virtual Reality Desktop

             Most users often have many Windows open at once, and so often will use a Virtual Reality Desktop to help organize their Windows. This helps us to create and switch between different desktops. It even gives you an illusion of switching the application from one desktop to another. But, it's just an illusion. The application will be closed in the current desktop and will be launched on the specified desktop.
This Virtual Reality Desktop lets you organize applications over several virtual desktops (also called 'workspaces'). User is presented with options and menu for switching between desktops. This application is using hooks to display ‘Move To’ menu options in system tray.

Modules / Functionalities:
In this project we have 3 functionalities:
  1. Configuration
  2. Windows Hooks
  3. Widows Recovery
Configuration: In this we can configure the no.of virtual desktops need to display. And also can configure the buttons layout.

Windows Hooks: Windows Hooks is a mechanism used to minimize any application to the system tray. Hooks is a mechanism provided by Microsoft with which one can intercept events before they reach an application. We can tray/ untray the selected application into the system tray using windows hooks.

Windows Recovery:  Using windows recovery, user can recover the windows when windows did not shut down correctly last time.

Technologies used:
  • .NET Framework 3.5.
  • Visual Studio IDE 2008.



Screen Shot Hacker
                     
Description of the project:
            In the present scenario, there may be situation where the Manager of a company wants to check his employee’s status frequently in some time intervals. So in that situation, it may not be that feasible if the manager goes frequently to the employee and checks the status of that employee and this makes the employee to feel uneasy about his manager. Evaluating this scenario, we are trying to develop a Desktop Application where the screen shot of the system is taken frequently in the given time interval and mailed it to the specified mailed address. In this scenario, the manager may not find it difficult to go to the employees each and every time and make the employee feel uneasy about him.
Existing system:
            In the existing system we may not find any system where the screen shots are taken and sent as a mail to the respective person mail id. This helps the user to look for advanced system where in the person can access the system without ones inter action.
Proposed system:
            Considering the drawback in the existing system, we are trying to develop application where in the screen shot of the system is taken and mailed to the mail id of the user.
Modules:
  • Login:
The user has to give his details and it has to validated and redirect the user to the home page.
  • Screen Shot:
The timer will be started and in each interval the application will take the screen shot and first saves it in a folder.
  • Mail Sending:
After saving the screen shot in the folder, it is then retrieved back and it will be attached as an attachment to the mail and send it the specified mail address.

Software requirements:
o   Microsoft .Net framework 3.5
o   Microsoft C#.Net language
o   Micorsoft Sql Server 2005

Hardware requirement:

Processor         :            Intel Pentium or more

Ram                 :            256 MB or more

Hard disk        :            40 GB hard disk recommended for primary partition.                               
                                                                

                                                 



                                                   Place Locator
Description of the project:
          Place Locator is a kind of project which can keep track of the information about all the places around the world. This Project fulfills the requirements of the persons who want to know the Details of a particular place.  All the places are shown in the form of a map, we need to select the desired location then details will be displayed. Users can find the famous places, shopping malls, theatres, restaurants etc.
Existing system:
In the existing system there are many ways of finding the famous and must see places around the world like site maps available in every country, when we are trying to look for something or some place. We also have some kind of online maps available for the locations to search. But all these are individual things no complete info is available here
Proposed system:
We are proposing an automated system where we have a map of particular country with their corresponding states in it. Search is made based on type of category we want to see like restaurants, must see places etc .., in a city of a state.
Modules:
It provides the following functionalities:
Map locator is one of those online information portals which provide information to a user who anonymously logs into the site and started searching for a place in a city of a state in a map. Following are the modules included in this software: 
1.      Administrator module
2.      User module
3.      Search module
4.      Add/Remove/Update data module
1 Administrator:
The administrator will setup the system and maintain the system. He is the whole and sole person who inserts the data about a place and updates it also the only person who can delete the data or information about a particular place in a state of a country map.
So the administrator first collects information about different places in a state of a country like restaurants, theatre, ancient places etc.., likewise he collects the similar information about  other states and inserts into the software. Whenever needed of updating some information regarding the place or state or country he can also update it. If some of the places are not there in that country now he can remove or delete them from the information gathered
2 User Modules:
 All users can access the product to search different theater’s list, restaurants, and ancient locations etc... He can simply login into the website as an anonymous user and look at the map and select a state from the map. Now he will be able to find all the cities under that particular state he selects one city of his interest under that state. Next he selects the category he wants to search for like museums or parks or restaurants etc and searches for it. Now he will be able to find all the information regarding that particular place like its distance from the main city, number of buses available in there and their numbers etc..,
This way user module is helping out and reducing a lot of disadvantages a general user from doing lots of repetitive work that usually an individual have to do for these kinds of scenarios.    
3 Search Modules:
The search module provides easy online search of different theater list, parks and historical monuments etc. user can search based on the category search like monuments, parks etc.., under a city in a selected state of a country.
4 Add/Remove/Update data module:
We can add/remove/update old information of a particular place and replace it with new and fresh information every day which are currently in demand or pretty famous today/tomorrow.
Software requirements:
o   Microsoft .Net framework 3.5
o   Microsoft Visual Studio 2008
o   Microsoft ASP.Net 3.5
o   Microsoft C#.Net language
o   Microsoft SQL Server 2005
o   ADO.NET
o   HTML
Hardware Requirements:
Processor       :            Intel Pentium 4 or more
Ram                :            1 GB or more

Hard disk       :            40 GB hard disk recommended for primary partition.
Intense ad loader
Description:
Ads provide income to any websites. So dynamically updating Ads in a website is a important task for any website administrator. Ad management provides an easy interface for updating ads in a website. Admin can store any number of advertisements in his repository. He can update the website with any advertisement that is stored in the repository.
Existing system:
We can see many of the websites with lot off ad - images. All of them are static images, which redirects us to another websites. Most of the Dot net websites [in the present existing systems] use Ad-rotator component, which is a built in control in Dot net. But this control is not so flexible to update dynamically, as it will be using an XML file internally. So administrators must log in to application server and change it manually. At the time of changing application should be stopped for a while which will directly effects for small interval of time.
Proposed system:
In the present system as we get the data of ads directly from Database there will be no manual work for the administrators. Even we do not need to shut down the application even for fraction of seconds also.  All the add will be added with proper security to the system.
It provides the following functionalities:
·         Adding Ads.
·         Updating Ads.
·         Deleting Ads.
·         Assign/load Ad to website.
·         Login [Admin only]
·         Security Module
Software requirements:
o   Microsoft .Net framework 3.5
o   Microsoft ASP.Net 2.0
o   Microsoft C#.Net language
o   ADO.NET 2.0

o   Microsoft SQL Express

Image based Authentication
Description of the Project
Image based authentication provide more security when validating a user authentication in real time systems. The main design goal of the system is provide more security through images.  For a login page a grid of images are shown from which the user selects his password. The images are provided with a random number / some text under it which is used to enter in the password field. The images and the numbers associated with that randomly changes to provide more security. The main objective of this project is, it provides more security and usability. Images are easy to remember because visualization has great effect on human mind. This application can be used as authentication for any website or login page. This can be simulated in desktops, mobiles, atm’s  etc.
Existing System
Generally to provide authentication we use passwords and they will be a combination of alphanumeric characters. Users store this password in their phones or note it down which is not secure. Also this password system can easily be hacked and user’s private information can be known.
Proposed System:
            In the proposed system the authentication of users is done using images which provides the additional security than the usual text authentication. Images give great impact on the human brain to recognize.

Modules:
    Image Insertion:
                       In this module we place all the images in the grid and designing of the user interface will come under this module. We use rich controls in order to design an interface through which user can interact through our application easily.
Random Number Generation:
                         In this module we generate random numbers and assign them to the images present in the grid. For this we need to use random class in order to generate random numbers.


Verifying the password:
    In this module we create the database with user name and password and verify the given password is valid to that user or not for this we need to match the passwords & pixel conversion and matching.

Software requirements:
o   Microsoft .Net framework 3.5
o   Microsoft Visual Studio 2008
o   Microsoft ASP.Net 3.5
o   Microsoft C#.Net language
o   Microsoft SQL Server 2005
o   ADO.NET
o   HTML

Hardware Requirements:
Processor       :            Intel Pentium 4 or more
Ram                :            1 GB or more
Hard disk       :            40 GB hard disk recommended for primary partition.


Face Identification
Description of the project:
       This project is used to identify the criminal records in which the image of the criminal is made into different segments of individual parts of the face. This project is developed in order to overcome the problem in existence system such as  poor image quality and resolution where the detection of the image becomes a tedious task. In order to solve this problem we are developing a desktop-based application called “Face Identification”
 Criminal records generally contain personal information about particular person along with photographs. To identify any criminal we need some identification regarding person, given by the eyewitness. In most cases the quality and resolution of the recorded image segments is poor and hard to identify the face. To overcome this problem we are developing software. Identification can be done in many ways like fingerprints, eyes, DNA, etc., One of the application is “Face Identification” This project is aimed to identify criminals of any investigation department. Here the technique is that we store some images in the database along with the details that the images are segmented into many slices say forehead, eyes, nose etc. These are again stored in the database to identify the criminals. If any image is matched up to 99% then we suspect that particular image to be the criminal. In this way it creates a friendly environment to both the operator and witness.
Existing system:
Currently, in the existing system the images are being compared manually but there is no particular software that does this kind of processing.
Proposed system:
                 Proposed system is an application that detects face on a picture supplied to the database using the concept of image streaming.
IMAGE STREAMING: This is the technique used for the transmission of the image from the source to destination.

Modules:
1) Criminal Details Insertion
In this module we insert all the criminal details into database. All the criminal images are also stored in database. We can also view all the criminal details based on the criminal IDs and it will display all the detail information of the criminal and his criminal history. We can also view all the criminal images one after another in the form of slide show.
2) Face Construction and Displaying:
In this module we can construct the criminal face. In this we need to provide some default images. These images are cut down in to pieces based in the form of Nose, fore head, Lips etc.., all the images are streamed and stored in the images folder present in our project folder. The images which are displayed in the website are converted from streams to images and displayed to the end user.
3) Image streaming:
In this module images are streamed and converted into streams and stored in database. While displaying the streams are converted into image and displayed to the end user. We use the concept of bit streams. Bit streams are a time series or collection of bits which represents the meaningful data or information.
Software requirements:
o   Microsoft .Net framework 3.5
o   Microsoft Visual Studio 2008
o   Microsoft C#.Net language
o   Microsoft SQL Server 2005
o   ADO.NET

Hardware Requirements:
Processor       :            Intel Pentium 4 or more
Ram                :            1 GB or more

Hard disk       :            40 GB hard disk recommended for primary partition.
Digital Photography


Description:

The application accept the request from the user like what photos to be printed and what size and no of copies and  will calculate the price after downloading the price information from the database for the different print sizes and show it to the user. The user will enter his/her credit card/other payment option (or choose any other mode of payment) and  once after user order confirmed by the admin, he/she will be getting a mail regarding the photos ordered. If the credit card information is found correct, the photos are uploaded to the server and a purchase order is created in the database.

Existing System: As we all know that what the process of photographs printing is. The user should go to the studio and have to submit the photos for print. And later he has to and collects the printed photographs. This is a tedicious process to carry the photo graphs in a pen drive or CD/DVD.

Proposed System: This is automated System where a customer can have a set of digital photographs in his desktop which he/she wants to print. He/she can provide the application the path to the folder where the photographs are stored and can choose the photos that he/she wants to print and choose the size of the prints. Later he can have credit card transaction details to complete the printing process. Once after user order confirmed by the admin, he/she will be getting a mail regarding the photos ordered

Modules:
Admin: In this module admin will add the photos information and credit card information of the customers and can view all the user details and respective request given by the user and process the request based on the validation. Admin will view the orders and can respond to the orders. Once ordered confirmed mail will be sent to the respective user or customer mail id.
User:  In this module user will register and upload the photos from the system which he wants to request for the print. By giving credit card information he will complete the request process and he can view the request status once it is given. once after user order confirmed by the admin, he/she will be getting a mail regarding the photos ordered


Software requirements:           

o   Microsoft .Net framework 3.5
o   Microsoft Visual Studio 2008
o   Microsoft C#.Net language
o   Microsoft SQL Server 2005
o   ADO.NET


Hardware Requirements:
Processor       :            Intel Pentium 4 or more
Ram                :            1 GB or more

Hard disk       :            40 GB hard disk recommended for primary partition.