There are 0 repository under file-parsing topic.
A powerful multi-format file parsing, data cleaning, and AI annotation toolkit.
A Python 3.12+ library to pack and unpack structured binary data.
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.
Lightweight single-header JSON parser/generator for C/C++ in STB tradition. Implements RFC 8259 (JSON), RFC 6901 (JSON Pointer), RFC 6902 (JSON Patch), and RFC 7386 (Merge Patch). Zero dependencies, thread-safe, UTF-8 validation, file I/O, minification, and custom allocators. Ideal for embedded systems and cross-platform projects.
🏃➡️ Returning anything line by line from a file descriptor using static variables. [42 PROJECT]
Allows you to toggle the value of a variable in a file
Sick of losing a wordle competition, I decided to code up this helper function to help me guess the best possible word.
Project that involves creating a 3D wireframe renderer in C. It reads elevation data from a file and displays it using isometric projection, utilizing the MiniLibX library for graphical output.
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
AI toolkit for transforming any input files into any output files with minimal code.
Awk script that outputs multi-line or single-line `--from` `--till` matches
My own version of an algorithm that checks whether an allow list text file contains any IP addresses on a IP address remove list
Domain: E-commerce; Building a data warehouse with sql including ETL, modeling and analytics
Provides manipulation for flat files. You can edit or process flat file.
Recreating ls shell command with less options
My own version of an algorithm that checks whether an allow list text file contains any IP addresses on a IP address remove list
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.
Autodoc adds inline comments and README files to undocumented code relying on OpenAI's GPT API. Project supports many programming languages
Advanced implementation and theory of algorithms. Topics may include: algorithm analysis; algorithm design techniques; and computational complexity.
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.
This project is a dynamic web application. It provides weather forecasts by parsing local data files, displaying daily details, and calculating weekly averages, with a focus on user-friendly error handling and responsive design.
a web app that parses and simplifies complex files, enabling users to search and ask context-based queries for quick insights into the document's content.
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
A lightweight interface that fetches and analyzes code files.
Java-based Task, Identity & Data Management System built for CPS1012 at the University of Malta. Features file parsing, object-oriented data structures, and a flexible CLI interface.
This was a medium-level assignment done in C++ to help academic advisors look up courses with a Binary Search Tree. This assinment was done mainly to assist me in my futher understanding of data structures.
PyTorch data file parser on Swift
STB-style, single-file JSON parser and generator for C/C++. Header-only and RFC-compliant, fast, portable, and easy to drop into any project. 🐙
Second Java assignment consisting of three tasks with a focus on object-oriented programming
Advent of Code 2024 – C# Solutions A collection of C# console applications solving daily coding puzzles from Advent of Code 2024. Each project is self-contained and demonstrates different algorithmic techniques, file processing, and problem-solving strategies.