Pinned Repositories
Footsteps
This is a ASP.NET CORE MVC Web Application for keeping track of everywhere you have been and the footprints you have left across the world.
FreeCell
This is a console-based free cell game using data structures I created (such as my own Array structure, Doubly-Linked list structure, and Stack structures).
Mandelbrot
Multi-Threaded Concurrent Mandelbrot Image Creator
Media-Player
Custom media player for Windows built with WPF using C# and Xaml.
Paint
A simple paint program built in WPF using C# and XAML. It features basic shapes, drawing, variable thicknesses, and color choosers for both fill and border. It also has the ability to select/unselect an object, change the Z-Order of an object, resize, and remove objects.
Food-info-bar-code-scanner
This app scans a barcode using Google Play Services Motion Vision API and looks up the nutrient info and ingredients of the corresponding food from the USDA NDB API. It can parse the ingredients and decide if it is peanut, gluten, etc. free.
CarValueChromeExtension
Craigslist car value chrome extension
Xamarin-Forms-Music-Streaming-App
Xaramin Forms music streaming mobile application for Android. This app searches Youtube for playlists of songs, downloaded the audio and provides controls to play them.
Bellman-Ford_Shortest-Path_Algorithm
BlackJack
Console blackjack game. Created during my first year of school.
levipomeroy's Repositories
levipomeroy/CsvToSql
Simple tool to convert .csv files to sql tables for easy consumption
levipomeroy/CarValueChromeExtension
Craigslist car value chrome extension
levipomeroy/Xamarin-Forms-Music-Streaming-App
Xaramin Forms music streaming mobile application for Android. This app searches Youtube for playlists of songs, downloaded the audio and provides controls to play them.
levipomeroy/Footsteps
This is a ASP.NET CORE MVC Web Application for keeping track of everywhere you have been and the footprints you have left across the world.
levipomeroy/Mandelbrot
Multi-Threaded Concurrent Mandelbrot Image Creator
levipomeroy/Bellman-Ford_Shortest-Path_Algorithm
levipomeroy/FreeCell
This is a console-based free cell game using data structures I created (such as my own Array structure, Doubly-Linked list structure, and Stack structures).
levipomeroy/Paint
A simple paint program built in WPF using C# and XAML. It features basic shapes, drawing, variable thicknesses, and color choosers for both fill and border. It also has the ability to select/unselect an object, change the Z-Order of an object, resize, and remove objects.
levipomeroy/Shortest-Path-Calculator
This is a console app that implements Dijkstra's formula to find the shorest distance, path, and estimated time between two vertices. It uses cities, roads, and speed limits within Oregon to test its functionality.
levipomeroy/TipCalc
This is a basic tool for android to calculate a tip given the bill, tip percentage, and number of people to split the bill.
levipomeroy/Media-Player
Custom media player for Windows built with WPF using C# and Xaml.
levipomeroy/levipomeroy.github.io
testing hosting site on github
levipomeroy/Food-info-bar-code-scanner
This app scans a barcode using Google Play Services Motion Vision API and looks up the nutrient info and ingredients of the corresponding food from the USDA NDB API. It can parse the ingredients and decide if it is peanut, gluten, etc. free.
levipomeroy/TensorFlow-MNIST-machine-learning
This program implements the MNIST computer vision data set tutorial from TensorFlow in order to begin teaching myself the concepts of machine learning. It basically uses a soft-max (multinomial logistic) regression to train a model to recognize hand-written numbers and determine the corresponding number by looking at every pixel in the image.
levipomeroy/BlackJack
Console blackjack game. Created during my first year of school.