Skip to content
View DevPatel8873's full-sized avatar

Block or report DevPatel8873

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. LangPalz LangPalz Public

    HackTCNJ 2022 Best command line hack winner. Uses google cloud translation API to actively translate user entered answers to play a fun image recognition game in many different languages. Programme…

    Python 1

  2. Scrabble Scrabble Public

    Interactive Scrabble word game developed in Java Swing to provide an intuitive GUI and online word API. Developed using Java Swing.

    Java 1

  3. Linked-List-Line-Editor Linked-List-Line-Editor Public

    Uses linked lists to edit a text file line by line. Text based UI in the terminal.

    Java 1

  4. Recursive-Base-Converter Recursive-Base-Converter Public

    Uses recursion to convert any decimal base number to any base specified by the user. Used text based UI in the terminal.

    Java 1

  5. Morse-Code-Translator Morse-Code-Translator Public

    Uses a binary tree to take user inputted morse code text and translates it using recursion.

    Java 1

  6. Emergency-Room-Queues Emergency-Room-Queues Public

    Uses queues in java to simulate an emergency room waiting room. Prioritizes critical patients with a text based UI in the terminal.

    Java