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

Block or report mariahrucker

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
mariahrucker/README.md
patronus = "Thestral"
magical_gift = "Parseltongue"
magical_professor = "Potions"
magical_leadership = "Auror"
wand = "Black Walnut Wood with a Phoenix Core 12 ¼ and Unyielding Flexibility"
blood_status = "Half Blood"
spell = "Protego Maxima"
hogwarts_house = "Gryffinclaw"

Blog Posts

LeetCode

Hard

Medium

Easy

Pinned

  1. Tic-Tac-Toe Tic-Tac-Toe Public

    Python implementation of the classic Tic Tac Toe game. The game is played on a 3x3 board, where the player and the AI opponent take turns placing their moves on the board.

    Python 2 2

  2. Secure-Random-Password-Generator Secure-Random-Password-Generator Public

    Generates a secure random password that is composed of characters from four different character sets: uppercase letters, lowercase letters, digits, and symbols.

    Java 1 2

  3. Hangman Hangman Public

    The game is played by guessing letters to complete a hidden word. The player has a limited number of guesses before the game is over.

    JavaScript 1 1

  4. Secret-Communication Secret-Communication Public

    An image and message encryption/decryption tool. It uses the SHA-256 hashing algorithm to store and compare passwords, and bitwise XOR encryption to encrypt both the image and message.

    C++ 1 1