Skip to content
View jaredball's full-sized avatar

Block or report jaredball

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jaredball/README.md

Jared Ball

Aspiring Software Developer

I’m a recent SUNY Oswego graduate with a Bachelor of Science in Computer Science. My focus has been primarily on backend languages and tools, where I’ve gained valuable experience and knowledge from some really awesome people. I enjoy learning, solving problems, and bringing ideas to life. Feel free to explore my repositories to see what I’ve been working on!

Languages and Tools

Python

Java

C

Golang

Linux

GitHub

Git

Docker

Postman


Statistics

Pinned Loading

  1. business-recommendation-system business-recommendation-system Public

    This Java application recommends similar businesses based on reviews using TF-IDF calculation. It parses JSON files containing business and review data, calculates review weights, and displays top …

    Java

  2. ta-grading-system ta-grading-system Public

    This Python program automates grading by extracting key data from student submissions using regular expressions. It generates HTML reports with the submission details and scores, creates a summary…

    Python

  3. turing-machine turing-machine Public

    This C program simulates a Turing Machine using a doubly linked list to represent the tape. It reads input from a file to initialize the tape, define states, and execute transitions based on specif…

    C

  4. vital-sense vital-sense Public

    This GitHub repository contains code and instructions for building a simple SpO2 and heart rate monitoring system using an Arduino Uno and a MAX30105 sensor. The Arduino C++ code reads sensor data…

    C++ 1

  5. nor-converter nor-converter Public

    This Clojure program converts logical expressions with `and`, `or`, and `not` into forms using only `nor`, then simplifies them using symbolic rules. It recursively processes expressions and suppor…

    Clojure

  6. pattern-matcher pattern-matcher Public

    This Scala project implements a pattern matcher using recursive descent parsing. It supports character matching, wildcards, concatenation, alternation, and optional patterns while building an Abstr…

    Scala