Pinned Repositories
ACH-File-Sanitizer
This program takes the name of an ACH file as a command line argument and then produces a sanitized version of the file. This includes partial zeroing of card numbers and random character replacement for names.
aidenjn.github.io
Under construction
ants
a game about ants
CS540-Comparing-Disease-Impacts-on-State-Populations
The project will look at the differences and similarities in disease effects on different states in the U.S. during different periods of time. Some of the state information that we want to look into include death rates caused by specific diseases, occurrences of specific diseases, environmental factors that may influence diseases, population density, and how all of these factors changed over time.
MarbleMarcher
A Fractal Physics Game
OGPC_2015
paper_js_mazes
Mazes displayed using Paper.js
RealTimeFaceRecognition
OpenCV Haarcascade and SVM for real time facial tracking and recognition using webcam
bogl-docs
Website for hosting public documentation, including learning materials, for the BoGL programming language.
Personal-Data-Visualization-Tool
A data visualization tool that you can use on your Facebook data.
Aidenjn's Repositories
Aidenjn/aidenjn.github.io
Under construction
Aidenjn/CS540-Comparing-Disease-Impacts-on-State-Populations
The project will look at the differences and similarities in disease effects on different states in the U.S. during different periods of time. Some of the state information that we want to look into include death rates caused by specific diseases, occurrences of specific diseases, environmental factors that may influence diseases, population density, and how all of these factors changed over time.
Aidenjn/MarbleMarcher
A Fractal Physics Game
Aidenjn/paper_js_mazes
Mazes displayed using Paper.js
Aidenjn/RealTimeFaceRecognition
OpenCV Haarcascade and SVM for real time facial tracking and recognition using webcam
Aidenjn/ACH-File-Sanitizer
This program takes the name of an ACH file as a command line argument and then produces a sanitized version of the file. This includes partial zeroing of card numbers and random character replacement for names.
Aidenjn/aidensfineart.com
Website for displaying personal hobby art.
Aidenjn/binaryConverterAndScientifiCalculator
Will convert decimal numbers of any size into binary numbers. Will also function as a basic calculator.
Aidenjn/canvast
Art gallery website
Aidenjn/Card-Number-Validator
Reads in a file of card numbers and then outputs them to a file with pass/fail numbers. Outputs 0 if card number is correct length and passes Luhn. Outputs 1 if card number is correct length and does not pass Luhn. Outputs 2 if card number is incorrect length (Luhn does not matter).
Aidenjn/Card-Validation-Tool
A basic windows form application that can be used to check if a credit card is valid or not based on Luhn's Algorithm and the number's length.
Aidenjn/Card-Validation-Web-Application
A web based implementation of a card validation tool created from the .NET MVC template.
Aidenjn/cs290_final
This is a simple express html/js server that is for displaying movies
Aidenjn/dumpling_chase
Valentine's day gesture for my dear friend.
Aidenjn/Inspiring_Terminal_Messages
Displays inspirational messages for students in the terminal. I quickly wrote this as a TA for my morning lab.
Aidenjn/Jaunty_Munsters
A terminal game made using C++. Created for gaining practice in using inheritance and polymorphism. The concept is monsters battling each other, with the user betting on which ones will win.
Aidenjn/LearningUniverse
This is where all my learning goes ...
Aidenjn/linear-hash-table-implementation
Aidenjn/Luhn-Algorithm-in-C-Sharp
This is a basic implementation of the Luhn Algorithm written in C#.
Aidenjn/Luhn-Algorithm-in-Perl
This is a basic implementation of the Luhn Algorithm written as a Perl subroutine.
Aidenjn/minima
Minima is a one-size-fits-all Jekyll theme for writers.
Aidenjn/officeAdventure
A basic C++ text adventure game.
Aidenjn/optimized-sort-merge-join-implementation
Aidenjn/Pokemon-Go-Terminal-Version
Project for practice with inheritance and polymorphism in C++.
Aidenjn/Practice-Problems
My solutions to problems I solved in preparation for competitions, interviews, hackathons, etc...
Aidenjn/Resume_Maker
Form website for creating resumes.
Aidenjn/Self-Watering-Plant-Display
Code that's running on Aiden Nelson's personal plant watering sytem.
Aidenjn/Shakespearian-insult-generator
This website concatinates stings to generate zaney insults
Aidenjn/sprint0
Aidenjn/Windows-Form-ACH-File-Sanitizer
Select an ACH file from your computer and this program will create a sanitized version of it inside the same directory.