Pinned Repositories
advent-of-code-2022
Repo with my Advent of Code 2022 solutions, in C#
AdventOfCode2021
Solutions to the Advent of Code 2021
budget-planner
Chess
Chess game made in Unity
custom-backup
A custom console application to handle creating and compressing backups of local files based on a configuration
custom-wishlist
A simple site using a React frontend and .Net Core backend to create wishlists of items spanning multiple sites / stores
frontend-mentor
My solutions to https://www.frontendmentor.io/ challenges
habit-tracker
portfolio
A repo for my portfolio site
Stock_Profit_Calculator
A python program that takes a Trading212 history .csv and calculates the total sales and dividend profit for tax purposes
JamieKennedy's Repositories
JamieKennedy/Stock_Profit_Calculator
A python program that takes a Trading212 history .csv and calculates the total sales and dividend profit for tax purposes
JamieKennedy/advent-of-code-2022
Repo with my Advent of Code 2022 solutions, in C#
JamieKennedy/AdventOfCode2021
Solutions to the Advent of Code 2021
JamieKennedy/budget-planner
JamieKennedy/Chess
Chess game made in Unity
JamieKennedy/custom-backup
A custom console application to handle creating and compressing backups of local files based on a configuration
JamieKennedy/custom-wishlist
A simple site using a React frontend and .Net Core backend to create wishlists of items spanning multiple sites / stores
JamieKennedy/expense-repayment-tracker
JamieKennedy/frontend-mentor
My solutions to https://www.frontendmentor.io/ challenges
JamieKennedy/habit-tracker
JamieKennedy/portfolio
A repo for my portfolio site
JamieKennedy/Conways_Game_Of_Life
A C# command line implementation of conway's game of life
JamieKennedy/CryptoTrading
C# .Net Crypto Trading Bot using Coinbase Pro API
JamieKennedy/DailyGoalsTracker
A web app that allows you to add daily goals and track their progress
JamieKennedy/HashingAlgorithms
Implementation of various hashing algorithms
JamieKennedy/identity-service
A microservice to handle identity and auth for all my projects
JamieKennedy/JamieKennedy
JamieKennedy/maze_solver
python maze solver using the A* algorithm
JamieKennedy/mock-api
A mock to use when playing around with new frontend technologies / ideas
JamieKennedy/Motorway-Traffic-Simulator
Motorway Traffic Simulator
JamieKennedy/ProjectEuler
My solutions to Project Euler tasks in C#
JamieKennedy/Random_Entry_Crypto_Trading
A crypto trading algorithm using the coinbase api with random entry positions
JamieKennedy/Rosetta-Code
Solutions for various tasks on http://rosettacode.org/
JamieKennedy/substitution-cipher-crack
A python program that will attempt to crack and return the key for a given substitution cipher
JamieKennedy/swr-auth-demo
A demo of using SWR for data fetching using auto re-validating jwt authentication
JamieKennedy/tourney
A tournament creator site
JamieKennedy/WaveFunctionCollapseSudokuSolver
A sudoku solver written in C# using the Wave Function Collapse Algorithm
JamieKennedy/wordle-solver