Skip to content
View jnapolit's full-sized avatar

Block or report jnapolit

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Calculator Calculator Public

    User inputs an equation which contains only one digit in infix notation and then the program outputs it in postfix notation, then solves it

    Java

  2. BracketMatcher BracketMatcher Public

    The user inputs an equation and the application outputs whether all of the brackets match up. If they do not it identifies where the issue is. I implemented the stack rather than using the built in…

    Java

  3. StockExchange StockExchange Public

    Application allows the user to choose to buy or sell, all while keeping track of their capital gain. I implemented the data structure queue

    Java

  4. GuessingGame GuessingGame Public

    Application which allows the user to play an interactive game in the terminal against the computer. There are different levels and the user must guess the number the computer is 'thinking' of. I im…

    Java

  5. Caesar-Cipher Caesar-Cipher Public

    Allows the user to encode and decode messages by entering a cipher shift. Does all of this in a GUI

    Python

  6. WordCloud WordCloud Public

    Creates a word cloud for the user by reading text in from a text file called test

    Python