Skip to content
View OxPirates's full-sized avatar

Block or report OxPirates

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

    Forked from crossbario/autobahn-java

    WebSocket & WAMP 2 in Java for Android

    Java

  2. MagicSquareGenerator MagicSquareGenerator Public

    A normal magic square, henceforth referred to as a magic square, is an arrangement of integers from 1 to n2 arranged in an n by n grid. Each number occurs only once, and the sum of the numbers in e…

    Java

  3. BallPoolGame BallPoolGame Public

    Problem Statement A game of pool is played on a frictionless rectangular table. Imagine that the table is represented by the coordinates (0,0), (0, 142), (284, 142) and (284,0) where the coordinate…

    Java 1

  4. NumberToTextConverter NumberToTextConverter Public

    Problem Statement The user enters an integer between 0 and 1,000,000 inclusive. The output should be the number in words. Example: Input: 14563 Output: Fourteen thousand five hundred and sixty three.

    Java

  5. NQueensSolution NQueensSolution Public

    N-by-N Queens Problem One of the oldest chess based problems is to place 8 queens on a chessboard without the queens attacking each other. (If you are not familiar with chess, a queen can attack an…

    Java

  6. NStringSorting NStringSorting Public

    Sanjay gives you a list of N strings and a task to solve. The task is to remove all the duplicate strings from the list and print the resulting list of strings in a sorted order. Input: The first l…

    Java