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
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
BibCreator is a Java application designed for processing BibTeX files, which are commonly used for organizing bibliographic references. This tool can take BibTeX files as input and create corresponding JSON files in different formats (IEEE, ACM, NJ) for further analysis and use. It's particularly useful for managing academic references.
Washington State University/Spring 2020/These are all my assignments from Computer Science 121. These assignments include Programming Assignments, quizzes, Exams and extra credit.
Excel Comparison Application is a Python-based tool that compares two Excel files and generates a new Excel file with the differences. It's primarily designed to help in database updating by identifying new clients. The app also has a graphical user interface for easier use and logs operations for potential troubleshooting.
It's a program that i created, for Gym Management. Program has a few features like; recording member's list in a file, deleting member, bmi calculating etc. All the codes written by me, in C.
The Text File Interpreter is a Rust-based project that reads data from various file formats (CSV, fixed-width text files) and publishes the data to a RabbitMQ queue or stores it in a MongoDB collection. This project is designed to handle different data types and configurations, making it flexible and adaptable to various use cases.