ppthreefive
Full stack software developer with a Bachelors in Computer Science at Arizona State University. Proficient in Java, Swift, JavaScript, HTML, C/C#/C++ languages.
Goodyear, Arizona
Pinned Repositories
Arctic-Sea-Ice-Small-Network-Analyzer-
This program is designed to represent climatological data of the beaufort sea region as a graph, and then we compute characteristics of it to determine if it is a small-world graph. This program specifically uses the data set gathered from the SMMR-SSM/I passive microwave data set and finds anomalies, so that it is more amenable to statistical analysis.
ASP.NET-Multithreading-ProducerConsumer
This program takes advantage of multithreading techniques such as buffer resource locking with multiple threads. This program takes advantage of C# signaling techniques such as using delegate methods.
EncodeDecodeProject
Encode (compress) strings using sorting algorithms, and then decode (decompress) them.
Jeopardy-Java-ppthreefive
Here I created a simple console based Jeopardy game using Java.
LeaderboardAPI
This is a private repository for a REST leaderboard API written in ASP.NET Core.
Quizzler-Android
Android application made as an example from course at Udemy.com.
RESTful-BingMapsAPI-ServicesTesting
This service and corresponding TryIt.aspx page allows testing of the free RESTful Bing Maps API provided by Microsoft.
RESTful-SimpleDistanceConversionService
This service was purely created to test a creation of a RESTful web service. The base functionality includes distance conversion (Miles to Kilometers, and vice versa).
Storm-Data-Analyzer
This program is designed to manage storm event data and answer queries based on storm data given in a comma separated values file (.csv). These .csv files contain storm data, and fatality data based on the storm events in the given year.
Wetha-Android-App
A simple Android Weather App using the free weather.gov RESTful APIs.
ppthreefive's Repositories
ppthreefive/RESTful-SimpleDistanceConversionService
This service was purely created to test a creation of a RESTful web service. The base functionality includes distance conversion (Miles to Kilometers, and vice versa).
ppthreefive/RESTful-BingMapsAPI-ServicesTesting
This service and corresponding TryIt.aspx page allows testing of the free RESTful Bing Maps API provided by Microsoft.
ppthreefive/Arctic-Sea-Ice-Small-Network-Analyzer-
This program is designed to represent climatological data of the beaufort sea region as a graph, and then we compute characteristics of it to determine if it is a small-world graph. This program specifically uses the data set gathered from the SMMR-SSM/I passive microwave data set and finds anomalies, so that it is more amenable to statistical analysis.
ppthreefive/ASP.NET-Multithreading-ProducerConsumer
This program takes advantage of multithreading techniques such as buffer resource locking with multiple threads. This program takes advantage of C# signaling techniques such as using delegate methods.
ppthreefive/EncodeDecodeProject
Encode (compress) strings using sorting algorithms, and then decode (decompress) them.
ppthreefive/Jeopardy-Java-ppthreefive
Here I created a simple console based Jeopardy game using Java.
ppthreefive/Storm-Data-Analyzer
This program is designed to manage storm event data and answer queries based on storm data given in a comma separated values file (.csv). These .csv files contain storm data, and fatality data based on the storm events in the given year.
ppthreefive/Wetha-Android-App
A simple Android Weather App using the free weather.gov RESTful APIs.
ppthreefive/LeaderboardAPI
This is a private repository for a REST leaderboard API written in ASP.NET Core.
ppthreefive/ArrayStack-PostFixEvaluator-Java-ppthreefive
Here I implemented a Post-fix Evaulator using an ArrayStack (using StackADT requirements).
ppthreefive/BankLineSim-LinkedQueue-Java-ppthreefive
Here I created a simple Bank Line simulator using a Linked Queue in java.
ppthreefive/BinarySearchTree-Java-ppthreefive
Here I created a basic example of a binary search tree using employees written in java.
ppthreefive/BMI_Calculator_ppthreefive
Created a simple BMI Calculator for Android.
ppthreefive/Clima-Android-ppthreefive
This Android app is a basic Weather app that uses the OpenWeatherMap API. This demonstrates the use of JSON objects, and outside dependencies.
ppthreefive/CSE360_TeamProject
GUI to help analyze grades
ppthreefive/destini-android-ppthreefive
destini-android-ppthreefive created by GitHub Classroom
ppthreefive/Dicee-ppthreefive
Completed dice rolling application for Android.
ppthreefive/Direct-Mapped-Cache-Sim-Java-ppthreefive
Here I created a direct mapped cache simulator using Java.
ppthreefive/DoublyLinkedList-Generics-Java-ppthreefive
Here is a fully implemented Doubly-LinkedList using generics, with an employee object as an example.
ppthreefive/Hardware-Multiplier-Java-ppthreefive
Here I created a hardware multiplier simulated using Java.
ppthreefive/HashSet-java-ppthreefive
Here I show the fundamentals of how a HashSet works using clients as an example in java.
ppthreefive/HashTable-Java-ppthreefive
Here I created a basic example using clients of how to use Hash Tables, and how they work.
ppthreefive/i-am-poor-android-ppthreefive
Sample I am poor app for Android.
ppthreefive/JTabbedPane-FileIO-Java-ppthreefive
Here I created a simple JTabbedPane application GUI that displays an inventory of cars (that can be saved and loaded).
ppthreefive/magic-8-ball-android-ppthreefive
Created a Magic 8 Ball app from Udemy.com
ppthreefive/Mini-MIPS-Assembler-ppthreefive
Here I created a mini MIPS assembler that compiles instructions into machine code for MIPS processors.
ppthreefive/Minted-ppthreefive
Sample "I am rich" app for Android.
ppthreefive/Portfolio
ppthreefive/Sorting-Routines-Java-ppthreefive
Here I display all kinds of sorting routines using Java, with a launcher class that tests them.
ppthreefive/TreeSet-Java-ppthreefive
Here I display basic fundamentals of how a TreeSet works in java.