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
Cloud-based help desk software with ServoDesk
Full access to Enterprise features. No credit card required.
What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
ParGeL is an LALR(k) parser generator, which allows creation of inheritable parsers in runtime and compile time environments. ParGeL is written 100% in Java.
A tool to create C-Source code for arrays containing look up tables e.g. for hardware oriented programming on microcontrollers from a mathmatical function and variable-ranges
This project is no longer supported. If you're looking for a table API generator for Oracle Database, checkout: https://github.com/osalvador/tapiGen2
tapiGen is a table API Generator for PL/SQL. It creates table encapsulation packages for tables that meet certain criteria. These TAPIs can reduce manual code creation while providing additional functionality for web based apps such as Oracle's ApEx.
Jutty is a codegenerator that will produce basic classes for a variety of patterns and standard coding classes. I'm hoping to make this an Eclipse plugin in order to start all types of new files.
A self-hosted CodeGenerator (CG) implementing in Java, which can be served as a template generator for legacy systems, a new module generator for existing systems and a business software generator on RiaBiz architecture.
SQL2JAVA is a SIMPLE, PRAGMATIC and POWERFUL codeGENERATOR.
It maps any relational schema to a java API dedicated to
access your database schema.
It supports Oracle, SQLServer, PostgreSQL, MySQL, Sybase, HSQL, etc...
2 minutes to install/try...
This software provides to the programmer a simple manner to generate the access data layer for PHP using MySql. The software's goal is to make it simple.
This will produce, from a schema that you create, a file maintenance python program for every table that you define in the schema. Each file maintenance program is standalone. This is a work in progress.
Complete LALR(1) parser generator and engine in PHP.
Complete LALR(1) parser generator and engine (like BISON or YACC) but it's all done in PHP, and the input grammar is easier and more maintainable. Write your actions in PHP. Generate PHP output code. Drive your parser with PHP. Wanna make a language?
The main purpose of this project is to quickly generate the code of a J2EE web application for maintaining records specified by JPA annotated beans in order to add, update, search and delete entities in an AJAX UI based on the ZK-Simply Rich framework.
Tool used to generate state machine framework code from a terse set of
directives embedded directly in the input source code file. This tool will also generate GraphViz graphical description and Spin/Promela modelling output.
Framework for RAD against relational database. Supports multiple database platforms. Uses generics and partial classes. Includes a winforms Class Generatator for autogenerating O/R mapper classes based on Customisable templates.
generador de aplicaciones lamp, genera codigo php y mysql, se selecciona una base de datos y el aspecto grafico, luego se genera un sistema completo con codigo xhtml, php y mysql. Ademas los sistemas resultantes tienen arquitectura mvc. ajax en fase alph
Project is an app generation tool. It uses wxFormBuilder (wxformbuilder.sf.net) as GUI designer and adds much improved templating support to it. The idea of the project is based on Clarion language and RAD tool.
CSP Canonical LR(1) Parser Generator. Includes lexer and parser generator. Supports all OS. Produces code as standard ANSI C++ w/ minimal STL and usable in commercial or non-commercial purposes.
This project is a smart code/text file generator based on template files. This project can generate multiple files in one command/template file and also can modify existing files based on special tags.
More Than Parsing is a parser generator for context free grammars defined in a BNF-like format. It generates scanners, parsers, ASTs, etc. This sf project is no longer active, development will continue in a different place.