Skip to content
View Alexander-Mair's full-sized avatar
  • Leamington Spa

Block or report Alexander-Mair

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

Popular repositories Loading

  1. CS-NumberWord CS-NumberWord Public

    program that takes an integer from 0-99999 and returns that integer in words. For example 99999 would be ninety-nine thousand nine hundred and ninety-nine

    C#

  2. nine_lives_with_two_players nine_lives_with_two_players Public

    game of "nine lives" with two players. Player 1 inputs a word and player 2 has to guess the word letter by letter. Player 2 can choose how many lives they have and has the option of guessing the wh…

    C++

  3. Java-NumberWords Java-NumberWords Public

    program that takes an integer from 0-99999 and returns that integer in words. For example 99999 would be ninety-nine thousand nine hundred and ninety-nine. Implemented in Maven with unit tests

    Java

  4. Landmine Landmine Public

    Text adventure where player has to cross a minefield without being blown up.

    C++

  5. password-generator password-generator Public

    Spring Boot Rest API that generates a unique password with two randomly chosen words and a random number

    Java

  6. palindrome-finder palindrome-finder Public

    Spring Boot REST API that loads in a text from a specified URL and returns information about the size and frequency of the palindromic words it contains. Data is returned in the form of JSON packets

    Java