Pinned Repositories
Array-C-Sharp
Write a program that solves arithmetic operations and stores answers in an array
ATM-Machine-C-Sharp
A simple C# console application to mimic how an ATM machine would function using array, methods, switch case, and arithmetic operations.
ATM-Machine-Java
A simple Java console application to mimic how an ATM machine would function.
Bubble-Sort-Java
Bubble sort an array into ascending and descending order
Document-Scanner
Computer vision/digital processing and Python 3.10 to implement a document scanner
Lagrange-Interpolation
Solve function by using Lagrange Interpolation method by constructing a polynomial which goes through any desired set of points.
LU-Decomposition-Doolittle-Algorithm
Solve matrices using LU Decomposition by Doolittle algorithm without Gaussian Elimination process.
Trapezoidal-Simpsons-Rule
Numerical Integration using Trapezoidal and Simpson's Rule with mXparser math expression evaluator/parser
Twitter-Sentiment-Analysis-RF
COVID-19 responses/tweets in the Philippines extracted from Twitter API and Tweepy/Snscrape. Used NLP and Random Forest machine learning model to classify sentiments as positive or negative.
Weather-App
Weather forecasting application implemented using Angular, Ionic framework and Android Studio. View 5 day weather forecast for any location on the globe with a 3-hour step in UTC timezone using OpenWeather API.
l-leah's Repositories
l-leah/Twitter-Sentiment-Analysis-RF
COVID-19 responses/tweets in the Philippines extracted from Twitter API and Tweepy/Snscrape. Used NLP and Random Forest machine learning model to classify sentiments as positive or negative.
l-leah/Array-C-Sharp
Write a program that solves arithmetic operations and stores answers in an array
l-leah/ATM-Machine-C-Sharp
A simple C# console application to mimic how an ATM machine would function using array, methods, switch case, and arithmetic operations.
l-leah/ATM-Machine-Java
A simple Java console application to mimic how an ATM machine would function.
l-leah/Bubble-Sort-Java
Bubble sort an array into ascending and descending order
l-leah/Document-Scanner
Computer vision/digital processing and Python 3.10 to implement a document scanner
l-leah/Lagrange-Interpolation
Solve function by using Lagrange Interpolation method by constructing a polynomial which goes through any desired set of points.
l-leah/LU-Decomposition-Doolittle-Algorithm
Solve matrices using LU Decomposition by Doolittle algorithm without Gaussian Elimination process.
l-leah/Trapezoidal-Simpsons-Rule
Numerical Integration using Trapezoidal and Simpson's Rule with mXparser math expression evaluator/parser
l-leah/Weather-App
Weather forecasting application implemented using Angular, Ionic framework and Android Studio. View 5 day weather forecast for any location on the globe with a 3-hour step in UTC timezone using OpenWeather API.
l-leah/Car-Rental
Car Rental Management System is a comprehensive software solution designed to streamline and automate the operations of a car rental company. This system aims to simplify the rental process and help car rental businesses to manage their car rental records.
l-leah/Counter-While-Loop-Java
Write a program that calculates the average and sum of numbers entered and the number of attempts made to guess the favorite number.
l-leah/docker-test
l-leah/Graph-Coloring
Java program that implements Welsh-Powell algorithm to approximate graph coloring.
l-leah/jenkins-test
l-leah/Minimum-Spanning-Tree
C++ program that implements prim's algorithm to find the minimum spanning tree of an undirected graph.