Jacob Harrington's repositories
leetcode
Leetcode practice problem solutions here.
LatteLarry
Learning Swift and building application out for a friend. Handles many things coffee, primarily acts as a Roasting RDT timer.
IOS-and-Swift-Bootcamp
Learning to develop with IOS via Udemy Course
QPasswordRegex
Created a means for enforcing a password policy with QRegularExpression and quickly tested it's effectiveness.
Sandbox
Practicing various technologies here
QtCoreUdemy
Familiarizing with Qt for work at Fotokem.
Spotify_bot
Worked with Spotify API to create a means for syncing my liked playlist to one that is publicly visible, maintaining track order.
PolitiPredict
Personal project turned research opportunity. Using NLP to determine political bias in text.
ScalaPractice
Learning Scala for interview assessment
kronos
Personal project : web application determines political bias of entered quotes. Trained on 10000 politicized Reddit quotes and further fueled from continually ingested news articles. See preview.mov / preview.png
Groupie
Social Event Planning Web Application - Utilizes Maven, Springboot, React.js, Java, and Tailwind CSS
AI_Local_Search
Program combines hillclimbing and simulated annealing techniques to create puzzles that are quantifiably challenging.
AI_Naive_Bayesian_Learning
Program ingests from training set 1200 input emails discussing four topics. After processing these files, it is able to classify emails from the test set to one of the four topics based on word usage.
CSCI270Algos
Practicing algorithms covered in coursework here.
Sorting
Implementations of various sorting algorithms
Image_Processing
Image filtering of .bmp files to include gaussian blur, sobel kernel, and sharpening.
Trees
Implementation of a Binary Search Tree and self-balancing AVL Tree with exhaustive testing.
Scrabble
Fully functioning command line Scrabble that allows for up to 8 players, human/cpu. Note that CPU players are optimized to scan the board and always choose their best move.
Google_pageRank
See pagerank.pdf for overview
recursion_csci_170
Recursion homework assignment for Discrete Methods
TacoBoutIt
Restaurant menu application using PHP, MySQL, Bootstrap CSS, and Vanilla JS