Skip to content
View bellkyle's full-sized avatar

Block or report bellkyle

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. Green-Object-Finder Green-Object-Finder Public

    This program utilizes the OpenCV API in order to find the green object in a picture. I am currently working on making so that the program will then display a new image on top of the green object.

    Python

  2. Angry-Bricks Angry-Bricks Public

    This program uses OpenGL API to create a brick and allow the user to launch the brick like in the game Angry Birds.

    C++

  3. Caesar-Cipher-Android-App Caesar-Cipher-Android-App Public

    This is a simple android application that can create a Caesar Cipher. I am planning on adding more functionality and ciphers to this app.

    Java

  4. Cryptography Cryptography Public

    Repository for Cryptography Homework

    Java 1

  5. Study-tools Study-tools Public

    Program to read in definitions and key terms from a file and then have the user type the correct key term for the definition given

    C++

  6. Uniform-Cost-Search Uniform-Cost-Search Public

    This program implement the Uniform Cost Search and A* Search. Left click activates Uniform Cost Search and right click activates A* search.

    Java