This project develops a critical tool for Crime Scene Investigators (CSI) to compute estimated times of death based on body temperature analysis. Designed to facilitate rapid on-scene assessments, the system allows investigators to input the body temperature and quickly receive estimates of the time since death. The software categorizes body temperature into three groups--children, adults, and seniors-- to provide accurate predictions tailored to different physiological profiles. This application is a vital aid in forensic investigations, enhancing the efficiency and accuracy of preliminary death investigations.
This project features a Bluetooth-enabled alphanumeric password generator designed to address the challenges of creating secure and complex passwords. Utilizing Arduino technology with a Bluetooth module and an LCD display, the device allows for the generation and display of random passwords controlled via a mobile device. This system combines security, ease of use, and accessibility, making it a practical solution for real-time password management. The project demonstrates the innovative use of IoT components to bridge functionality with enhanced user interaction.
This project introduces a Library Book Management System designed to enhance small library operations. Utilizing a Binary Search Tree (BST), the system efficiently manages and sorts a collection of books by title, author, genre, and series. This structure not only optimizes search operations, allowing users to find books quickly but also facilitates easy book management including additions, deletions, and modifications. Aimed at improving library services through structured data handling, this application demonstrates a blend of classic data structures with modern library needs.
This project introduces a BASH-based monitoring system designed to help system administrators manage disk space and directory usage efficiently on Linux systems. It specifically tracks the sizes of user and document directories, alerting administrators in realtime when usage exceeds predefined limits. This proactive approach prevents performance degradation and system failure by ensuring critical resources remain under control. The scrip is a vital tool for maintaining optimal system performance and stability, showcasing practical application of shell scripting in system management.