Skip to content
View RobertCarrUTA's full-sized avatar
💻
💻

Highlights

  • Pro
Block or Report

Block or report RobertCarrUTA

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. Raytheon-2023-Unmanned-Aircraft-Systems-UAS-University-Innovation-Showcase-Competition Raytheon-2023-Unmanned-Aircraft-Systems-UAS-University-Innovation-Showcase-Competition Public

    This is my personal backup of the 2023 UTA Raytheon project, which enables a UAV to autonomously navigate while detecting and engaging unmanned ground vehicles. With this code, we won first place.

    Python 2

  2. UTAReviews-Android UTAReviews-Android Public

    UTA Reviews, an Android app written in Java meant to compete with RateMyProfessor, allowed verified UTA students to rate and review all UTA staff (over 5,000). Students as well as teachers could th…

    Java 3 1

  3. C-Multithreaded-Substring-Search C-Multithreaded-Substring-Search Public

    Multithreading is used in this program to improve the efficiency of searching for substrings within large strings. POSIX thread libraries were used to support multiple threads. Standard C/C++ threa…

    C 1

  4. Mavs-Arboretum-Store Mavs-Arboretum-Store Public

    This C++17 project offers a friendly user interface for a hypothetical gardening store (using the C++ gtkmm library). The store's structure is based on a number of classes that work together throug…

    C++ 1

  5. Memory-Allocation-C Memory-Allocation-C Public

    For this program, I implemented my own algorithms in C for First Fit, Next Fit, Best Fit, and Worst Fit. Additionally, I have implemented my own malloc, calloc, realloc, free, and growHeap functions.

    C++ 2

  6. Python-Facial-Reconstruction Python-Facial-Reconstruction Public

    This Python project reconstructs faces from image datasets using Linear Algebra concepts. To reconstruct the face, the mean facial image of the dataset is computed, and then the eigenfaces are scal…

    Jupyter Notebook 1