Showing 996 open source projects for "forms"

View related business solutions
  • 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
  • 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
  • 1
    ClinStudyWeb is designed to provide a flexible infrastructure for managing patient and assay data from clinical studies. It uses a plugin system for study-specific web forms and arbitrarily complex test classifiers, and supports XML import/export.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This is a same game in 3 forms, a Text Based, a 2D SDL Based and a 3D OpenGL based, it use the classic winmine with a bit more of action ;)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    OMR Reader

    OMR Sheets Data Retrieval Software

    ...Now choose the marks for a group, and name the group. Do this for all the option groups on the form. Now save the info of these groups in a .omr file. For different forms, you can have different .omr files. These files can later be used for batch processing the scanned images of OMR sheets. Please rate...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4

    jQuery Easy FormMail

    Create forms easily to send email with jQuery Easy FormMail plugin!

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> <script src="EasyFormMail/jquery.easyFormMail.js"></script> <script> $(function(){ $("#myForm").EasyFormMail({to:"recipient@example.com"}); }) </script> <form id="myForm"> <input class="required" name="input1" type="text"/> <input name="input2" type="text"/> <input name="input3" type="text"/> <textarea...
    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

    SanDic

    Sanskrit-English Dictionary

    ...Arthur Anthony Macdonell A practical Sanskrit dictionary with transliteration, accentuation, and etymological analysis throughout. London: Oxford University Press, 1929. Maṇḍala Pati dāsa List of verbal roots with final forms http://sourceforge.net/p/dhatu-patha Monier Williams Sanskrit-English Dictionary
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Web applications building blocks, J2EE stack, JDO, Ajax. Supported forms, reports, portal views, and many others typical web application block. Comet server push is standard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    gwloto

    gwloto

    geekwright Lockout Tagout

    Gwloto is a hazardous energy control plan manager, implemented as a module for ImpressCMS and XOOPS. It is designed to facilitate worker safety by providing access to documented lockout and tagout (LOTO) procedures for performing maintenance tasks.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    Precurio Intranet Portal (v2) [UPDATE]

    Precurio Intranet Portal (v2) [UPDATE]

    Intranet | Document Management | Workflow Automation

    ********* THIS PROJECT HAS BEEN CLOSED ****************** We are still in the business of providing an open platform for intranet collaboration and business process automation; BUT it is no longer free. (see details here: http://www.precurio.org/forums/showthread.php?tid=45414 ) Please visit our website. Thanks.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9

    hyperforms

    Hyperforms is a visualisation tool for multi-dimensional objects and f

    hyperforms is a visualisation tool for multi-dimensional objects and forms. They are projected into a 3D-Space by different methods of Projection. Currently a cell-first projection is implemented. Hyperforms aims at architectural experiments to create computer driven designs. --- The Project is in Research and not ready to use. ---
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Internet Captcha

    Internet Captcha

    ASP or PHP Captcha, completly configurable, with prevalidation

    Internet Captcha is designed to protect your html forms where users send information to others users or databases. With this captcha only human can complete the security code and only a human will be able to use your web page. The Internet Captcha is free to put in your web, it have a configurator to define the view and a lot of visual effects. Security level is configuable too, you can fix distortion, number turn, distance betwen numbers and doping elements to make difficult automatically detect the code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    wxEDB allows users to create, manipulate, edit, run queries and build forms for Euphoria Databases and ODBC databases in a user friendly GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Dynamic Flex forms

    Dynamic Flex forms

    Components to generate a flex (spark) form dynamically

    Proof of concept project to investigate the potential to generate Flex forms from a dynamic (possibly externalised) source to cut development time building common form functionality. I've previously used 'control' classes to allow non technical users to configure form validation parameters in an external XML file, however the form & model still required development time. As an extension of the form class to function more like a SkinnableDataComponent the form items become 'ItemRenderers' containing typical inputs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Added Line Breaks

    added simple code to honor line breaks

    I made a simple change to these forms so that they will show your entries as you entered them, honoring the line breaks that you used:: Lab results: print.php and report.php new patient: report.php soap: report patient history: encounters.php If you would like to try them, you can download them at: http://www.davidreeves.com/downloads/interface.zip
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    jQuery Validate

    jQuery Validate

    A simple jQuery plugin to validate forms.

    A simple jQuery plugin to validate forms. To use jQuery Validate you just need to include in your code a version of the jQuery library equal or more recent than 1.7 and a file with the plugin. After calling the jQuery.fn.validate method, you can validate your fields using data attributes, that are valid to the HTML5, according to the W3C. jQuery Validate supports all fields of the HTML5 and uses WAI-ARIA for accessibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ...We're aiming a little more towards an 8-bit adventure classic feel, only with more RPG aspects (ie. attribute choices on level up!) The core mechanic in Polymorphable is using different talismans to polymorph into different forms so you can reach different areas. Imagine being blocked by a pit, so you transform into a bat to fly across. Or perhaps there's a wall of fire in front of you, so you turn into ghost form to phase right through.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    TTranslator

    TTranslator

    Localization component for Lazarus

    This is a component to translate forms and component using language files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    phpAddEdit is an easy to use, feature rich, menu-driven script that will allow you to generate forms to add and edit content in a MySQL database. Unlike other similar scripts out there, phpAddEdit allows your forms to handle multiple tables.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Data Entry Form

    Data Entry Form

    A program for data collection of pen and pencil forms.

    Data Entry Form is a program for data collection of pen and pencil forms. It's mainly intended for market research.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    WordPress Form Maker plugin is a good tool for websites owners . This plugin have a lot of functionality and allow you to create forms without any problem .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MYNDcuculus

    MYNDcuculus

    Simple calendar program. Einfaches Kalenderanzeigeprogramm.

    NEUE VERSION 2013 VERFÜGBAR! NEW VERSION 2013 AVAILABLE! Cuculus ist ein simples Kalenderanzeigeprogramm, das unabhängig von der Taskleiste verwendet werden kann. Es eignet sich auch als Desktopwidget. Cuculus is a simple calendar program that can be used independently of the taskbar. It is also suitable as a desktop widget.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    conf_generator_xml_test

    php config generator based on XML and meta language

    Using simple xml file and template file, this php web interface allow you to generate forms for config generation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MYNDskjár

    MYNDskjár

    Simple image viewer. Einfaches Bildbetrachtungsprogramm.

    NEUE VERSION 2013 VERFÜGBAR! NEW VERSION 2013 AVAILABLE! With this program you can view image files. Select the photo with the button "Bild anzeigen". Do you want to remove the image (only from frame), choose "Bild entfernen". Should the image on the frame be adjusted, click "Anpassen". Change the color of the picture frame with "Hintergrundfarbe ändern". The program will end on "Beenden". Mit diesem Programm können Sie Bilddateien anzeigen. Wählen Sie das Bild über die Schaltfläche...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    PdfFormFillerUTF-8

    Simple PDF Form Filler utility with command line or WWW interface.

    pdfformfiller 1.0-alpha is a command line utility for filling in Adobe PDF Forms. For WWW: A php example, that uses fast Unix pipes (and no disk write permissions required on the host), is provided. It support UTF-8 (Russian, etc.). Proper escaping functions are provided in the php example. Well known pdftk utility can be used for filling in PDF Forms. However, I was not able to get the version pdftk1.4 to work with UTF-8.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Easy CRUD

    Easy CRUD is an Application Arquitecture

    Easy CRUD is an application arquitecture that can be extended through external modules (plugins) using Qt. This arquitecture is designed to provide the basic tools to create CRUD forms, Configuration forms and Report forms. Also it includes the root module (mod_root), its function is to allow the ROOT user to control the access privileges of the system's user, the ROOT user can limit the normal users privileges, this is useful for systems that requires security levels.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    whitehack

    user created patches for broken vendor provided RPMs & installers

    ...After a bit of googling I found a 4 line hack that fixed the problem. But then I went one hack further and created a whitehack. This is a RPM/installer that installs my "white hack" on your computer. Whitehacks come in two forms: * whitehack_XXX - unenabled, good for initial review * whitehack_XXX-enabled - install enabled, good for batch patch installs Keywords: rpmbuild, .spec, brlpdwrappermfc, brprintconf_mfc, audit2allow and semodule.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo