Skip to content
View guymarshall's full-sized avatar
Block or Report

Block or report guymarshall

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
guymarshall/README.md
  • 👋 Hi, I’m @guymarshall!
  • 👀 I’m interested in programming languages to take advantage of the processing capabilities of our laptops, desktops and mobile devices, to help solve issues in the real world.
  • 🌱 I have programming experience in PHP, JavaScript, SQL, Python, and Rust, as well as coding experience in HTML, CSS.
  • 💞️ I’m looking to collaborate on any projects to help me increase my confidence and knowledge in programming.
  • 📫 How to reach me ... guymarshall.c@gmail.com

Popular repositories

  1. spell_checker spell_checker Public

    Use this to scan a directory and all files inside for commonly misspelled words.

    Rust 1

  2. funDevToolPrograms funDevToolPrograms Public

    JavaScript 1

  3. lenovo_vantage lenovo_vantage Public

    A TUI application to replicate the functionality of the Lenovo Vantage application that can currently only be downloaded via the Microsoft Store. This can be used to alter various BIOS settings. My…

    Rust 1

  4. guymarshall guymarshall Public

    Config files for my GitHub profile.

  5. multiplicative_persistence multiplicative_persistence Public

    Multiply all the digits of a number together to form another number. Repeat the process until the result is less than 10. Display the number of steps this took.

    Rust

  6. collatz_conjecture collatz_conjecture Public

    This brute-forces the Collatz Conjecture in the hope of finding a number that does not converge to 4 -> 2 -> 1.

    Rust