Back to HomePage ,
comment !
-
Btech project "Secure Closed Group Communication"
Guide: Prof G. Siva Kumar, IIT Bombay
Description :Peer to peer computing allows users to interact with each other and ???nd and share resources without requiring a centralized server. This gives rise to the need of a
secure group layer which integrates authentication, admission control, authorization, ???ne-
grained access control and key management. We propose a hybrid access control model for
peers in groups requiring multi-level access control. Our approach is adaptive, ???exible
and scalable and integrates aspects of incremental trust, along with role-based and policy
based access control.
BTP first stage Presentation
BTP first stage Report
-
Summer Internship :KFS "Adaptable FileSystem Framework"
Speed Team Intern, IBM
Description : KFS is a research filesystem designed for fine grained flexibility to support a wide variety of file structures and policies. Our aim was to port and optimize KFS for Linux 2.6. Also to evaluate its performance vs existing Linux filesystems (ext2, ext3) for different workloads.
Adapatabele filesystem framework (presentation )
Presented at Ottawa Linux Symposium 2006, (Local link: ofppt)
OLS2006-adaptable filesystem pdf
-
Summer Project : Emacs Plugin for Itrans - Itrans_preview
Guide : Prof G. Siva Kumar, IIT Bombay
Description : Itrans_Preview is WYSIWYG type editor for Itrans(Indian Language Support).This is an Emacs plugin written in "lisp" so that you can view any Itrans file (even latex file's) in a seperate external ps viewer like "ghostview" .
More Details on Project Homepage.
Itrans Preview (Blog)
-
Software Systems: Firefox Extension-ITranslator
Description : Itranslator is firefox extension that converts selected itrans text to Unicode.
ITranslator.xpi
1st stage report for earlier version of firefox extension which used a server for respondin to queries made by extension.
Final stage report Itranslator.
-
Paint Chat
Description : I had made this app which uses paint brush to express yourself and share with others. This uses HTML:Canvas for drawing graphics using javascript, so no sluggish java applet and flash. It uses XMLHttprequest to synchronize paint screen with server. You can share this url with your friends to have a chat with paint brush and use Refresh !! to update your paint screen with that of your friend.
Read about Paint chat.
Try It out : Paint Chat
-
Network Security: Study of Virtual Private Networsks(VPNs)
Description : Aim of this project is to present a comprehensive overview of VPNs. We present
classi???cation of VPNs such as Secure and Trusted VPNs and describe different VPN protocols
such as IPSec, SSL, MPLS. We sketch a comparison between these and how it can help us
on which VPN methodology to use. In this report we also provide a demonstration on working
of IPSec.
VPN project report
-
Language Processing : C Compiler Construction (Spring 2006)
Guide : Prof. Uday Khedkar, IIT Bombay
Description :It involves code generation from input as source language is the IR emitted by the LANCE front end. This involves lexical analysis, syntax analysis, semantic analysis and intermediate code generation, instruction selection using Iburg generated code generator, register allocation.
-
Seminar: Multimedia Databases
Guide : Prof N. L. Sarada , IIT Bombay
Description : A literature survey on Multimedia databases. Studying how advance data structure to represent multimedia data. Also how metadata information is used for storing multimedia data.
Seminar Report (pdf), Seminar Report (html)
Multimedia Database (Presenetation)
Multimedia Database (Blog)
-
Commercial Project : Ethos Web Development
Associated with : Rediff.com
Description : Ethos is a Web Portal and Pan-IIT initiative from the students of IITs, to bring together IIT alumni, faculty, researchers and students.
-
Database and Information System: Open Source Project Database
Description : This provides an interface to deal with project database. You can submit, search, rank projects.This also provides an user login facility to store your projects and other information.
ER model for database
Database Schemas :database_design.sql
-
Shout-Box
Introduction: Read about shout box
Start Shouting !!
-
Del.icio.us Searcher
Search as you type !!
It allows you to search your del.icio.us bookmarks based on tags and title.
- My Del.icio.us Firefox addon (extension) developed by me.
It provides you all functionality of del.icio.us website with a quick access right in your toolbar.
Works with: Firefox 1.5 - 3.0a1
-
Rubik's Cube Timer
, developed by me, it also provides you to calculate average of your cube solving times. The 15sec observation time is auromatically subtracted.
Related link :http://aburad.com/blog/2005/11/solving-rubiks-cube.html
-
Graphics: A seamless composition of input images
A system for seamless image composition using poisson image editing to compose a result image by pasting a region or object from a source image onto a target image. Can also be thought as drag-and-drop pasting.
Check some more details here
-
Abstraction & Paradigms of Programming : Database Handling System
Guide : Prof A S Sanyal, IIT Bombay
Description : A Database Handling System written in scheme providing you a basic functionality of a structured query language.
- Computer Programming & Utilization : Analysing Graphs
Guide : Prof Puspak Bhattacharya, IIT Bombay
Description : A program written in FORTRAN for analysing graphs and their behaviour. Various properties of Graphs like range, domain, maxima, minima etc and also superimposition of graphs.
-
Algorithm and Data Structure:
Course Instructor : A.A. Diwan
A software that compresses files using the Huffman compression .