You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileCurator simplifies access and management of files from various locations. It could be something on your system, a url, a resource in your app, or any other 3rd party you wish to tie in (Dropbox, etc). There are also a number of file parsers built in.
Contains all the projects, code, and examples created for my Java III class. All programs were created either using IntelliJ IDEA or Tomcat (for JSP files). WAMP was also used for database related projects.
A new repository to hold some old files I have that I want to revamp. The original purpose of the code was to handle iLearn zipped files via parsing an html for data on the students, IDs, filenames, and some grades and inserting those into a csv database to work with.
Tool for merging specified code files into a structured XML format, with support for directory scanning and individual file selection. The generated XML can be used as context for o1 type models
Parsing inventories (Bedclothing and Dish .csv files) Mapping parsed Strings from .csv files to the corresponding DTO entities. Retrieve all inventories Retrieve all inventories by color and inventory type. Retrieve all inventories by price (min, max) and inventory type