You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Educational project demonstrating stack-based buffer overflow vulnerabilities, including exploitation techniques and modern OS defense mechanisms (ASLR, NX, stack canaries), implemented in C for controlled lab environments (Information Technology Security, UNIWA).
Introductory C programming examples demonstrating modular functions, recursion (Towers of Hanoi), Taylor series for sine/cosine, and menu-driven mathematical operations (Computer Programming, UNIWA).
Python-based local search engine for academic papers from arXiv, featuring web crawling, text processing, inverted indexing, and ranked retrieval (Information Retrieval, UNIWA).
IoT laboratory project implementing an automated traffic light system using Arduino UNO, ESP-01 (ESP8266), and ThingSpeak, enabling real-time monitoring and remote control of traffic signal states via cloud communication (Internet of Things, UNIWA).
Academic cryptography project implementing RSA encryption, decryption, digital signatures, and X.509 certificate verification in C using the OpenSSL BIGNUM (BN) library, bridging theoretical cryptography with real-world security applications (Information Technology Security, UNIWA).
SQL laboratory project for demonstrating the creation and management of triggers in a personnel database. Includes examples of BEFORE UPDATE, AFTER INSERT/UPDATE/DELETE triggers to automate data validation, enforce business rules, and maintain consistency (Databases II, UNIWA).
SQL laboratory project demonstrating advanced SELECT queries, nested and correlated subqueries, and relational database analysis on a personnel management schema (Databases I, UNIWA).
Big Data Management project analyzing the relationship between unemployment, poverty, and police killings in U.S. states (2015–2016) using K-Means clustering and socio-economic data analysis (Big Data Management, UNIWA).
Circuit Theory lab project studying resonance in RLC series and parallel circuits, combining theoretical analysis, Multisim simulations, and experimental measurements of impedance, current, and overvoltage phenomena (Circuit Theory, UNIWA).
Documentation-centric Information Systems project for focusing on the Cash Management Subsystem of a unified health sector information system, including SCRUM planning, Zachman Framework modeling, BPMN/UML diagrams, WBS, and Gantt scheduling (Design and Development of Information Systems, UNIWA).
Information Systems Analysis project modeling a real estate marketing process using UML use cases, IDEF0/IDEF3, DFDs, ER modeling, and structured process decomposition (Analysis and Design of Information Systems, UNIWA).
MPI laboratory project demonstrating parallel sequence verification using point-to-point communication. Distributes sequences across multiple processors to check ascending order and identify the first element violating the order (Introduction to Parallel Computing, UNIWA).
Academic security project demonstrating an Android repackaging attack, where a legitimate APK is disassembled, modified with malicious smali code, re-signed, and redeployed to perform privacy-invasive actions such as contact deletion and location tracking (Information Technology Security, UNIWA).
Semester project implementing an interactive 3D graphics scene using WebGL, featuring geometric modeling, transformations, animations, texture mapping, and mouse-based interaction (Computer Graphics, UNIWA).