Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.49 KB

README.md

File metadata and controls

42 lines (29 loc) · 2.49 KB

portfolios

-- UPDATE -- Date: January 25th, 2023

  • Portfolio - 2019 to 2023
  • This is an outdated portfolio repo.
  • Plan to implement more in depth projects that would be considered useful, and have their own usefulness in their respective focuses.

This Github repo contains projects I have done, academically and personally. Displaying the applications of concepts, and usage that I have learned to apply into my own projects. In which have been very useful, when developing these personal projects into fruition.

UPDATE (Jan 4th, 2023)

  • These are the first portfolio projects that I posted on github, the date shown is the day that started to keep track of the portfolios that I have developed over the course of my career.

Bridges Mountains

Korea_Image

Bridges Andrews

Visualizing a Convex Hull around the United States. Using Bridges API. United States Bridges Andrews

Forest

Forest Generated using C++ and SFML RandomForest

Forest when Wind is being generated in the simulation RandomForestWind

Hand-Gesture Detection

When implementing this hand detection, the idea was using this implementation for ROS development. To do interaction with hardware, such as when we detect a users hand, the robot would be able to detect through this detection.

Hand-Gesture-Recognition_Image

Linear Algebra Framework

This image shows how many test cases if the framework passing, for deployment. Applying end-to-end testing, for testing output of the framework, such as addition, subtraction, multiplication, and other basic features of matrices arithmetic. LinearAlgebraTests

Data Structures Folder

Here, in this folder are just some data structures implementation both implemented during data structures, and discrete mathematics. While also utilizing templates.

Including topics that were covered in discrete mathematics, such as set theory, demorgans law, and graph theory implemented in C++.