Showing 400 open source projects for "exe-generator"

View related business solutions
  • Codesoft Barcode Label Software Icon
    Codesoft Barcode Label Software

    RFID and barcode label software to set your business up for success

    CODESOFT is an enterprise-level RFID and barcode label design application offering unmatched flexibility, power, and support. Available in print-only, single-user, and network configurations, CODESOFT is designed to meet all of your barcode labeling needs. Whether your goal is streamlining label printing, printing labels using a form, connecting a scale to your label template, or integrating your business database with your label templates, CODESOFT provides a solution for your organization’s most advanced labeling needs. Connect to SQL or Oracle databases for business system integrations and greater efficiency. CODESOFT includes over 100 barcode symbologies including GS1, supports all common image formats, and enables rich text editing. Native printer drivers are included for over 4,000 thermal, thermal transfer, and inkjet label printers to ensure the best label printing quality.
  • Nectar: Employee Recognition Software to Build Great Culture Icon
    Nectar: Employee Recognition Software to Build Great Culture

    Nectar is an employee recognition software built for the modern workforce.

    Our 360 recognition & rewards platform enables everyone (peer to peer & manager to employees alike) to send meaningful recognition rooted in core values. Nectar has the most extensive rewards catalog so users can choose from company branded swag, Amazon products, gift cards or custom reward types. Integrate with your other tools like Slack and Teams to make sending recognition easy. We support top organizations like MLB, SHRM, Redfin, Heineken and more.
  • 1

    libVMR

    VMR - machine learning library

    libVMR is a class library written in Java which implements code generator for group method of data handling - GMDH. The library is intended for users, with machine learning skills. libVMR provides an effective framework for the research and development of data mining and predictive analytics. libVMR is based on the most popular neural network model with a higher generalization ability from kernel tricks - vector machine by Reshetov (VMR). The library has been designed to learn from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Coco/S Parser Generator

    Coco/S Parser Generator

    Parser Generator based on Coco/R

    Coco/S is a compiler generator that takes plain EBNF grammar files and features a SAX style call back API. It is written in Java and produces a Java Scanner (Lexer) and Parser for the language described by the input grammar. Coco/S is a branch of the 2010/11 release of Coco/R for Java. While Coco/R takes an attributed grammar file, Coco/S has a callback API. This has the advantage of a clean separation between grammar (EBNF) and Compiler/Interpreter.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    QueryObjectFactory (QOF) is a lightweight runtime JDBC byte-code generator providing support for CRUD (create, retrieve, update and delete) operations and stored procedure calls. It uses Java annotations to define mappings and is fully OSGi ready.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AustenX

    AustenX

    A PEG based parser generator, with advanced features

    A parser generator for PEG grammars, built using Java, currently producing code for Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build with generative AI, deploy apps fast, and analyze data in seconds—all with Google-grade security. Icon
    Google Cloud is a cloud-based service that allows you to create anything from simple websites to complex applications for businesses of all sizes.
  • 5

    JNIAnotationBridge

    Automatic c++ JAVA JNI code generator via annotations

    Automatic c++ JAVA JNI code generator via annotations Supported: JNI header + source code with automatic cast to c++ bridge class Java String conversion to std::string Bridge c++ class to Java class
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    CrossBridge-Community

    CrossBridge-Community

    C/C++ Compiler for the ActionScript Virtual Machine (AVM2)

    Previously codenamed "FlasCC" and "Alchemy," CrossBridge provides a complete BSD-like C/C++ development environment based on GCC that lets you compile your C/C++ code to target the Adobe Flash Runtimes (Flash Player and AIR). With CrossBridge you can port almost any existing C/C++ code to the web, across browsers. Forum: http://forum.crossbridge.io/ GitHub - SDK Source: https://github.com/crossbridge-community/crossbridge/ GitHub - Issue...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    ABTools provides an open environment based on ANTLR and Java and provides some facilities for design and test the B language and somes extensions. ABTools est un environnement de développement base sur ANTLR et Java. Il permet de manipuler le langag
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    UuidGen

    JAVA-based generation of UUIDs

    A generator for UUIDs is often needed. Not all OS platforms include one. This JAVA-based command-line tool will generate a UUID, write it to the terminal and copy it to the clipboard, every time you call it - or double-click its JAR file.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 9
    Hilbert II - QEDEQ

    Hilbert II - QEDEQ

    proof verifier for mathematical proofs and documentation generator

    In the tradition of Hilbert's program we create a formal correct (checkable by a proof verifier) but readable (like an ordinary LaTeX textbook) mathematical knowledge base which is freely accessible within the internet. Logic and set theory started.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 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.
  • 10

    ProtectedRegionImport Eclipse Plugin

    Eclipse Plugin for placing import statements in protected regions

    When generating code via templates sometimes so called protected regions are used. These protected region sections will not be overwritten by the generator. A protected region contains the specific import statements. This plugin adds quick fixes to place missing imports in this special protected region (concrete before the ending tag of the protected region).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    A Data Generator

    A tool to generate synthetic test data useful to Record matchers

    With growing amount of information from multiple sources it has become very hard to relate information to the correct real life entities. Record matching software try to solve this by machine learning techniques. To do this effectively, its necessary to train the record matcher with proper test data which is identical to real life data. Hence, there is a need for a data generator to create the synthetic data to be used for evaluating the quality and capability of record matching software...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Generates files using an XSL transformation. Supports transforming XML files 1:1, M:1 and generation of output files dynamically by the template. Supports retrieving XSL templates and XML source files from Maven dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Simple Pojo/Bean Mapper

    An ANT task to generate the conversion classes to allow you to create

    The original use for this was to take data out of a set of Hibernate DAO objects and create a variety of XML DOM objects from them. In the project that instigated this work the mapping between the DAOs and the XML DOM was not one for one and encoding the conversion into the DOAs was not a good idea. While at first sight this may seem similar to dozer (http://dozer.sourceforge.net) the primary difference is that this is code generation and does not have the overhead of using introspection at...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    TextualModelGenerator

    Generator for textual models by applying different techniques

    This is a project created and supported by: Angel Castellanos Juan Cigarrán Recuero Ana García Serrano This projects allows the modelling of textual contents by applying different techniques: TF-IDF KLD Mutual Information Chi^2 With this application the users can be able to extract the most representative terminology of a textual collection. The application is Java-based, allowing their execution in several platforms and operative systems (Windows, Linux, MacOS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    BobSleigh

    Schema Lookup & Entity Item Generator

    BobSliegh is a Java based utility which can examine a user specified database connection and produce an in-memory model of the database schema. This model can then be transformed into Java Source files e.g. database acccess objects, MyBatis SQL map files, Hibernate classes etc. The utility uses the powerful FreeMarker template engine which ensures the user has totally control over the output of the generated source files. The configuration file also borrows concepts from ANT such as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Model driven code generation can improve coding standards, speed, quality of development and reduce your costs. From my experience generating code from XML using XSLT is one of the best and fastest solutions. This is just the base of the framework presenting the idea, any code template can be implemented upon request. Some sample generators are present for SQL / PLSQL / C# / AnsiC / Java The main target is to generate DTO/BDO/POJO objects based on the database definitions in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    majala

    exe-wrapper for Java applications written in C#

    This project has moved to https://github.com/michaelknigge/majala
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Laja
    Laja is a combined code generator and parser generator written in Java. Focus has been on easy of use. It runs on most Windows and Unix/Linux plattforms. The parser generator generate parsers for Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    ClusterGen

    ClusterGen

    Linux Cluster traffic generator

    ClusterGen is a traffic generator which uses pktgen Linux kernel module for packet generation. To reach high intensity of traffic, ClusterGen uses set of hosts that generate traffic at the same time. Project was initially written and being developed by MERA http://www.merasws.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    bts
    bts es un programa para convertir aplicaciones java (.jar) a una aplicacion windows (.exe) Es de codigo abierto y cualquiera lo puede modificar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This projects aims at providing an object model which describes a java source file static and dynamic behaviour. The generated object model can be used to analyse the source code or generate new code (unit tests, for example).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Hybris Designer

    Hybris Designer

    Design Custom Hybris Applications and extend Core Model

    The objective of this project is to create a hybris accelerator for design and development of projects in an ecommerce suite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Java based application for generating Java Doc type documentation from an Oracle database
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JAVA Program to Sequence Diagram Generator. This tool tries to help on analysing and understanding the behavior of the code when developping JAVA applications by generating the respective Sequence Diagram automatically at program execution.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    git-reports

    git-reports

    Report git generator

    Report generator log commits to the version control system git. Help me make it better with issues
    Downloads: 0 This Week
    Last Update:
    See Project