Showing 8903 open source projects for "xml-parser"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    An application to help Battletech players balance two forces using all possible modifiers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Forerunner X01 Toolkit
    ForeRunner X01 toolkit provides an easy access to Forerunner 201/301/305/305E GPS-units. There are multiple command line tools to read data from GPS into database and tools to export data in different formats like gpx and tcx.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ...Has command line interface and a GUI (Tk). Can convert ".url" into ".desktop". Written in Python. Formats: .desktop, .url, .webloc [read], Firefox (.html), Firefox 3 (.json) [read], Konqueror (.xml), Opera (.adr)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5

    XMLRPC for C#

    Lightweight XMLRPC for C#

    Lightweight XMLRPC implementation for C#. Works fine with MonoTouch and Mono for Android (www.xamarin.com) because reflection.emit is not used!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Allevo is a cost accounting program which aims to be simple to understand and easy in use. It's available across various platforms and it target's those users who want to do their calculations fast and simple. At the moment a learning software for doub
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Turn.Message is .NET parser / generator of the TURN (Traversal Using Relay NAT) messages written in C#. Compatible with [MS-TURN] extension and clients based on Microsoft UCCAPI SDK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    StringSplitter

    StringSplitter is Java library to break large file content into tokens

    StringSplitter Java library can be used to get token from large strings based on some separator also it can be used to create lexer in Parser. As of now it is used in SqlSplitter library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    7train is an XSLT 2.0 tool for generating METS files from XML input. It builds the basic METS structure so that the user can worry about what is specific to the user's project. Includes examples for generating METS from OAI and CONTENTdm records.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10

    SpiKeDeteKt

    An automatic spike detection program to be used with new KlustaKwik

    ...The input files for SpiKeDeteKt are: .dat (raw data file) .probe (probe file, described below - user constructed) parameters.py (optional - otherwise it uses defaultparameters.py) SpiKeDeteKt outputs the following files: .fet.n (feature file) .mask.n (needed for using the new (masked) KlustaKwik) .clu.n (a trivial clue file where everything is put into a single cluster) .fmask.n (trial - float masks instead of binary, we are using this for testing masked KlustaKwik) .spk.n (spike file) .upsk.n (unfiltered spike waveform) .res.n (list of spike times) .xml (an xml file with all the parameters that can subsequently be used by neuroscope or klusters) .fil (highpass filtered data) .h5 (
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    j4bib is a BibTeX parser written in Java using JLex and CUP. It provides a set of classes representing document object model of BibTeX. Conversion from/to BibTeX files to/from other DB formats is made possible and easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    XOST - Kiss the Time!

    Simple frontend for Simile Timeline

    XOST is a KISS principle based front end for the Simile Timeline written in PHP and using XML to store the data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    jWorkSheet
    jWorkSheet is a desktop personal time tracker for your projects. Data are presented in a spreadsheet-like format. The application offers some completed work sheet reports, but you can create your own user reports by XSL transformations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Maximo MIF DEV Tools
    This is a set of tools designed to help with the development of Maximo 7 Integrations. Instructions are included in the download package. This is still in early development and a couple of components are not developed yet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Open Rocket Toolkit

    Simulation of historical and contemporary launch vehicles

    ORT is a tool for modelling and flying launch vehicles of arbitrary size and complexity. Unlike OpenRocket, it does not focus on amateur rockets but on real-world launch vehicles. The bundle includes a graphical design tool with an integrated simulation engine for rocket launches. Also included in the bundle is a playback application and a headless driver for logging simulations into spreadsheets. ORT integrates JME3 for 3D rendering.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    Hibernate ORM XML Validator for Eclipse

    Eclipse Plugin to validate Hibernate ORM files against @Entity files.

    By default, Hibernate .ORM files get parsed only on server startup. It is a minor irritant to have a server startup failure just because of a simple error in your orm xml. This project aims to create a plugin for Eclipse that will monitor all Java classes with the @Entity annotation and maintain a tree of their attributes and methods. Then the user can simply right click the orm xml in Project Explorer view and select "Validate ORM" to validate the orm file for basic SQL parsing errors and against the Entities in the workspace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    logjoin

    logjoin

    logjoin is a tool for joining two log (or CSV format) files

    ...Examples: * Joining two log files by their 4th and 3rd column giving result in result.txt logjoin -v -o result.txt -j 4=3 leftlog.txt rightlog.txt * Inner-join of two log files on their first columns logjoin -i leftlog.txt rightlog.txt > result.txt * Inner-join of leftlog.txt and rightlog.txt on 2nd and 3rd column and join with thirdlog on 1st and 2nd cat leftlog.txt | logjoin -i -j 2=3 rightlog.txt | logjoin -j 1=2 thirdlog.txt It depends on command-line parser library at http://tclap.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    GrAMP

    Graph Algorithm in MetaPost

    A software tool to make easily graph algorithm illustrations in MetaPost. The resulting MetaPost-files can e.g. be incorporated in LaTeX-documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    darks-orm

    a simple, convenient, fast, powerful ORM data persistence layer.

    Darks is a comprehensive type of lightweight ORM data persistence layer framework, integrated Hibernate "automation" ORM framework for the convenience, stability, as well as the Mybatis ORM framework "semi-automatic" efficient, high concurrency, set two ORM patterns as a whole.The framework to simplify the cumbersome configuration process, using Jython script language extensions, as a dynamic SQL language realization scheme.Construction of a highly efficient multi function domain data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Anathema

    Anathema

    Anathema has moved to http://anathema.github.com

    We have moved. Please visit us at our new website http://anathema.github.com where you will find downloads and ways to get in touch. See you there! Anathema is an exhaustive suite for all aspects of Exalted series management, featuring character and campaign management, media library, script notes and more. Supports both First and Second Edition. Exalted is (c) by White Wolf Publishing
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Common Text Transformation Library of C++ classes and functions to parse and modify STL strings. CTTL substring classes may be compared, inserted, replaced, and parsed with EBNF grammars. Compiled program implements recursive descent LL(INF) parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SMTHPlayer

    SMTHPlayer

    smthplayer is a cross-platform player for the smooth streaming format

    SMTHPlayer is a universal cross-platform player for the smooth streaming format. It supports ism/isml and csm manifests as well as VC-1, H.264, WMAv2, WmaPro and AAC codecs. It uses mplayer to play streams and it's written in php. I provide preconfigured versions of smthplayer for both Windows and Linux (even if Windows support is not guaranteed). However, you can configure the program by yourself by reading the "Configuration" section in the README file. I also provide a preconfigured...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Projeto em Java que implementa a especificação da NFe e deverá ser atualizado conforme novas especificações forem surgindo, vide portal http://www.nfe.fazenda.gov.br/portal/. Java project that implements the Brazilian Governament's NFe spec.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    cparser is a library containing a parser, lexer and semantic analysis for the ISO C99 language. It should be used as a compiler frontend, a base for source-source transformation, or source-checker tools.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    PostgreSQL Database Modeler
    ** ATTENTION ** THIS PROJECT HAS MOVED TO: https://github.com/pgmodeler/pgmodeler New releases only will be available on GitHub. PostgreSQL Database Modeler, or simply pgModeler is an open source project of a CASE tool for modeling PostgreSQL that merges the classical concepts of modeling using entity-relationship diagrams with specific features that only PostgreSQL implements. The pgModeler translates the models created by the user to SQL code and apply them onto database...
    Downloads: 3 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB