Skip to content
View isabellaboone's full-sized avatar
🎧
🎧
  • 20:44 (UTC -04:00)
Block or Report

Block or report isabellaboone

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
isabellaboone/README.md

Hi there 👋

Pinned

  1. Chemical-Database-Visualizer Chemical-Database-Visualizer Public

    This project utilizes enterprise architecture patterns to create a database to store chemicals. Has a GUI to display chemicals inside the database, and supports specific database queries to search …

    Java 1

  2. RSA-Cracking RSA-Cracking Public

    This project was written to crack high bit RSA keys using Pollard Rho's prime factorization and threading. This was completed for Operating Systems (CMPE320) in Spring 2021.

    C 2

  3. Shell-Project Shell-Project Public

    A custom made shell to execute commands. Supports input/output redirection, piping, .bashrc, and environment variables. Completed for Operating Systems (CMPE320) in Spring 2021.

    C

  4. Database-Visualizer Database-Visualizer Public

    This project has the logic to generate information to replicate a video game environment and then display the contents of the database in a GUI. Completed for Database Management Systems (CSC371) i…

    Java