Skip to content
View dawsonpelter's full-sized avatar

Block or report dawsonpelter

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Popular repositories Loading

  1. Wordle-Project Wordle-Project Public

    Welcome to my Wordle Clone, a console-based version of the popular word-guessing game, implemented entirely in C++. This was my first major coding project and it demonstrates file handling, string …

    C++

  2. Inventory-Processing-And-Analysis Inventory-Processing-And-Analysis Public

    Inventory Processing & Analysis is a console-based C++ program that reads product data from a file and performs sorting, understock checking, and warehouse price averaging. The project demonstrates…

    C++

  3. Vulnerability-Management-Toolkit Vulnerability-Management-Toolkit Public

    This project is a vulnerability management & risk prioritization toolkit that combines Python automation with structured analysis in Excel. It demonstrates querying public security APIs, correlatin…

    Python

  4. IntegerSet-Class-Implementation IntegerSet-Class-Implementation Public

    IntegerSet Class Implementation is a C++ program that manages sets of integers from 0 to 15 using a boolean vector. The class supports insertion, deletion, union, intersection, equality checks, and…

    C++