Skip to content
View AusBoone's full-sized avatar

Block or report AusBoone

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AusBoone/README.md

Hi there 👋

🛠️ Projects

Cybersecurity

  • 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.

Data Science and Machine Learning

  • 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.

Networking

  • 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.

Music and Creative Projects

  • 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.

Web Development

Game Development

Pinned Loading

  1. PrivateLine PrivateLine Public

    This project aims to create a privacy-focused, end-to-end encrypted messaging platform.

    JavaScript

  2. Web-Server Web-Server Public

    This is a simple web server in C/C++ using TCP sockets. My server is able to handle connections from multiple clients (maximum of 10) using port number 30000 as the listening port, accept and parse…

    C++

  3. Neural-Network-Python Neural-Network-Python Public

    This model is a basic example of a feed-forward neural network (also known as a multi-layer perceptron) that could be used for binary classification problems.

    Python

  4. Melody-Generator Melody-Generator Public

    Creates harmonically coherent random melodies using a repeating motif and rhythmic patterns defined by key, chord progression, BPM, and time signature. It supports both GUI and CLI interfaces for e…

    Python 3

  5. Smart-Music-Android Smart-Music-Android Public

    An Android application that implements a simple chatbot functionality using Retrofit and Gson libraries to interact with a remote API to suggest music based on a users mood.

    Java 2 1

  6. Smart-Music-Go Smart-Music-Go Public

    A basic web application that interacts with the Spotify API.

    Go