Pinned Repositories
Ackleys
An implementation of a hill-climbing algorithm as well as a differential evolution algorithm applied to the Ackleys function.
adamhill.dev
New dev site
adamhillphotos.com
My NextJS photo website
adamshillmusic.com
angular-fundamentals-seed
Angular 2+ Fundamentals seed project
AngularNoteNamer
Connect4
A text-based Connect 4 game played for one player versus the AI. The AI's decision-making is based on the minimax algorithm with alpha beta pruning.
gatsby-sudoku
A React/Gatsby sudoku solver
gatsby-typescript-sass-starter
A Gatsby starter based on the default with add TypeScript and Sass support plus linting
PomodoroTimer
A WinForms C# implementation of a Pomodoro timer.
adamhill86's Repositories
adamhill86/Ackleys
An implementation of a hill-climbing algorithm as well as a differential evolution algorithm applied to the Ackleys function.
adamhill86/PomodoroTimer
A WinForms C# implementation of a Pomodoro timer.
adamhill86/adamhill.dev
New dev site
adamhill86/adamhillphotos.com
My NextJS photo website
adamhill86/adamshillmusic.com
adamhill86/angular-fundamentals-seed
Angular 2+ Fundamentals seed project
adamhill86/AngularNoteNamer
adamhill86/Connect4
A text-based Connect 4 game played for one player versus the AI. The AI's decision-making is based on the minimax algorithm with alpha beta pruning.
adamhill86/gatsby-sudoku
A React/Gatsby sudoku solver
adamhill86/gatsby-typescript-sass-starter
A Gatsby starter based on the default with add TypeScript and Sass support plus linting
adamhill86/Matrix
A matrix class created for a class on computational methods. Includes implementations of Row Echelon Form reduction and back solving, LU Decomposition, Jacobi Iteration, Gauss-Seidel, Successive Over-Relaxation, and Power Iteration.
adamhill86/new-music-site
New personal music site written in React/Gatsby
adamhill86/nextjs-typescript-starter
A NextJS starter project using TypeScript and Sass.
adamhill86/ngrx-store-effects-app
Project seed app for our NGRX application using Angular, NGRX Store, Effects, Router Store.
adamhill86/note-game-api
adamhill86/NoteNamer
A note naming game in Unity
adamhill86/NoteNamerAngular
adamhill86/PomodoroQT
A simple pomodoro timer written with the QT framework.
adamhill86/react-hooks-todos
adamhill86/react-sudoku
Updated version my React Sudoku solver
adamhill86/record-db
adamhill86/SecretWalker
An Android app designed to aid teachers implement the secret walker teaching strategy. It allows teachers to add their students to a database and then will randomly select one of them to be the secret walker of the day. It also allows teachers to note whether the student succeeded as the secret walker and make a note regarding their performance.
adamhill86/SokobanSolver
A Sokoban puzzle solver. Created for a class on AI.
adamhill86/Sudoku
A Sudoku solver written for a class on AI. Uses a naive backtracking algorithm as well as the Minimum Remaining Value method to solve a given sudoku puzzle.
adamhill86/SudokuSolverReact
A simple Sudoku solver written with React originally designed for a class on AI. Uses a naive backtracking algorithm to solve a given sudoku puzzle.
adamhill86/tarauhrich.com
adamhill86/TravelingSalesman
A simple java implementation of the traveling salesman problem.
adamhill86/ts.common
Common types and functions for perfective development in TypeScript
adamhill86/valor-point-calculator
adamhill86/WeatherAppAngular
A small weather app using Angular and WeatherUnderground