I am currently working on an auto-correct program in java that will be able to read
a user's input and return a corrected output. It will do so by reading the input,
sectioning out each word and comparing it to a .txt file that will contain an organized
list of words. By breaking down the inputs into seperate Strings by word, I can iterate
over the sentence, completing corrections as needed. Current version on Github.
Made a visualization of the flocking algorithm in javascript. The main concepts of this algorithm are
alignment, separation, and cohesion. It also utilizes a steering method: Desired_velocity - current_velocity.
THIS POST IS WIP SO THERE MAY BE SOME ISSUES WITH THE UPLOAD!!!