Some of the software projects I did before, during and after KReSIT life are:
MyWebServer This is a webserver written in Java, with lots of optimizations and very good multithreading and parallelization. Very small and did good for small embedded applications.
Mail Client Simple, non-bloat alternative to MS Outlook. Developed in Java and MS Access. This was my project in B.E.
Image Compressor This is a image compressor, capable of compressing the picture upto desired size, by varying the compression ratio by switching between lossy and lossless compression. Did this just after school. Fiddled around and wrote an algorithm based on RLE (Then, I thought, I found something ;) )
Stegenographer This is a software in the C language, which writes hidden data into a picture and extracts message from such pictures. This too was did just after school.
Fuzzy Logic Control of Dumb Devices Presented this paper in The Government College of Engineering, Tirunelveli. This Paper dealt with implementation issues concerning control of dumb devices using a centralised Fuzzy logic controller.
XmlSecure - A secure XML DBMS This is the first major project I did. Done in IIT for the DBMS course, this project encompasses a total network capable DBMS, which stores data in XML and can serve queries based on the security level of the querying entity. More information on this project can be found
here.
DistriChat This too was done in IIT for my first semester course project. This is a totally distributed chat mechanism. Something to the effect of Skype, but even more distributed in the sense that it almost doesnt require a server at all. I did this for the Foundation-Lab. Did shape out well. I did a mistake by not growing it into an opensource project. The best thing about this is the time frame. I did this in 2002, years before Skype was visualized.
Will add other projects when I have time.