Showing 49 open source projects for "exe-generator"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 1

    ClassStudio

    A code generator. Compile C# code from and to different languages.

    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Patlac--Xml2cpp is a totally customizable code generator that generates classes (c++ for now) automatically from a xsd schema. Classes are described in google-ctemplate files and a xml options file allow precise definition of projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Monkey is a scanner and a LR(1) parser generator for object oriented languages. The platform on wich it runs is Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    JILRuntime/JewelScript

    An object-oriented script language to embed in any application

    A general purpose, object-oriented script language that compiles into code for a register based virtual machine. The language is quite similar to object-oriented high-level languages like Java and C#. The library is entirely self-sufficient and ANSI C compliant. It's main purpose is to be embedded in any application to allow automation of that application through scripting. An integrated C++ binding code generator allows you to create bindings for your application's classes in seconds...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines on Google’s infrastructure.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
  • 5
    ParTeG (PARtition TEst Generator) handles UML state machines, UML class diagrams and their OCL expressions. The OCL expressions are evaluated to find input parameter partitions. The boundaries of these partitions are used to generate test cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    StrategyStateGenerator

    Generator for strategy and/or state pattern code in Java

    New version 2.0.4 is available since April, 4th 2017 ========================================= Please download from here: https://sourceforge.net/projects/strategystategenerator/files/strategy-state-generator-2.0.4/ Description =========== The *Strategy/State Generator* creates Java Source Code for classes representing strategies of strategy pattern or states of state pattern in a half-automated way. The *State Pattern* and the *Strategy Pattern* are from a technical view identical (see...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MinotaurRTM

    MinotaurRTM

    Vb.net source generator (SQL syntax fully integrated in development).

    With Minotaur (RTM) you can Generate complete vb.net Source. SQL statement are available into source code generation program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Travel Demand Generator
    That project aims at providing a clean API, and the corresponding C++ implementation, able to generate demand for travel solutions (e.g., from JFK to PEK on 25-05-2009) according to characteristics (e.g., Willingness-To-Pay, preferred airline, etc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    StrategyGenerator

    Generator for strategy pattern code in Java

    This project is inactive. Strategy Pattern and State Pattern are identical from the technical point of view. To support generation of State Pattern classes and Strategy Pattern classes the code of this project has been moved to the new project StrategyStateGenerator (https://sourceforge.net/projects/strategystategenerator/). The project StrategyStateGenerator offers generation of Strategy Pattern and State Pattern Java source code. However, the API has changed. Although the class...
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 10

    nDOM

    Easy DOM generator for PHP by TISS Ltd.

    Small and easy classes library for generate DOM in the style of objects nesting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    IronMeta is an implementation of Alessandro Warth's OMeta metaprogramming system in C#. It provides a packrat parser generator that generates parsers for Parsing Expression Grammars that operate on arbitrary streams of objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    OOPSGen

    Object Oriented Parser Generator

    The goal of this project is to create a simple and easy to use parser generator that will accept a textual grammar file as an input and output modularized classes representing a limited parser interface. Long term goals include a robust grammar file syntax, output suitable for multiple programming languages, and tools for better integrating compiler functionality, parse tree manipulation, and FSM based scanner generation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Utility php functions for autogenerating HTML forms for and validation of PHP Object Generator objects (see http://www.phpobjectgenerator.com/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PHP Class Generator will generate PHP 5 source code from your mysql BD model. PCG The internal optimizer self create objects on demand and provide fluid interface. You can plug-it on Zend Framework. PCG takes advantage of technological lead of language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Getter/Setter generator for Dreamweaver

    A command for dreamweaver to automatically generate getters/setters

    This simple script adds a command to dreamweaver to automatically generate getters/setters for attributes in classes (like other IDEs like eclipse and netbeans natively do). It comes very comfortable for PHP developers using ORMs such as doctrine. (To install copy the .htm and .js files into "C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5.5\configuration\Commands" directory or whatever your dreamweaver commands directory is)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    Controlled Variables

    controlled_vars.h to always work with valid variables

    The Controlled Variables project is a set of header files for C++ developers. These files allow you to create controlled variables instead of using bare int, float, long, etc. Controlled Variables ensure you always use initialized variables. The project includes the generator. (IMPORTANT: If you're here just to get the header files, go to the Download area and get the file ending in _header-x.y.z.tar.gz as the other one is just the program used to build those header files!)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Chilon Library is a C++0x utility library. The most advanced parts are a command-line argument parser and a parser generator library based on parsing expression grammars with built in AST generation abilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Kohi is an object-oriented PHP framework that aims to be light-weight, easy-to-learn and does not want to stand in the programmer's way - a framework for non-framework folks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Bluprint
    Bluprint is an Agile-MDA code generator. It is a fuss-free tool supporting code generation from UML modelling tools. It supports model/code merging so engineers can easily extend and maintain generated code. Bluprint has been developed using itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Kjora Framework is a lightweight PHP 5.3 framework. It provides an architecture to build a Model-View based website, with a dynamic data access object, and a "One Page - One Class" system to design it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DataLG is a Data Access Layer (DAL) generator. Create stored procedures, views, and tables on the database side, then use DataLG to create an assembly (and its source) to interact with them. Works with: Ms Sql Server, Sqlite 3, Mysql 4-5, and PostgreSQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Lots of little useful extensions to .NET/mono. Some of the current inclusions include: Event based collections, forms with customisable titlebar buttons, enumerable generator functions with lots of predefined generators including a prime number generator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    XML Simple Parser is a parser and generator for xml files which is kept as easy and lightweight as possible. Its intended for use in games or other applications to store data in xml files and for sure also for reading it from there.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Simple text based files generator for java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PHP Core Class Generator, given a specific MySQL database, will generate all core files with get and set methods as well as a core file which handles all DB updates/inserts/deletes with automatic notification of any errors. Uses PEAR::DB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next