Showing 1352 open source projects for "define"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    The OpenEmcee Microflow engine is a Java framework designed to encourage development of modular, reusable, and independent units of business logic. XML is used to define program flow. This framework drafts from the MC of the MVC pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Perl-script that generates a web-page (dhtml, css) with real-time web-statistics for game-servers (half-life, quake3) with help of commandline tool qstat (or quakestat). Visitors can define what server(s) and which information will be displayed
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Universal UI is an open development environment that allows the creation of user interfaces in multiple programming languages. The application classes define a framework that is subclassed by a developer and tailored for language specific output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Use Java define and execute build and deployment scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 5
    Bossa is a workflow engine written in Java. The engine is very fast and lightweight, uses a very expressive Petri net notation to define workflows, does not requires a RDBMS and is very simple to use and to integrate with java applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    A run-time configurable character stream tokenizer that allows the user to define token classes via regular expressions. The developer is not limited to predefined notions of whitespace, commenting, or word modalities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JSourceCodeWizard is a source code generator written in Java. 1.Define parameter for class, field, class property (ie. XML, SQL(JDBC) availability) information into XML file. 2.JSourceCodeWizard generate Templete (parent class) Java source code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Dynamically Web-Transalation-Database. You can define a new Language for the dictionairy and expand by your self. Programmed in php4, uses mysql and apache
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This project tries to define a new grammar to be used for database access. It should be easier to learn, understand and use than SQL, be more consistent, and contain significantly less rules. It does not try to be an extension or subset of SQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • 10
    dbPerceptor generates html forms for editing MySQL databases. Based on configuration files you define, it automates the process of creating list, add, edit, and delete interfaces. Over 25 configuration options are available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The eSysprops Eclipse plugin provides a regular expression filterable view of the system properties set. In addition, through a preference page, users can define custom system properties to be restored each session.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Tired of spending hours of sleep tuning you Robocode Bot? Your bot is full of constants that if wrong tuned would let to awfull performances? BotOptimizer will help you tune the bot, allowing you to define also your optimization algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Define a simple and pragmatic model for a client-server OLAP engine suitable for use in a database agnostic web based architecture, and implement this in a variety of languages for a variety of platforms. Rework of original XML-OLAP project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Almost Naked Objects intend to be a web based, less restrictive version of Naked Objects, enabling the user to do declarative configuration/cutomization to define navigation and flow, as well as fully or partially overwrite the layout of the generated UI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    jargp is a command line argument processing library for Java applications. It takes an array of simple descriptors to define the arguments used by an application, then uses reflection to store argument values directly into a supplied class instance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Wadsworth is a java based web scripting engine. It uses user-defined XML scripts to define its actions. It can be used as a web testing tool, or as a web scraper, or to automate any web actions you wish. It can also be invoked and controlled by another
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ALGUL is an addon to the Allegro library. It's goal is to provide its users with a way to use a simple XML-like input format to define the GUI layout. It should also work with user defined GUI elements and together with other GUI addons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project will build a real time pricing ‘enterprise application’ using open source technology stack. The goal is to pre-define a stack and demonstrate the use of open source technologies for enterprise applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    YASA is a framework to simulate and analyze real time scheduling applications on different platforms. These platforms are called Executives. You can define own tasksets, own schedulers and own synchronization protocols to describe your target environment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    I wanted to create a simple program that was very portable that could process #include, #define, #ifdef, #ifndef, #else and #endif statements. M4 is too complicated and cannot handle nested if-else this program can be used with M4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Automagically categorize content into configurable/trainable taxonomies. This allows you to define taxonomies, and feed html documents into the categorization engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JPP is a simple macro preprocessor for Java. It is entirely written in Java and provides C-like preprocessor commands like #define #undef #ifdef #ifndef #else #endif #include. More to be developed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    FreeFields is an Ampoliros module for the Magellan CMS. It allows to define free tag fields for the Magellan template system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A user-friendly Java-based DICT client. That means it is basically an Internet dictionary, which will look up words for you over the Internet and define them for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Gnubert will be a system to use the power of many computers across the internet to solve problems using evolutionary techniques. Any user may define a problem and the system will attempt to solve it.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB