Skip to content
View DataGhost4B3's full-sized avatar

Block or report DataGhost4B3

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. random-int-fractal random-int-fractal Public

    Inspired from a Numberphile video, this is a fractal generator I made using numpy and matplotlib back in Dec 2020. It leverages the pseudorandom integers generated by randint to produce a very famo…

    Python

  2. binToDecJS binToDecJS Public

    Binary to decimal converter in JavaScript without using any dedicated libraries for radix conversion. I lack expertise in regex so I used explicit string manipulation to get the job done. Originall…

    JavaScript

  3. Py3ClassicSnake Py3ClassicSnake Public

    A prototype clone of the classic 2D top-down snake game in Python 3 using pygame. Originally made in April 2023

    Python

  4. Rock-Paper-Scissor Rock-Paper-Scissor Public

    A simple text-based rock-paper-scissor game to be played against the Computer.

    Python

  5. TowerOfHanoi TowerOfHanoi Public

    2 programs to print the steps and produce a text-based simulation of the Tower of Hanoi game using the least number of moves, one of which is recursive.

    Python

  6. recursive_binary_search recursive_binary_search Public

    Binary search implemented recursively using Python and Java.

    Java