Pinned Repositories
ctciSedgewick
Solutions to the CTCI book. Code library from Algorithms by Sedgewick used if necessary.
Date-Sorter
A Java Swing GUI that allows a user to select a txt file with dates in the format YYYYMMDD separated by commas. The dates are stored and then sorted with a TreeMap. The GUI then shows both sorted and unsorted lists next to each other. Javadoc comments implemented.
Edge-Detector
A Java program that takes a greyscale image represented as a txt file with n x m array of pixel values, and output a new image with edges emphasized using Roberts, Sobels, and Gradient edge detectors.
flutter_4_reddit
A new Flutter application for reddit.
flutter_mobx_boilerplate
A Flutter Project contains a Boilerplate code with MobX and Provider as a State Management.
Geo-Transformation
GLM
An android grocery list manager that allows for custom categories and items.
NasaExoplanetArchiveViewer-Flutter
A one page flutter desktop/web app to query the nasa exoplanet archive. Selectable tables & columns with full query modification allowed. Data is rendered in a Paginated data table for performance.
Replace
A java command line utility program to replace string patterns in file(s).
eansa1997's Repositories
eansa1997/ctciSedgewick
Solutions to the CTCI book. Code library from Algorithms by Sedgewick used if necessary.
eansa1997/Date-Sorter
A Java Swing GUI that allows a user to select a txt file with dates in the format YYYYMMDD separated by commas. The dates are stored and then sorted with a TreeMap. The GUI then shows both sorted and unsorted lists next to each other. Javadoc comments implemented.
eansa1997/Edge-Detector
A Java program that takes a greyscale image represented as a txt file with n x m array of pixel values, and output a new image with edges emphasized using Roberts, Sobels, and Gradient edge detectors.
eansa1997/flutter_4_reddit
A new Flutter application for reddit.
eansa1997/flutter_mobx_boilerplate
A Flutter Project contains a Boilerplate code with MobX and Provider as a State Management.
eansa1997/Geo-Transformation
eansa1997/GLM
An android grocery list manager that allows for custom categories and items.
eansa1997/NasaExoplanetArchiveViewer-Flutter
A one page flutter desktop/web app to query the nasa exoplanet archive. Selectable tables & columns with full query modification allowed. Data is rendered in a Paginated data table for performance.
eansa1997/Replace
A java command line utility program to replace string patterns in file(s).