Showing 483 open source projects for "form"

View related business solutions
  • 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
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    Echelon allows the web developer to modify database information very quickly when using HTML forms. By simply posting your html form to this script Echelon creates the SQL script on the fly, then redirects back to whatever file you give it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    An xml-centric bug system implemented in Java as a servlet running on top of Cocoon/Tomcat. Supports e-mail and web based submission of bugs. Buglet offers a standardized form for the data associated with bugs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    EJBGen 2.0 is an EJB extension module for the SrcGen project. It generates Java and XML source files based on meta-data supplied in the form of an XML document that conforms to a DTD/XML Schema that describes the structure of an Enterprise Java Bean.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CDKeeper is an application that facilitates the organization of CD collections. In it's present form, it is intended for Data cd collections, but plans are in the making for organizing audio cds as well.
    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
  • 5
    Propane is a JavaScript/Java bridge that can be used with any JavaScript 1.2+ implementation (including IE/IIS). It uses its own type of 'Serialization' to pass objects and it comes with an example where a form "talks" to an applet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DbGen is an object-relational mapping tool for Java programmers. It helps database programmers gain easier access to data sources through JDBC by generating database-aware Java objects in source code form.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The FastForm is a component that helps a user to fill out huge forms and only fields that needed wasting no time to look up proper fields through the whole form.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This project may be restarted shortly after all this time. It will probably take the form of a generic Java application with XML template files. A plugin will then be developed for the eclipse IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ALICE utilizes AIML (Artificial Intelligence Markup Language) to form responses to your questions and inputs. Unlike other commercial chat robot software costing thousands of dollars, ALICE is freely available under the terms of the GNU Public License
    Downloads: 4 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
    Xoplon is a XML/XSLT framework for Java Servlets, that supports building HTML FORM based web applications. Features include generating of HTML pages, dispatching of HTTP requests and validation of user input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Cyclone is a Java application for quickly placing points on a 2D plan or in a form, in order to draw cyclone courses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Extracts ics from free form text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    An additional validation extension build on JSF to validate relationship of input values within a form
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A java library for parsing Self-Defining Text Archive and Retrieval (STAR) files. These form the basis of CIF and mmCIF formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Antidoto is a java technology mashup providing building blocks for modular architectures. Antídoto is the portuguese word for antidote. An antidote is a substance which can counteract a form of poisoning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Java Project to Parse US address into structured form. Splits address line into fields : building number ,street, suite number etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The goal of this project is to provide an IDE for Modula-2 in the form of a plug-in for Eclipse and/or an add-in for Visual Studio (2008). It will be integrated with the XDS Modula-2 compiler (which is available as freeware).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A software to assign and control tasks for your own and your employees. The tasks can be part of a project or routine ones and will form data to indicate your company's overall performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Project Season is being created to automate working with agricultural business. Project architecture form is intended to be extended. So project season can use different modules to extend its functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Pc version for a board game we actually develop. We are only in planning phase for the pc game, more information will fellow. There is no real name actually so, I chosed a short form for: Informatik AG AltKönigSchule
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Saturn Writer is a simple word processor that will take all the best features of all word processors on the market, and put them into an easy to use form.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ilearnedit is meant to be a eLearning Software for costing, written in Java, and therefore beeing able to run anywhere. It is a very flexible tablemodel, all data are stored in an AccessDB and come form a CSV - File. Required knowledge is based on the 2n
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Porter Stemmer

    Java version of Porter's Stemming algorithm

    The Stemmer class transforms a word into its root form. The input word is provided from the add() methods. The stem() method will return the stem as will toString() after stem() has been called). The clear() method will wipe the Stemmer buffer and allow a new word to be input. This version extends Martin Porter's original stemming algorithm by allowing capital letters to exist in words.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Metafrastes is a natural language processing system that can take an input query from the user and translate that internally in order to communicate with a knowledge base in the form of an ontology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    FormMaker is a Java program that allows users to draw form fields on top of an image and output PHP and Javascript code for web-based forms. Easily turn paper forms into online forms.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo