Random Other Projects

In a Variety of Languages

Created a python script to do the accounting for my Amazon business. Amazon would provide a monthly raw CSV file of all transactions and I made a script to categorize product charges, Amazon fees, refunds, referrals, inventory fees, lost/damaged, service fees, and a couple more details. After the accounting was done with dates, transaction name, and category I also extracted other useful information on the sales like top sellers, most likely items to break or get 'lost' to inform future decisions.

Used a bit of machine learning to verify the most important attributes that contribute to a successful product listing. Things like title, keywords, date added, pictures, description, price, seller rating, reviews, PPC, and category were used to determine which influenced ranking the most which means more sales. I used information gain from the random forest algorithm to conclude that date added, pictures, and title were the biggest contributors to successful listings.

Currently learning about procedural level generation using wave function collapse. I have started with a small 2D tilemap in Unity and am going to then try to do it in 3D.

Currently working through a gingerbread house tutorial that's about half way done. I am practicing sculpting to make character avatars and I really want to remake a full enigma machine that can be imported into Unity and made to work in VR.

Currently working through a couple of tutorials on multithreading to understand it better. I have done it before in Java for my Android app and want to do it in C++ because that's the language I feel all around most comfortable in.