-
example-python-package Public template
A collection of (almost) modern best practices implemented in a simple package template.
Python MIT License UpdatedDec 24, 2024 -
templates Public
Forked from devcontainers/templatesRepository for Dev Container Templates that are managed by Dev Container spec maintainers. See https://github.com/devcontainers/template-starter to create your own!
Shell MIT License UpdatedDec 13, 2024 -
wsl-setup Public
Steps to configure a WSL instance for development work.
Shell MIT License UpdatedDec 1, 2024 -
ground-texture-sim Public
Simulate realistic ground textures for use in downward facing monocular SLAM applications.
-
manual-image-transformation Public
Manual implementation of feature detectors/descriptors and subsequent transformation between images for CPE 645.
Python UpdatedAug 31, 2024 -
-
tutorial-template Public template
Forked from readthedocs/tutorial-templateTemplate for the Read the Docs tutorial
Python UpdatedMay 25, 2024 -
k-armed-bandit Public
Implementation of the k-Armed Bandit reinforcement learning problem and associated solvers.
-
-
ssw567-github-api Public
A SSW 567 project to retrieve information from GitHub's API
Python UpdatedDec 9, 2022 -
docker-cpp-stages Public
A template for using multistage Docker builds on C++ projects.
-
cpp-unit-test-example Public
An example triangle classification function to demonstrate unit testing and code coverage.
C++ MIT License UpdatedMar 12, 2022 -
A homework assignment to test a function that classifies triangles based on their side lengths.
-
ssw567-triangle-qa Public
Homework assignment 2 involving testing of someone else's triangle classification program.
Python UpdatedSep 17, 2021 -
-
turtlesim_teleop Public
A practice ROS2 package to control the turtlesim robot.
C++ MIT License UpdatedApr 4, 2021 -
algorithms Public
A collection of implementations from my Algorithms class.
C++ GNU General Public License v3.0 UpdatedJan 27, 2021 -
mnist-viewer Public
A simple GUI to view and train a neural network on MNIST using LibTorch (C++ Frontend for PyTorch). This project is primarily to practice all the tools and features of Qt and PyTorch.