-
PrivateLine: A privacy-focused, end-to-end encrypted messaging platform utilizing a combination of asymmetric (RSA-OAEP) and symmetric (AES-256) encryption techniques to ensure message confidentiality.
-
Web-Vulnerability-Scanner: A tool designed to identify common security vulnerabilities in web applications, including XSS, SQL Injection, SSRF, IDOR, and common misconfigurations.
-
Packet Analysis and Attack Detection: Designed to capture and analyze network packets.
-
PowerShell Monitoring: Monitors system performance, disk usage, and event logs.
-
Azure-Security-Monitoring: A PowerShell tool that monitors Azure security configurations and alerts administrators to potential vulnerabilities and compliance issues.
-
Neural-Network-Python: A basic example of a feed-forward neural network (multi-layer perceptron) for binary classification problems, implemented using TensorFlow and Keras.
-
Numerical Integration: Supports three widely-used numerical integration methods: Composite Simpson’s Rule, Composite Trapezoidal Rule, and Composite Midpoint Rule.
-
Decision Tree: An implementation of a Decision Tree Algorithm.
-
Web-Server: A simple web server implemented in C/C++ using TCP sockets, capable of handling connections from multiple clients (up to 10) on port 30000, accepting and parsing HTTP requests, and serving static HTML files.
-
Network-Test: A Python script that uses the ping3 library to send ICMP, TCP, or UDP packets to a specified host, measuring round-trip time. Useful for troubleshooting network connectivity issues.
-
Smart-Music-Android: An Android application that implements simple chatbot functionality using Retrofit and Gson libraries to interact with a remote API, suggesting music based on a user's mood.
-
Melody-Generator: A Python script that allows users to create random melodies in a specified key, with specific BPM and time signature. The generated melodies can be saved as MIDI files.
-
Smart-Music-Go: A basic web application written in Go that interacts with the Spotify API to suggest music tracks to users.
-
Flappy Bird: Flappy Bird clone built with C++
-
Rock Paper Scissors: A command-line based game of Rock Paper Scissors.