Pinned Repositories
Assembly_Fun_MASM
Some MASM assembly programs that I've done for fun/practice.
auth0-link-accounts-sample
Examples of how to implement account linking
Autobattler
A command line autobattler game that I used to practice OOP principles in C++
Bloom_Filter_Password_Check
A used-password checker and bloom filter implementation
crowd_sourced_shopping_app
Oregon State University CS 467 Spring 2022 Capstone Project - Crowd Sourced Shopping App by: Lucas Moyle, Ciarra Murphy, Rayna Nakao, and Marodin Shahbaz Yourghanlo
Frontier_Courier
Frontier_Courier_Game
A little command line game that I made to practice OOP in C++ that I'm actually kind of proud of. The player tries to survive traversing a graph of terrain nodes and maximize profit at the expense of survival supplies. Not super complex but the gameplay came out surprisingly well. I'd like to remake it and expand it one day.
gsd-database
Global Security Database
gsd-project
Global Security Database Project
gsd-tools
Global Security Database Tools
lmoyle1989's Repositories
lmoyle1989/Assembly_Fun_MASM
Some MASM assembly programs that I've done for fun/practice.
lmoyle1989/auth0-link-accounts-sample
Examples of how to implement account linking
lmoyle1989/Autobattler
A command line autobattler game that I used to practice OOP principles in C++
lmoyle1989/Bloom_Filter_Password_Check
A used-password checker and bloom filter implementation
lmoyle1989/crowd_sourced_shopping_app
Oregon State University CS 467 Spring 2022 Capstone Project - Crowd Sourced Shopping App by: Lucas Moyle, Ciarra Murphy, Rayna Nakao, and Marodin Shahbaz Yourghanlo
lmoyle1989/Frontier_Courier
lmoyle1989/Frontier_Courier_Game
A little command line game that I made to practice OOP in C++ that I'm actually kind of proud of. The player tries to survive traversing a graph of terrain nodes and maximize profit at the expense of survival supplies. Not super complex but the gameplay came out surprisingly well. I'd like to remake it and expand it one day.
lmoyle1989/gsd-database
Global Security Database
lmoyle1989/gsd-project
Global Security Database Project
lmoyle1989/gsd-tools
Global Security Database Tools
lmoyle1989/Mini_ERP_MoPa
A web app for simple enterprise software. Provides a frontend & node.js backend for the user to view/add/modify/remove customers, products, parts, BOMs, and inventory
lmoyle1989/my_journal
Journal App
lmoyle1989/SmallShell
This is a a unix/bash-like quasi-shell for me to practice systems coding and the unix API. See code comments for more details.
lmoyle1989/sortmethods
Me practicing sort methods
lmoyle1989/Spell_Checker
A spell check and hashmap implementation practice project that I made. Uses the levenshtein distance to provide alternatives to a misspelled word.
lmoyle1989/TOTP_GoogleAuth
A TOTP implementation in Python for use with the google authenticator app.
lmoyle1989/validator-matchers
RSpec matchers for your custom validator unit testing