-
2D Platformer I started in December 2022. 5 Levels of prebuilt progression (with a boss fight) and 4 levels of procedurally generated levels using the Unity Tilemap2D system.
C# UpdatedNov 24, 2024 -
SpotifyPlaylistMaker Public
Python program that uses the Spotify API to run clustering algorithm on the genres of a users' liked songs. The genres are clustered into four groups with likeness and then placed into four created…
Python UpdatedOct 11, 2024 -
-
3DHorrorGame Public
Using my new PC to finally build a cool 3D game with some PCG perhaps.
C# UpdatedSep 24, 2024 -
Machine-Learning-Practice Public
Practice for all my machine learning shenanigans
Python UpdatedAug 29, 2024 -
SpotifyAPIAccountInformation Public
A program that utilizes the SpotifyAPI to give users extra information related to their Spotify account. This project was spurred by interest using APIs and the need to know more about my own Spoti…
Python UpdatedJun 7, 2024 -
python-mini-project Public
Forked from ndleah/python-mini-project🙌 Welcome open-source Python mini-project contributions!
Python MIT License UpdatedJun 7, 2024 -
Contribute-To-This-Project Public
Forked from Syknapse/Contribute-To-This-ProjectThis project is waiting for your contribution. If you have never contributed code on GitHub before, this is the project to get you started.
HTML MIT License UpdatedJun 7, 2024 -
-
JobFinder Public
A python bot that uses selenium and current listings on glassdoor. It will take your resume and skills, parse for most important and compare your skills to those scraped from the Glassdoor jobs. Th…
Python UpdatedMay 17, 2024 -
jafurman.github.io Public
Personal portfolio website. Has links to all my creations and showcases some of the projects that I've made over the years. It has bare HTML, CSS, and JavaScript.
HTML UpdatedMay 5, 2024 -
-
A Python web crawler who's frontier is composed of subreddits. All urls with .../r and have the word "cat" in the html somewhere are stored in a MongoDB (local) database. Then a Flask connection ma…
Python UpdatedFeb 26, 2024 -
CNNImageRecognizer Public
Simple NN to classify 32 x 32 pixel images into 10 classifications. More to come.
Python UpdatedFeb 24, 2024 -
JDBCxPostgres Public
Using a JDBC I connected PgAdmin for a mock bus trip management system.
Java UpdatedNov 30, 2023 -
CPPCrawler-Parser Public
Starting from the Computer Science department web page, a scraper stores documents in a MongoDB database until the 'Permanent Faculty' page was found. Then a parser.py file will index the informati…
Python UpdatedNov 25, 2023 -
InvertedIndexManager Public
Using database tables in PostgreSQL connected via python to manage an inverted index.
Python UpdatedOct 24, 2023 -
-
BasicSearchEngine Public
Given a query of {dogs and cats} and 3 documents from a .csv file, the precision and recall of the given query is returned after scoring the documents.
Python UpdatedSep 18, 2023 -
-
These problems involve the concept of neural networks using popular ML Python libraries
Python UpdatedApr 17, 2023 -
-
-
NQueenSort Public
Uses two different method to solve the problem of "N-Queen Sort"
Java UpdatedMar 6, 2023 -
Three files in here. There should be decision_tree2.py, knn.py, and naive_bayes.py
Python UpdatedFeb 26, 2023 -
A short Python ML that will calculate entropy and gain of a set of csv data.
Python UpdatedFeb 12, 2023 -
Christmas-Top-Down-2D Public
C# scripted 2D collaborated game for CS4700 at CPP. This was a group project I took lead in. There are three levels, a boss fight, a run away timed level, and a gift placement level. Play as Santa …
C# UpdatedDec 6, 2022 -
Unity2DPlatformer Public
A c# scripted platformer with my own additions. I made every sprite and piece in this project myself. It started off as as school project but I really enjoyed it and wanted to complete the game mys…
C# UpdatedNov 3, 2022 -
A small game that I made with some bare Java and a GUI with jpanel. It isn't finished, but I loved creating the map and getting some basic game fundamentals. I don't think I knew exactly what I was…
Java UpdatedSep 8, 2022 -