Software Projects:
Garments Management Information System
In this project the operational procedures of two garments factory is surveyed for Requirement Analysis. Software for automation of storage and production departments and their sub-departments are designed using Use-Case, ER, Class, Collaboration and Sequence Diagrams and implemented using standard software engineering practices using J2SE at front end and Oracle at back end
Implementation of Data Link Layer (DLL)
In this project Full Duplex, Fault Tolerant DLL is implemented using Framing, Error Control using CRC and Flow Control using go-back-to-N protocol
Implementation of UNIX Memory Management System
An Efficient Dynamic Memory Manager was implemented using variable block size which was capable of dynamic allocation, release of memory and block merging, splitting
Implementation of UNIX File System
In this project an efficient and flexible File System was implemented using modern file system methodologies which include use of Super Block, Inode and other related data structures
Virtual Art Gallery:
Using OpenGL an art gallery is modeled in this project. Archway, Domical roof, Human and all other components are modeled using mathematical functions and OpenGL primitives without using any readymade model. A Car is also modeled using Bezier patches. Texture mapping, Lighting, Collision detection and Sounds are used which makes this model truly realistic.
Inventory Management System
The inventory operations are automated in this project using Java at front end and Oracle at back end. Information about Products, Supplier, Payment, Transaction and Employee are managed. Trigger is also used for automatic event notification.
Hotel Management System:
GUI is created by handwritten code. Records are managed using java file system which provides password management, searching, customized query and dynamic editing. Image and Audio are also integrated.
Payroll System:
Payroll management system is implemented in C. In this project Graphical User Interface like windows is implemented using primitive C graphics.
E-Commerce
Online Shopping Site is implemented using Java Servlets
Microprocessor in Verilog:
Using modular design approach Registers, ALU, Memory and Control unit is designed, implemented and integrated and whole processor is simulated in Verilog
Hardware Projects:
Smart Room(http://smartroom.awardspace.com)
Smart room is capable of controlling electrical devices autonomously based on people in room, light and temperature status. Devices can be controlled also using Voice Command and Bluetooth enabled handheld devices. J2ME, Microsoft Speech SDK, C# and off-the-shelf SSI components are used in this project
Design and Implementation of 4 Bit Computer
Data-path and Micro-programmed Control-Unit of a 4 Bit Computer are designed which is capable of executing memory and non-memory referencing 29 instructions including PUSH, POP, CALL and implemented using off-the-shelf SSI ICs.