Sucheta Kulkarni

Student at Kls gogte institute of technology

Studied at Mary immaculate girls high school mumbai

javascript: mouse

This code shows you how to use the dynamic language of javascript to change the web page dynamically

processes in usp

process is an instance of a program running in Linux. This is the basic definition that you might have heard before. Though its simple enough to understand but still lets elaborate a bit for the beginners

Unix System Programming : POSIX

Unix is an Operating System which is truly the base of all Operating Systems like Ubuntu, Solaris, POSIX, etc. It was developed in the 1970s by Ken Thompson, Dennis Ritchie, and others in the AT&T Laboratories. It was originally meant for programmers developing software rather than non-programmers.

duplicate system functionality

he dup() system call creates a copy of a file descriptor. It uses the lowest-numbered unused descriptor for the new descriptor. If the copy is successfully created, then the original and copy file descriptors may be used interchangeably. They both refer to the same open file description and thus share file offset and file status flags.

Photo diode

A photodiode is a semiconductor device that converts light into an electrical current. The current is generated when photons are absorbed in the photodiode. Photodiodes may contain optical filters, built-in lenses, and may have large or small surface areas.

CALCULUS OF VARIANCE

This will help you in mathematics to find out variance , etc. As maths is widely used in all fields it is compulsory to know these basic stuff.

Configuration limits

Limiting user processes is important for running a stable system. To limit user process, you have just to set shell limit by adding: a user name or group name or all users

flow past immersed bodies

Immersed Bodies, Flow Around and Drag. External flows past objects encompass a variety of fluid mechanics phenomena. The character of the flow field depends on the shape of the object.

Engineering Mathematics: joint pdf

This includes basics on how to go about with joint pdf and distributions

Java: two dimensional array coding

Basically , arrays are of 3 types , single ,2-D and multi-D. this document will give you the knowledge of how to use 2-D arrays in different ways and also the syntax and where it is of the most use.

Computer Networks: Encryption and decryption

It is very important to encrypt and decrypt a message sent. This c code uses the RSA algorithm to do the same.

AJAX: asynchronous javascript and XML

This powerpoint includes the basics of AJAX and how you send a http request and how we receive a http response the powerpoint is made keeping in mind the appropriate and apt points needed to develop a good webpage.