Showing 22 open source projects for "parse files"

View related business solutions
  • Software Testing Platform | Testeum Icon
    Software Testing Platform | Testeum

    Testeum is a Software Testing & User Test platform

    Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
    Learn More
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 1
    PaperQA2

    PaperQA2

    High accuracy RAG for answering questions from scientific documents

    PaperQA2 is a package for doing high-accuracy retrieval augmented generation (RAG) on PDFs or text files, with a focus on the scientific literature. See our recent 2024 paper to see examples of PaperQA2's superhuman performance in scientific tasks like question answering, summarization, and contradiction detection. In this example we take a folder of research paper PDFs, magically get their metadata - including citation counts and a retraction check, then parse and cache PDFs into a full-text...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    jarduino

    Generates C++ code from Arduino .dbc files

    jarduino creates C++ code from .dbc files suitable for import into the Arduino IDE. It generates C structures representing each message and functions to build and parse the messages. It also provides a visualisation of the message, mapping the signals to the bits in the data message.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3

    GPXParser

    Java Library for working with gpx files

    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    transitfeed

    Tools for reading, validating & writing transit schedule info in GTFS

    transitfeed helps to make public transit information projects more successful for agencies and other interested parties. It provides a library to help you parse, validate, and generate General Transit Feed Spec (GTFS) feed files. It contains several parts, including TransitFeed (Python package for reading, writing, and validating feeds); Feedvalidator (command line tool that checks a GTFS feed for problems); ScheduleViewer (application for exploring a feed on a map) and more; each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build enterprise-ready GenAI experiences with MongoDB Atlas Icon
    Build enterprise-ready GenAI experiences with MongoDB Atlas

    Combine the power of Google Cloud's robust infrastructure with the flexibility and scalability of MongoDB Atlas.

    MongoDB Atlas is a unified developer platform that enables you to confidently accelerate the deployment of GenAI-powered applications. Additionally, when purchased on Google Cloud Marketplace, you pay for only the resources you use with no upfront commitment.
    Get Started
  • 5
    Visualization of Protein-Ligand Graphs

    Visualization of Protein-Ligand Graphs

    Compute protein graphs. Moved to https://github.com/MolBIFFM/PTGLtools

    NOTE: Project moved to https://github.com/MolBIFFM/PTGLtools. The Visualization of Protein-Ligand Graphs (VPLG) software package computes and visualizes protein graphs. It works on the super-secondary structure level and uses the atom coordinates from PDB files and the SSE assignments of the DSSP algorithm. VPLG is command line software. If you do not like typing commands, try our PTGL web server: http://ptgl.uni-frankfurt.de/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Egof

    To retrieve obscure syntax of languages, or bookmark code comments.

    .... When creating them Egof goes through all (or specified subset of) user's folders/files, finds instances of the search-tag, and stores those lines of code plus some surrounding code. During running, Egof displays a prompt, and allows users to change options and modify the search, (using the same option-parsing software that was used to parse the command line.) Egof is command-line based. The documentation is comprehensive. Please invest <5 min to read the "Overview" section. Thank you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    vcftools
    A set of tools for working with VCF files, such as those generated by the 1000 Genomes Project. This project is migrating to github: https://vcftools.github.io/
    Leader badge
    Downloads: 66 This Week
    Last Update:
    See Project
  • 8

    TLELib

    C++ library for very easy operating with TLE data sets and files.

    The TLELib is the C++ library, which allows to read and write the TLE files very easy. It provides 2 main objects: tlelib::Node - object, operating with NORAD two lines elements data. It allows to parse the data from 2 or 3 lines and to output the data into strings in according to the TLE format. tlelib::Stream - stream, allowing to read the TLE data from some object of iostream type, and to write the data in TLE format into such object.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Latest on Arxiv

    Parse the latest Arxiv RSS stream and get your institute preprints

    Latest on Arxiv is a program/script with a simple job to do. Every day, it will download all pdf files from your favorite Arxiv RSS, and will then scan it to see if any authors from your favorite institute(s) are on there. If so, it will save the resulting index. The matched files are then parsed into a short list, featuring only the latest 4 preprints (which is ideal for a single TV screen in the coffee corner), and a long list which contains every paper in a clickable way. I provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 10
    Plinko was originally an experiment with Prefix Trees and log parsing. The general concept is to have a single end point you can send any data to, in a "fire and forget" fashion. Plinko should identify and parse the data completely without the sending system caring what it sent. The latest version supports named fields in the STL files for tagging data parsed in the Prefix Tree and anonymous functions for parsing dynamic message payloads. We now output JSON objects and I'm working on HBase...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    tsv-Tools

    bunch of tools to parse TSV files.

    I want to write base libraries to easily parse TSV files. Most of thinks can be done with unix cmd lines, but here I will also deal with headed files and try to managed some metadata. Else goals are reorder, sort, filter, extract, merge, ... I'll also try to develop class to have a general API, regardless the language. It's a try ! You're wellcome to comment or join.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    WTMParse

    WTMParse

    Python script to parse Unix-like WTMP files

    Python script that was originally intended for use in forensic examinations that parses WTMP files from Unix-like operating systems and generates a CSS-styled HTML report containing login terminal, username, log start date and login time/date in a table. Good for postmortem forensic examinations or as a way of getting "last" like information where you don't have the ability to boot the machine in question but can grab the wtmp.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    MID Adjust

    Prepare reads with no MIDs or variable length MIDs for analysis

    Prepare reads for Pyrotagger or QIIME analysis Pyrotagger only accepts sequencing reads that have MID sequences (a.k.a barcodes, tags), and all of them must have the same length. When you have no MIDs, or variable-length MIDs, MID Adjust appends new MIDs or extends existing ones to satisfy Pyrotagger requirements. New features include the ability to generate fake quality scores and to parse and generate QIIME mapping files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DeltaQt

    DeltaQt

    Parser for DELTA files (Qt, C++)

    DeltaQt is part of the FreeDelta project and aims to implement a parser for DELTA (DEscription Language for TAxonomy) files using the Qt core framework. DeltaQt is a library intended to be incorporated into other applications that require the ability to parse DELTA files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    vcd2svg can parse Value Change Dump (VCD) files and draw an impulse diagram using Scalable Vector Graphics (SVG). It works together with the GHDL open-source simulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This set will able to generate eeschema libraries, parse KiCAD files (eeschema, eeschema library, netlist), generate Russian GOST specifications for schemes and do other actions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Starting from various input files, we parse to find a list of addresses, then display them on a map.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PDSlib is a C library to parse Planetary Data System data files and labels, based on version 3.7 of the Planetary Data System Standars Reference. PDS is the format used to store all the planetary images taken by NASA and ESA spacecrafts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    R2HTML is a package for R, which includes HTML function and methods to output R objects to HTML. Allow for redirection on the fly. A driver for Sweave allows to parse HTML flat files containing R code and to automatically write the corresponding outputs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A tool written in Haskell to parse GDSII (Calma) binary files and print the GDSII structure out in a readable text format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TetraPack is a package with Delphi components for the TextTransformer by Dr. Detlef Meyer-Eltz. The components make it easy to parse and transform strings and files, or to build an parse tree from them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    C library to parse and use Garmin image files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next