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

Block or report BJones47

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

Pinned

  1. 2d-Platformer 2d-Platformer Public

    This is a personal project in which I made a 2d platformer game on the unity engine with the help of tutorials and assets by Brackeys.

    C#

  2. Snake-Ai Snake-Ai Public

    Using python and reinforcement learning, an AI will be able to play snake.

    Python

  3. Json-Scanner-and-Recursive-Descent-Parser Json-Scanner-and-Recursive-Descent-Parser Public

    This program will act as a scanner and a recursive descent parser using the C language.

    C

  4. Linear-Regression Linear-Regression Public

    Using machine learning, get the features and labels from the csv and perform cross fold validation and linear regression.

    Python

  5. Java-language-interpreter Java-language-interpreter Public

    Using Java, interpret a custom language called mybrainhurts

    Java

  6. BankProject BankProject Public

    Reads a csv file filled with account data from various made up banks and uses a hash map to look up each account. After logging into the account the user may make a deposit, withdrawal, view balanc…

    C++