Showing 36 open source projects for "simple-xml"

View related business solutions
  • 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
  • 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
    Foreman

    Foreman

    Manage Procfile-based applications

    ...Exporters generate native service definitions (e.g., systemd/Upstart/launchd), enabling the same process topology to run under OS service managers in staging or production. Colorized, prefixed logs and simple signals (restart/stop) provide a clear operational experience for polyglot stacks. By codifying your app’s runtime composition, Foreman reduces “works on my machine” friction and keeps local setups close to deployment reality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Activiti

    Activiti

    Light-weight workflow and business process management pltaform

    Helping businesses solve automation challenges in distributed, highly-scalable and cost effective infrastructures. Activiti is the leading lightweight, java-centric open-source BPMN engine supporting real-world process automation needs. Activiti Cloud is now the new generation of business automation platform offering a set of cloud native building blocks designed to run on distributed infrastructures. Inmutable, scalable & pain free Process & Decision Runtimes designed to integrate with your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    XML Frames BPM VRAD Lazarus

    XML Frames BPM VRAD Lazarus

    BPM from EADS W4 Express BPM Engine

    XML Frames' engine creates Management Softwares from XML. It uses Man Frames and Extended packages. BPM W4 Express engines and projects with Gantt graph. XML Frames uses Man Frames and Extended. https://sourceforge.net/p/jframes/
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Minsky

    Minsky

    System dynamics program with additional features for economics

    Minsky brings system dynamics and monetary modelling to economics. Models are defined using flowcharts on a drawing canvas (as are Matlab's Simulink, Vensim, Stella, etc). Minsky's unique feature is the "Godley Table", which uses double entry bookkeeping to generate stock-flow consistent models of financial flows. Minsky is good for demonstrating mathematics too, with the most "math-like" interface in system dynamics. Sign up to Minsky's Patreon page (for as little as $1 a month) at...
    Leader badge
    Downloads: 80 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    OpenZ ERP

    OpenZ ERP

    OpenZ - Warenwirtschaft, ERP, CRM & mehr

    ... - komplette Auftragsabwicklung - Customer Relationship Management (CRM) - vollständige Lagerverwaltung mit Serien-/Chargennummerverfolgung - Projektmanagement und Kalkulation - Buchhaltung und Kontierung - Fertigung und Produktionssimulation - E-Commerce Schnittstellen zu bekannten Systemen inkl. POS via (XML, SOAP, REST, ...) - Supply Chain Management - Änderungshistorie
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6

    Log Parser

    Tool for parsing all logs in present directory for search of phrases.

    Simple Tool allowing for parsing all text logs in the present directory for search for IP addresses, phrases or it's a combination. Put the compiled version of this tool into the directory with logs and run.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    itamm

    itamm

    Tool to design and share enterprise solutions, services and processes

    The tool is for people who design, analyze, optimize and develop processes, services and solution architectures. IT(A)-MM is a tool to design models of solutions, services and enterprise processes. It allows you to visualize data using popular BPMN and ArchiMate visualization notation. It also has its own extensible notation for visualizing enterprise environment objects. IT(A)-MM is easy to use and allows you to use it wherever you are. Using IT(A)-MM can be the first step towards deploy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    NL2SBVR

    A SBVR editor to generate and edit SBVR Vocabulary and SBVR Rules.

    NL2SBVR 3.0 is a SBVR editor to generate and edit SBVR Vocabulary and SBVR Rules from natural language description . The tool supports Structured English notation of SBVR and also generates XML metadata of SBVR rules in XSD 1.4. Version ------ Release Date ------------Features ---------------------------------------------------------------------------------- 1.0 ------------ Sep, 2013 ------------ SBVR Editing 2.0 ------------Mar, 2016 ------------ Structured English Notation; SBVR XML 3.0 ------------ Jan, 2018 ------------ XSD/XMI 1.4, RDF/XML...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    BPMN View

    BPMN View

    Viewing and printing business process diagrams in a popular BPMN format

    A simple free tool to view and print business process diagrams in a popular BPMN format
    Downloads: 3 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 10
    Shipyard Project

    Shipyard Project

    Composable Docker management

    ...Shipyard manages containers, images, nodes, private registries cluster-wide as well as providing authentication and role based access control. The user interface provides simple management over your Docker cluster. You can manage containers, cluster images, private registries, authentication and more. At the core of Shipyard is the API. Shipyard is built from the ground up with the API at the center. The web UI uses the API for all functionality. By using service keys, you can interact directly with the Shipyard API to manage a Docker Swarm cluster and build custom integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PEG.js

    PEG.js

    PEG.js is a parser generator for JavaScript

    PEG.js is a simple parser generator for JavaScript that produces fast parsers with excellent error reporting. You can use it to process complex data or computer languages and build transformers, interpreters, compilers and other tools easily. PEG.js is still very much work in progress. There are no compatibility guarantees until version 1.0. Based on parsing expression grammar formalism, more powerful than traditional LL(k) and LR(k) parsers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    QAL

    QAL

    Query Abstraction Layer

    Project has moved to: https://github.com/OptimalBPM/qal QAL is a collection of libraries for mining, transforming and writing data from and to a number of places. Sources and destinations include different SQL and NoSQL backends, file formats like .csv, XML and excel. Even untidy HTML web pages. It has a database abstraction layer that supports connectivity to Postgres, MySQL, DB2, Oracle, MS SQL server. JSON and MongoDB is coming. It uses XML/JSON formats(self-generated SQL schemas) for representing queries, transformation and merging, making it scriptable. This means that QAL can be backend agnostic about a subset of SQL features and data types. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Lab Processes

    Rediscover the Simplicity http://www.atgclabs.com/

    ...Genetic and physiological data can be entered either manually or automatically when automated genotyping and analytical phenotypic assays are used. The Lab Processes application is web-based and completely customizable, with Animal Studies it is very simple to create, change and distribute data flows using an iterative approach. Animal Studies puts all the information right at your fingertips. If you are experiencing problems using Lab Processes then please report your problem to support@atgclabs.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Tsunagi BPM Workflow Engine

    Perfect Java Workflow Engine for BPM Applications

    The Tsunagi-BPM is a Java-based workflow engine for BPM applications. Workflow components, Process models and nodes, are all allowed to be designed and developed in Java. You can build workflows with only HTML and Javascripts files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    vteddy

    vteddy

    Business webmail modular application with mobile client

    ...All the core functions for business like calendaring and integrated webmail, plus the capability of converting emails into business objects such as: quotes, invoices, marketing stuff, customer requests, project management and more. A simple way to have a unique flow of information from email request from customers to invoices!
You only have to choose which modules you want to activate and is done!
Built with PHP, loves MySQL but runs also on SQL Server and Oracle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    books

    Auto Tuning Studio Specification, QT5

    ...Код совсем не оптимизирован, сделан на коленке, первый проект на QT ____________________________________ Maintaining a database of vehicles in production or tuning studio . A simple base, with the possibility of adding a basic material for production. Nailed to a particular production . The code is not optimized , made ​​on the knee , the first project on the QT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Optimal BPM

    Optimal BPM

    The beat of your business

    [See the files section for installation instructions] Optimal BPM™ is a project that aims to create an easy-to-use Business Process Management system (BPM) and tools. So far, only the tools, and only a data replication tool, Optimal Sync, has been released (available from the "files" page). But more is coming. It incorporates many different open source projects that relates to interoperability, transformation, context and process control. It has no business engine, instead it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Leave Management System

    Leave Management System

    .NET leave management solution

    ...The application is simple ASP.NET running on a MS SQL database
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Simple Workflow

    Simple Workflow is a free workflow engine written in Java.

    Simple Workflow is a free workflow engine written in Java. Properties: - Simple to use (need to call only 2 methods and implement 1 interface) - Written in Java 7 - Uses a simple domain language to describe workflows - Can be used with any storage backend (Sql, NoSql, File, etc.) - Can be used with any frontend - High level of backend/frontend abstraction
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Altin BPM

    Altin Business Process Management

    Altin Business Process Management - simple kernel to develop business logic (domain logic) in Java using Conceptions. Based on JPA&Java EE. Conception mean conception in domain logic, since developing business logic becomes simpler, faster and lead to develop reusable business conceptions library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    BizArtifact

    BizArtifact

    Artifact-centric Business Process Management

    ...The ArtiFact system provides an advanced, light-weight approach to specifying artifact-centric BPM applications, including their interoperation with REST- or WSDL-based services. The system includes a simple, "direct" UI for specifying ArtiFact models, an XML-based representation of those models, an engine for executing business processes according to those models, and a framework that enables multiple organizations to collaborate on a shared business process. The ArtiFact v1.0 system is the first contribution into a community by IBM of its Siena, Barcelona, and ACSI technologies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    webgant

    Simple task management with dependencies

    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    asperger

    A simple, no bullshit web app to manage customer ENVs

    Asperger is a simple, no bullshit web app to manage your customer credentials and hosts. It is meant for professional services, support and IT teams but you can use for other things too, I won't get angry:) Asperger is written in PHP, JS, has some CSS and uses SQLite as DB. Auth. is done via LDAP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Simple PHP Polling System

    Simple PHP Polling System

    Helps an organization to create polls of different types of positions.

    This script helps organizations to make polls of different types of positions with a number of candidates under each position. The script is not very stable and the code is still rough. Installation: i. Download the script and unzip it to your localhost or web server. Works best with Wamp server. ii. Import polling3.sql from the dbBackups folder in the admin folder. Use phpMyAdmin in this case or together with cPanel for online server. iii. Add login.html into the Apache configuration...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Gestiolus is a very simple webapplication system for managing repair work. Written to be use in a school, it can be adapted for all uses. At the moment it's only in italian language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Auth0 Logo