Tuesday, 20 November 2012

java program for inter process communication over a connection less service (using UDP)

 Program
Setup a inter process communication over a connection less service (using UDP)


 udpserver.java

import  java.io.*;
import java.net.*;
class udpserver
{public static void main(String args[]) throws Exception
{
DatagramSocket serversocket=new DatagramSocket(9876);
byte[] senddata=new byte[1024];
byte[] receivedata=new byte[1024];
while(true)
{
System.out.println("server side");
DatagramPacket receivepacket=new DatagramPacket(receivedata,receivedata.length);
serversocket.receive(receivepacket);
String sentence=new String(recievepacket.getData());

System.out.println("from server:"+replysentence);

InetAddress ipaddress=receivepacket.getAddress();
int port=receivepacket.setPort();

BufferedReader infromuser=new BufferedReader(new InputSreamReader(System.in));
System.out.println("Enter a message:");
String serversentence=infromuser.readLine();

senddata=sentence.getBytes();
DatagramPacket sendpacket=new DatagramPacket(senddata,senddata.length,ipaddress,port);
serversocket.send(sendpacket);

}}}

--------------------------------------------------------------------------------------------------------------
 udpclient.java

import  java.io.*;
import java.net.*;
class udpclient
{public static void main(String args[]) throws Exception
{
DatagramSocket clientsocket=new DatagramSocket();
InetAddress ipaddress=InetAddress.getByName("192.168.1.141");
clientsocket.close();

byte[] senddata=new byte[1024];
byte[] receivedata=new byte[1024];
System.out.println("client side");
BufferedReader infromuser=new BufferedReader(new InputSreamReader(System.in));
System.out.println("Enter a message:");
String sentence=infromuser.readLine();

senddata=sentence.getBytes();
DatagramPacket sendpacket=new DatagramPacket(senddata,senddata.length,ipaddress,9876);
clientsocket.send(sendpacket);

DatagramPacket receivepacket=new DatagramPackeet(receivedata,receivedata.length);
clientsocket.receive(receivepacket);
String replysentence=new String(recievepacket.getData());
System.out.println("from server:"+replysentence);

clientsocket.close();

}}}


java Program to implement multiply by using RMI

Program
java Program to implement multiply by using RMI


server.java

import java.rmi.*;
import java.rmi.server.*;
import java.net.*;
public class Server extends UnicastRemoteObject implements multiply
{
public Server() throws RemoteException
{
}
public static void main(String args[])throws Exception
{
System.out.println("server starts");
Server s=new Server();
Naming.rebind("Server",s);
}
public int multiply(int x1,int y1)
{
return(x1*y1);
}
}

Sunday, 11 November 2012

Optical Interconnects for High-Performance Computing IEEE Seminar Reports and ppt Free Download

 Name : Optical Interconnects for High-Performance Computing

Abstract : Read Optical Interconnects for High-Performance Computing (Visit Link)

  Publication Date : Feb.15, 2012  

Author(s): Taubenblatt, M.A.   

Product Type:    Journals & Magazines 



ATM terminal design is based on fingerprint recognition IEEE seminar reports+ppt

Seminar Name : ATM using fingerprint
Read Abstract   Visit IEEE
This paper appears in:
Computer Engineering and Technology (ICCET), 2010 2nd International Conference on
Date of Conference: 16-18 April 2010
Author(s): Yun Yang
Sch. of Electr. & Inf. Eng., Shaanxi Univ. of Sci. & Technol., Xi'an, China
Product Type: Conference Publications


EYE OS , THE CLOUD OPERATING SYSTEM Seminar Reports And ppt

Name: EYE OS , THE  CLOUD OPERATING SYSTEM
Author :
Introduction
  • A cloud OS simply refers to an operating system that resides on the Web and you can access to it anytime, anywhere as long as you have an Internet connection. 
  • Interface filled with a complete suite of desktop applications.
  • Can act as a standalone operating system.

Effect of network factors on VoIP IEEE seminar PPT

Article  Name : Effect of network factors on VoIP  
                             Read Full Abstract

 More Details...

This paper appears in:
Advanced Communication Technology (ICACT), 2011 13th International Conference on
Date of Conference: 13-16 Feb. 2011
Author(s): Jongkuk Lee
ETRI, Daejeon, South Korea
Kidong Nam Daeyoung Kim


Saturday, 10 November 2012

DATALEAKAGE DETECTION SEMINAR REPORT AND PPT


IEEE Seminar topic : DATALEAKAGE DETECTION SEMINAR REPORT AND PPT
Author :
Download full ppt

MIME Seminar Report and PPT


Abstract
                                                                                           
 Continuous patient monitoring requires real-time processing of signals over a long period of time, varying from few hours to many days, depending on the patient’s medical condition and the symptoms being monitored. For example, in fall monitoring, movement-related information is required to distinguish normal activities of daily living (ADL) from abnormal. It requires continuous monitoring during daytime, in which a person is engaged in many day-to-day activities, as shown in the extensive survey on monitoring human movements to detect falls. Monitoring of sleep-related fall and other disorders such as apnea, requires data for 8 h during the night, in which a person is often found less active. With the study of sizeable data collected over the past from passive monitoring, researchers are now interested in studying physiological signals for early detection, prevention, and prediction of anomalous events.
                   The passive monitoring systems consist of simple off-the shelf cameras and on/off sensors placed on doors, toilets, beds, chairs in the individual’s living area, to monitor his/her activities. In addition, the system provides reminders for medication and similar instructions. When people interact with the environment, infrared or pressure sensors on the floor or bed are triggered and the system is able to recognize an abnormal activity, such as a fall.

Friday, 9 November 2012

How to delete Flashvortex.com Ad from Banner

Hi friends, Today i am  discuss about how to remove Flashvortex.com advertise from your banner . Flashvortex is a online flash banner generating site.using this we can generate your own banner easy and simple without any knowledge in flash. But major disadvantage of free user is show  a water mark ads in bottom right corner .This ads remove only after purchase a premium membership .

Just follow below steps to easy to remove ads ...!!

Step 1:

  • SWix is a free version software used to edit .swf files

 

Tuesday, 6 November 2012

Windows 8 Minimum System Requirements


To run Windows 8, Microsoft recommends using a computer  that has at least:
  • 1 GHz or faster processor
  • 1 GB RAM (32-bit) or 2 GB RAM (64-bit)
  • 16 GB available hard disk space (32-bit) or 20 GB (64-bit)
  • DirectX 9 graphics device with WDDM 10 or higher driver
      This is the minimum required for Windows 8 to run, and there are some few caveats you need to be aware of: