Pinned Repositories
10763_foreignExchange
UVA problem #10763 - Foreign Exchange
Basic-Quiz-Program
Reads questions and corresponding answers from a document. Displays a question randomly, asks for an answer, asks the user if it was correct, etc. Not too fancy.
CognitoSignIn
Sample repo for setting up sign up/in/out with aws cognito
discordBotTemple
It's a discord bot written for Temple. The end goal is to replace the cocktail of strange odds-and-ends bots that populate the server.
DnD-Discord-Bot
Bot that is intended to be used for assistance in calculations and record-keeping in Dungeons and Dragons. Uses the Discord.py API.
Engineering-Statistics-Notes
Notes written in LaTeX. Can be compiled using anything that supports the use of LaTeX.
FifteenSquare
A sliding block puzzle on a 4x4 grid.
OLC-Riichi-Mahjong
Upon completion, it will use OLC 2.0 to render a game of Riichi Mahjong to the screen. Upon being workable with CPU players, locally-hosted server play will be doable.
OLGA
Open-source Language Guided Assistant
Tabletop-Dice-Adder-GUI
Takes some number of d4, d6, d8, d10, d12, d20, rolls them, and adds the totals together. Puts it onto a semi-nice-looking GUI made in WPF.
jBenderToledo's Repositories
jBenderToledo/Engineering-Statistics-Notes
Notes written in LaTeX. Can be compiled using anything that supports the use of LaTeX.
jBenderToledo/Tabletop-Dice-Adder-GUI
Takes some number of d4, d6, d8, d10, d12, d20, rolls them, and adds the totals together. Puts it onto a semi-nice-looking GUI made in WPF.
jBenderToledo/10763_foreignExchange
UVA problem #10763 - Foreign Exchange
jBenderToledo/Basic-Quiz-Program
Reads questions and corresponding answers from a document. Displays a question randomly, asks for an answer, asks the user if it was correct, etc. Not too fancy.
jBenderToledo/CognitoSignIn
Sample repo for setting up sign up/in/out with aws cognito
jBenderToledo/discordBotTemple
It's a discord bot written for Temple. The end goal is to replace the cocktail of strange odds-and-ends bots that populate the server.
jBenderToledo/DnD-Discord-Bot
Bot that is intended to be used for assistance in calculations and record-keeping in Dungeons and Dragons. Uses the Discord.py API.
jBenderToledo/FifteenSquare
A sliding block puzzle on a 4x4 grid.
jBenderToledo/OLC-Riichi-Mahjong
Upon completion, it will use OLC 2.0 to render a game of Riichi Mahjong to the screen. Upon being workable with CPU players, locally-hosted server play will be doable.
jBenderToledo/OLGA
Open-source Language Guided Assistant
jBenderToledo/ProjectEuler197
jBenderToledo/TriviaGame
Basic trivia game I made to refresh myself on how inheritance works in Java and also learning from a textbook about the linked list data structure.
jBenderToledo/Windows-Console-Text-GUI-API
Snake implemented in C++ by key inputs from the user. Currently a work in progress.