file-parsing
There are 16 repositories under file-parsing topic.
MatrixEditor/caterpillar
A Python 3.12+ library to pack and unpack structured binary data.
JaCraig/FileCurator
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.
FreddyMSchubert/42_get_next_line
🏃➡️ Returning anything line by line from a file descriptor using static variables. [42 PROJECT]
awk-utilities/column-uniquely-sorted
Collects and sorts unique columns
happycod3r/zsh-toggles
Allows you to toggle the value of a variable in a file
lachlanstephen/wordle-helper-C
Sick of losing a wordle competition, I decided to code up this helper function to help me guess the best possible word.
SarvarKh/Course-Project-ITPU-1
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
awk-utilities/match-from-till
Awk script that outputs multi-line or single-line `--from` `--till` matches
ChrisJabb21/File-Parse-IP-Address-WhiteList-Removal
My own version of an algorithm that checks whether an allow list text file contains any IP addresses on a IP address remove list
eazedesign/filesheeter
Provides manipulation for flat files. You can edit or process flat file.
ImShockwaves/ft_ls
Recreating ls shell command with less options
lChap701/Java-III
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.
mohammed-uwais-ali/Autodoc-Generative-AI
Autodoc adds inline comments and README files to undocumented code relying on OpenAI's GPT API. Project supports many programming languages
Patrickwalkstar/Algorithms
Advanced implementation and theory of algorithms. Topics may include: algorithm analysis; algorithm design techniques; and computational complexity.
SohailMG/JavaA2
Second Java assignment consisting of three tasks with a focus on object-oriented programming