Friday, 1 May 2015

Log Reader Based Code Analyzer

Our project deals with developing some tools, which help in enhancing the activities at different stages in the software development life cycle (SDLC).
Our tools will fall under the category of CASE tools which enable sophistication during the software development.
We aim at developing two tools, (a) Code Analyzer ( jBrowser ) and (b) Log Reader.
The jBrowser would be a tool that would help the user track control flow between java classes via method calls.
Given a starting point, this tool tracks the entire path within a particular location spotting various method calls under different scenarios.
We aim at building this tool as an effective tool to understand the control flow while reengineering and reverse engineering and as a testing tool which would identify the broken links between the java classes
SYSTEM REQUIREMENTS
Hardware Requirements
Processor : Intel Pentium IV
Clock Speed : 700 MHZ
RAM : 128 MB
Monitor : 14" SVGA Digital Color Monitor
Keyboard : 107 Keys Keyboard
Floppy Drive : 1.44MB
Compact Disk Drive : 700MB
Hard Disk : 20GB
Printer : Canon BJC 2100 SP
Mouse : Logitech Mouse
SOFTWARE REQUIREMENTS
Operating System : Windows 98,2000,xp
Tools : jdk1.5.0
Technologies : Java Swings, JDBC, Servlets

Intruder Detection System Over Abnormal Internet Sequence

This paper reports the design principles and evaluation results of a new experimental hybrid invasion detection system (HIDS).
This hybrid system combines the advantages of low false-positive rate of signature-based invasion detection system (IDS) and the ability of anomaly detection system (ADS) to detect novel unknown attacks.
By mining anomalous traffic sequences from Internet connections, we build an ADS that detects anomalies beyond the capabilities of signature-based SNORT or Bro systems.
A weighted signature generation scheme is developed to integrate ADS with SNORT by extracting signatures from anomalies detected.
HIDS extracts signatures from the output of ADS and adds them into the SNORT signature database for fast and accurate invasion detection.
By testing our HIDS scheme over real-life Internet trace data mixed with 10 days of Massachusetts Institute of Technology/ Lincoln Laboratory (MIT/LL) attack data set, our experimental results show a 60 percent detection rate of the HIDS, compared with 30 percent and 22 percent in using the SNORT and Bro systems, respectively.
This sharp increase in detection rate is obtained with less than 3 percent false alarms. The signatures generated by ADS upgrade the SNORT performance by 33 percent.
The HIDS approach proves the vitality of detecting invasions and anomalies, simultaneously, by automated data mining and signature generation over Internet connection sequences.
SYSTEM REQUIREMENTS
HARDWARE REQUIREMENTS
Processor : Intel Pentium IV
RAM : 512 MB
Hard Disk : 40GB
SOFTWARE REQUIREMENTS
Operating System : Windows 98,2000,xp
Tools : jdk1.5.0
Technologies : Java Swings, JDBC, Servlets

Inventory Management System

There are many items in a departmental store, which are sold to customer and purchased from supplier. An order is placed by the customer-required details, which are listed below:
Item name
Quantity
Delivery time
The order processing executes, look up the stock of each item is available or not then order fulfilled by the management of departmental store.
The system periodically checks the stock of each item if it is found below the reorder level then purchase order placed to the supplier for that item, if the supplier is not able to supply whole order then rest of quantity supplied by the another supplier.
After fulfilled the formalities, bill generated by the system and sent to the customer. Item details maintained by the management this whole process is being done manually.
The work area is to automate the above process or to generate a more efficient system.
ITEM DETAIL TABLE
It contains information about item like item name, minimum quantity in stock, maximum quantity, and reorder status etc.
A. Item code: - It represents the code to identify an item. It helps to search the item
in the stock according to requirement.
B. Item name: - This field shows the name of item.
C. Minimum quantity in stock: - This field helps to know the min-qty in stock.
D. Max quantity: - This field shows max quantity in stock.
E. Reorder status: - This field shows reorder status when quantity goes below to minimum quantity in stock.
Purchase order table
This table contains the information about the purchase order like vender code, order code, supplier name, supplier address, order date, item code, item name, quantity, deliver time etc.
Vender code: - This field determine the code of vender.
Order code :-It determines the code of the order that has been ordered by the customer.
Supplier address: - This field helps to know the address of the supplier.
Order date: - This field shows the date of the order.
Item code: - It determines the code of the item.
Item name: - It contains the name of the item.
Quantity: - It specifies the quantity of the order.
Delivery time: - It shows the time of the deliver.

Network Monitoring for Remote Task Executor

This Project is mainly focused on finding different active nodes connected on the network and to perform different remote operations. The modules in this project are
• Analyzing the network.
• Remote task execution.
• Remote Java properties
• Host task Executor
• Checking Remote Platform
• Shutdown Remote Node
• Adding New Nodes
Before proceeding operation in the remote network. It is necessary to add node name to the system using Add Nodes module.
Once it is done the user can proceed to perform operation on remote system.
In RemoteTaskExecutor the user can perform remote operation such as opening Notepad, Calculator, Shutdown, Winword, Time Execution on remote system by selecting the preferred node.
In Remote Java Properties the user can find the java home path, JVM version and JRE directory in selected node.
In Host Task Executor the user can perform operation such as opening Notepad, Calculator, Shutdown, WinWord, Time Execution only in the particular system. In Remote File Manager the user can choose the remote system and list the files and folders present in the remote system and can able to download in to the host node.
In Checking Remote Platform the user can identify the java home path, JVM version and JRE directory in selected remote node. In Shutdown Remote System the user can perform remote shutdown by specifying time to the remote nodes.
SYSTEM REQUIREMENTS
HARDWARE REQUIREMENTS
Processor : Intel Pentium IV
RAM : 512 MB
Hard Disk : 40GB
SOFTWARE REQUIREMENTS
Operating System : Windows 98,2000,xp
Tools : jdk1.5.0
Technologies : J2SE (network,IO,Swings, Util,crypto)

Hospital Management System

The project Hospital Management system includes registration of patients, storing their details into the system, and also computerized billing in the pharmacy, and labs.
The software has the facility to give a unique id for every patient and stores the details of every patient and the staff automatically.
It includes a search facility to know the current status of each room. User can search availability of a doctor and the details of a patient using the id.
The Hospital Management System can be entered using a username and password. It is accessible either by an administrator or receptionist. Only they can add data into the database.
The data can be retrieved easily. The interface is very user-friendly. The data are well protected for personal use and makes the data processing very fast.
The purpose of the project entitled as “HOSPITAL MANAGEMENT SYSTEM” is to computerize the Front Office Management of Hospital to develop software which is user friendly, simple, fast, and cost – effective.
It deals with the collection of patient’s information, diagnosis details, etc. Traditionally, it was done manually.
The main function of the system is to register and store patient details and doctor details and retrieve these details as and when required, and also to manipulate these details meaningfully System input contains patient details, diagnosis details; while system output is to get these details on to the CRT screen.
A form is a major part of Visual Basic application, which allows the user to enter the data as well as view the result. A control is an object that we draw on a form to enable or enhance user interaction with an applicatio.
Hence a Visual Basic application is a combination of object like forms and controls, procdures that can respond to Events and other general-purpose procedure.
Event procedures are where we do the actual computer programming and are saved with the form in the file with the frm extension.
These procedures are where we write BASIC language statements. You will learn a lot of programming and BASIC language in this course. The BASIC you will learn is very similar to the original BASIC used by Bill Gates and Paul Allen when starting Microsoft.
ADVANTAGES
It is fast, efficient and reliable
Avoids data redundancy and inconsistency
Very user-friendly
Easy accessibility of data
Number of personnel required is considerably less
Provides more security and integrity to data

Mingle Box

Mingle Box is a marketplace where people who need custom software developed can find coders in a safe and business-friendly environment.
Buyers can pick from a pool of registered coders...enabling them to hire a coder across the country or across the globe from the comfort of their computers.
Coders and buyers both can be benefited from this Bidding. Buyers who wish to hire internationally, can take advantage of favorable overseas exchange rates, resulting in work being done for 50-90% less than if the project were done in-country.
Coders are also given access to a huge pool of potential work and have the ability to work independently from their homes rather than for a company
Features of the project:
The proposed web application serves the following range of ads.
• Registration of Coders
• Registration of Buyers
• Adding projects for bidding
• Conduct online bidding
• Selecting coders through bidding
• Payments for the completed work by buyers to coders.
Modules:
The application comprises the following major modules.
• Administration
• Coders
• Buyers
Hard ware Specification :
Processor : Intel P-VI based system
Processor Speed : 250 MHz to 833MHz
RAM : 512MB to 1024 MB
Hard Disk : 2GB to 30GB
Key Board : 104 keys
Software Specification:
Software : Visual Studio .Net 2005
Language : C# .Net
Database : SQL Serve-2005, Oracle-9i
Operating System : Windows 2000,XP,2003
Web Technologies : HTML, Java Script, ASP.NET

Partial Face Recognition Using Core features Of The Face

Face recognition is a wide area which is currently studied by lot of researchers and vendors but still there are some areas that even researchers have not touched.
Partial face recognition can be considered as one of these areas. Few years back researchers considered that partial face recognition is an unrealistic approach because there is less information which can use to recognize a person.
But after the research conducted by researchers like Sato et al (1998), it is proven that partial face region also contain some amount of information that can use to recognition.
By conducting this project, I tried to investigate how far partial face regions involve recognizing individual.
The artifact allows users to input probe images and then the system will determin e individual's face whose belongs that particular face region.
Even though it appears to be a simple process the system should perform intensive amount of work to achieve it. A domain research, which has conducted to identify and study about the problem, related to face recognition, similar system.
Then by analysing it I decided to the area that needed constrain in system research. During system research researcher studied about the fundamentals about the image processing, face detection techniques and face recognition techniques.
Then after analysing them it decided to select appropriate techniques to extract partial face regions and recognize individuals.
The document contains introduction, domain research, system research, project development plan, requirement specification and technical investigation, which contain details about above-mentioned areas.
Finally appropriate image processing techniques, face detection techniques and face recognition techniques were selected and justified along with selection of the project developing methodologies and project developing platforms.
This face recognition system will identify individuals based on characteristics of separate face segmentations and the objectives of the project as follows.
1. Investigation of unique face features of eye, nose and mouth regions for recognises individuals. When it come to separate face regions there are less unique features that help to identify individuals. Identifying unique features of the individuals has being archiving throughout this project.
2. Improve capabilities of the detecting features of local segmentations of face It is necessary to find the efficient algorithm to extract features of the face segmentations.
3. Implement robust, efferent face recognition system based on facts found in the research. A thorough research being carried on face recognition techniques and available algorithm on partial face recognition and choose a appreciate method and implement face recognition system based in it