Side Projects
Here is a collection of some of my side projects, some for aiding investments and coursework, some just for fun.
This is far from a comprehensive list, nor is it tailored to impress. I may upload more as I find the files.
Accuracy is not guaranteed, in fact, some inaccuracy is guaranteed. Not all projects are finished.
Email ajd295@scarletmail.rutgers.edu for support.
Finished Projects
Maple Programs:
A Maple program that queries the Online Encyclopedia of Integer Sequences (OEIS) to search for integer sequences directly from Maple. The function allows users to input a sequence of numbers and retrieve possible OEIS matches automatically.
Notes:
- Input must be sequences, not lists (see comments inside the file).
-
If you receive the error:
Error, (in URL:-Get) protocol "https" not supported or disabled in libcurl
update Maple to a newer version. - Verified Working: 3/9/2026
Java Programs:
A simple program to help visualize complete and random graphs of size n.
Notes:
- Follow prompts in terminal after execution.
- 30 < n < 70 tends to generate the prettiest images.
- Verified Working: 3/9/2026
Unfinished Projects
Java Programs:
A very basic pricing algorithm for rent pricing on prospective investment properties. This calculator does NOT determine MARKET RENT PRICES, instead it determines what rent prices you would have to achieve in order to capture a certain ROI considering initial and recurrent costs.
Notes:
- Formatting for input is available on line 4.
- While I could consider this a finished project, I intend to improve the model in the future.
- Verified Working: 3/9/2026