Skip to content
View dylanturnerfly's full-sized avatar

Block or report dylanturnerfly

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 Loading

  1. Digit-and-Facial-Recognition---Neural-Network Digit-and-Facial-Recognition---Neural-Network Public

    This project includes a 2 layer neural network and a perceptron, both of which were trained for classifying faces and digits.

    Python

  2. Maze-Generator-and-Path-Finder Maze-Generator-and-Path-Finder Public

    This was the first project of my Artificial Intelligence class. It includes a Mazer Generator based on DFS, as well as a Solver based on A*. Step by step visualizations of both are included, as wel…

    JavaScript

  3. Robotics-Assignment-1 Robotics-Assignment-1 Public

    This project explores various concepts of computational robotics, including validating and generating rotation matrices, interpolating rigid body movements, and simulating the motion of a two-link …

    Python

  4. Store-Management-App Store-Management-App Public

    This is an app that I developed to learn Android Studio. It includes functionality for managing orders from a restaurant. Users can add items to their cart from the menu, place their order, export …

    Java 1

  5. Roster-Manager---Software-Methodology Roster-Manager---Software-Methodology Public

    This is a project I developed using JavaFX during my Software Methodology class. It serves as a Tuition and Roster manager for a University.

    Java

  6. Custom-Shell---Systems-Programming Custom-Shell---Systems-Programming Public

    Simple custom command-line shell, similar to bash or zsh. Developed during my Systems Programming class.

    C