Daniel Rivas (danieldotwav)

danieldotwav

Geek Repo

Location:Los Angeles, California

Github PK Tool:Github PK Tool


Organizations
F23-CS131-YUEN-17240

Daniel Rivas's repositories

Pizza-Maker-Form

A Windows Forms application developed in C#. It allows users to create custom pizza orders by selecting various options like size, crust type, and toppings. The application dynamically updates the visual representation of the pizza as well as the pricing based on the user's selections.

Language:C#Stargazers:4Issues:0Issues:0

Out-Of-Order

Out Of Order is a Java-based interactive game designed to test and improve the player's cognitive abilities. In this game, players are presented with a sequence of characters or numbers that are out of order. The challenge is to identify the first element in the sequence that deviates from the sorting order.

Language:JavaStargazers:4Issues:0Issues:0

File-Processing-Using-Binary-Search-Trees

This program implements a binary search tree to store and manage strings. Each node of the tree holds a string and a count indicating the number of times the string has been inserted into the tree.

Language:C++Stargazers:3Issues:0Issues:0

Java-Recursive-Series-Calculator

This program provides a console-based interface to calculate the sum of two distinct mathematical series

Language:JavaStargazers:4Issues:0Issues:0

LinkedQueue-Implementation

A C++ implementation of a queue data structure using singly linked lists. Provides core operations for enqueue, dequeue, and traversal, ensuring efficient dynamic memory management.

Language:C++Stargazers:4Issues:0Issues:0

Auto-Stock-Tracker

A C++ Inventory Management System specializing in tracking, sorting, and printing various records related to car inventories with an interactive user interface.

Language:C++Stargazers:5Issues:0Issues:0

Orthogonal-Coordinate-System-Distance-Calculator

This C++ program calculates the distance between two points represented by their coordinates in a Cartesian plane.

Language:C++Stargazers:4Issues:0Issues:0

Euclids-Algorithm-GCF-Calculator

This console application empowers users to find the GCF of any two integers while also discovering their common factors. It serves as an educational tool for understanding GCF calculations and factors.

Language:C++Stargazers:4Issues:0Issues:0

Triangle-Classifier

This console application allows users to input three side lengths and determine the type of triangle they form. It identifies whether the triangle is equilateral, scalene, or isosceles and if it's a right triangle. The program also validates if the input side lengths can form a valid triangle based on the triangle inequality theorem.

Language:C++Stargazers:4Issues:0Issues:0

Student-Score-Tracker

This C++ program allows you to manage student information, including names and scores.

Language:C++Stargazers:4Issues:0Issues:0

Interactive-Date-Information-App

This C++ program allows users to input a date in the format MM/DD/YYYY and provides a range of information related to that date, including the month name, zodiac sign, and horoscope. It showcases the use of operator overloading, data validation, and conditional statements.

Language:C++Stargazers:4Issues:0Issues:0

Multidimensional-Array-Vector-Operations

This C++ program illustrates various operations on a multidimensional array and a vector, showcasing fundamental concepts in C++ programming. It demonstrates the principles of object-oriented programming, class design, and array/vector manipulation.

Language:C++Stargazers:4Issues:0Issues:0

Geometric-Shapes

This C++ program showcases the concept of object-oriented programming through the implementation of two classes, Rectangle and Box. These classes represent geometric shapes and provide various functionalities related to their properties.

Language:C++Stargazers:4Issues:0Issues:0

Alphabetizer

This C++ program demonstrates two methods for alphabetizing a string of letters. It provides insights into different sorting techniques and their time complexities.

Language:C++Stargazers:5Issues:0Issues:0

Fraction-Arithmetic-Calculator

This C++ program demonstrates basic object-oriented programming principles through the implementation of a Fraction class. It includes constructors, destructor, operator overloading, and exception handling for division by zero. Users can input two fractions, and the program will calculate their sum.

Language:C++Stargazers:4Issues:0Issues:0

Birthday-Date-Validator

A C++ program that validates and displays a user's birthdate, including checks for invalid days, months, and years.

Language:C++Stargazers:4Issues:0Issues:0

Series-Calculator

A C++ program that calculates two different series

Language:C++Stargazers:4Issues:0Issues:0

Student-Database

A C++ program for managing student records including names, majors, and GPAs. This program provides various features for data manipulation and sorting. It allows users to find individual student records, print the entire student registry, and sort the records by last name, major, or GPA.

Language:C++Stargazers:4Issues:0Issues:0

Vehicle-Inventory-Management-System

The "Vehicle Inventory Management System" is a C++ program designed for managing and processing car inventory records. It provides functionality to validate, search, and organize records of cars, allowing users to efficiently manage car inventory data.

Language:C++Stargazers:4Issues:0Issues:0

FitnessTracker

The "Fitness Tracker" is a simple Java program that helps you monitor and record your exercise activities, durations, and dates. Stay on top of your fitness goals with this simple, user-friendly tool.

Language:JavaStargazers:4Issues:0Issues:0

Reverse-Text-Processor

This C++ project is a versatile utility for processing and reversing text data. It reads input from a file, filters and transforms the text, and then generates a reversed version of the text along with useful statistics.

Language:C++Stargazers:4Issues:0Issues:0