Skip to content
View OranjeMaan's full-sized avatar
Block or Report

Block or report OranjeMaan

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. Prime-Factorization Prime-Factorization Public

    This python code is inputed an integer and returns the factors and the amount each factor is used to make the integer. It will also return a message if the input wasn't an integer or if it was a pr…

    Python 2

  2. Encrypt-And-Decrypt Encrypt-And-Decrypt Public

    This Python Code does encryption and decryption in both the Caesar Cipher and the Vingenere Cipher

    Python 1 3

  3. Hello-World Hello-World Public

    This is my first repository

  4. Barebones-Clicker Barebones-Clicker Public

    This is the barebones of an idle game, being made less of a barebones.

    JavaScript

  5. Quadratic-Equation-Solver Quadratic-Equation-Solver Public

    The code shall display the roots of the quadratic equation ax^2 + bx + c given the values of a, b, and c. If a = 0, and therefore making the equation not quadratic, the code shall stop. If the quad…

    Python

  6. Text-Writer-And-Text-to-Array Text-Writer-And-Text-to-Array Public

    This Python script does two things. 1) Writes a text file based on input 2) Takes the previous used text file to sort its items into arrays based by tag

    Python