Follow me on Linkedin

InterProcess Communication

InterProcess Communication Interprocess communication (IPC) is the transfer of data among processes.    five types of interprocess communication:        1)Shared memory permits processes to communicate by simply reading and           writing to a specified memory location.        2)Mapped memory is similar to shared memory, except that it is associated with a           file in the filesystem.        3)Pipes permit sequential...

Some Applications Of PhotoShop

Painting effect: --->Open an image > Press ctrl+ J to create a duplicate layer --->Go to filter > Other >High Pass >1.5 radius >ok --->Go to filter >Artistic >film grain filter > 0,19,10 --->Highlight Area is the most important value. In most cases you'll notice that a value between18-20 will give you the best results. --->Change the blending mode to overlay --->Go to filter >artistic > cutout > 8,0,3 ( try values between 6-8.) --->Press ctrl +J to create another copy of background copy --->Filter/Artistic/Poster...

Tips for Students Who is Preparing for Placement

Here are some tips to the students who is preparing for Placement. The first thing is Dress Code.     One should remember that the first impression is the best impression. Hence it is advisable to come well dressed. The dress code for boys is normally a dark coloured pant with light coloured full hands shirt with tucked in. They are expected to wear shoes and for ladies it is a light coloured dress. However, I have observed that...

Anil K Jain - Fundamentals of Digital Image Processing Download

Author : Anil K Jain Book : Fundamentals of Digital Image Processing Publisher : Prentice Hall Description: Presents a thorough overview of the major topics of digital image processing, beginning with the basic mathematical tools needed for the subject. Includes a comprehensive chapter on stochastic models for digital image processing.Covers aspects of image representation including luminance, color, spatial and temporal properties...

Theory Of Computing - ebook Download

Author: Peter Linz Book : An Introduction to Formal Languages and Automata Publisher: Jones & Bartlett Publishers; 3rd edition Format: pdf Language: English Description : An Introduction to Formal Language and Automata By Peter Linz 3 rd Edition Download Link : Click Here ( Mediafire ) Download Link : Click Here (Google Drive)   ( Click Ctrl + S in Google drive to download ) Tags : An Introduction...

Amazon Interview Experience - Ankur Arora

                                                       By :  Ankur Arora So this is for all of you, who are going to attend Amazon’s Placement drive at SASTRA on 13th-14th August, 2013. I have been approached by a lot of juniors who want to know about the process Amazon follows, so I suppose this...

Implementing data link layer framing method bit stuffing in java Program

         Implementing data link layer framing method bit stuffing in java Program import java.io.*; public class aslamjai { public static void main(String args[]) throws IOException { int temp; int data[]=new int[8]; int flag[]=new int[5]; int fdata[]=new int[25]; int fidata[]=new int[25]; DataInputStream obj= new DataInputStream(System.in); System.out.println("Enter the Data Bits....."); ...

a