Skip to content
View wanger26's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report wanger26

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

  1. CardCity CardCity Public

    This program has three card games (Crazy 8's, Go Fish and War) using Java

    Java

  2. VolumeCalculator VolumeCalculator Public

    This program will prompt the user to pick a shape and then enter its dimensions to calculate its volume. The user then has the ability to continue entering shapes and their dimensions or to quit th…

    Python

  3. FilteringTweets FilteringTweets Public

    This program will calculate the Sentimental Values of Tweets and give them a happiness rating beased on what time zone (Pacific, Mountain, Central and Eastern time zones.

    Python

  4. GettingLastItemInAList GettingLastItemInAList Public

    Getting the last item in a list in Prolog

    Prolog

  5. N-Queens N-Queens Public

    A solution the N-Queen problem in Prolog. The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other

    Prolog 1

  6. ValidityOfUPCCode ValidityOfUPCCode Public

    Checks if a UPC Code is valid or not using ARM. If the UPC code is found to be valid, r0 will be equal to 1, otherwise r0 will be equal to 2.

    Assembly