Showing 1352 open source projects for "define"

View related business solutions
  • 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
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    tsp-problem-ga-aco-comparisson

    tsp-problem-ga-aco-comparisson

    Genetic Algorithm and Ant Colony to solve the TSP problem

    This project compares the classical implementation of Genetic Algorithm and Ant Colony Optimization, to solve a TSP problem. It's possible to define the number of cities to visit , and also interactively create new cities to visit in a 2D spatial panel. A total distance is given for AG and ACO solution at end.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Archeotes is a backup software designed to be extremely flexible. Define exactly which files you want to save, encrypt, compress, keep old copies, encrypt path, safe delete of obsolete files. Complete and differential backup capability. Easy recovery
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Association football (soccer) statistics management system - a web-based framework to collect information about football (matches, competitions, etc). Written on PHP, contains generic framework to define and display relational DB structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    IntelliJ plugin for Haskell

    IntelliJ plugin for Haskell

    IntelliJ plugin for Haskell

    ...My first approach was to use the default way of creating an IntelliJ plugin by defining a grammar and a lexer according to Haskell report. That didn't work out because I could not define all the recursion. Then I decided to use grammar and lexer definitions only for tokenizing and parsing Haskell code, and not for syntax checking the code. This is needed for syntax highlighting, all kinds of navigation, and so on. Further Haskell language support is provided with the help of external tools. Show error action to view formatted messages. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5

    Python Variable Variables Manager

    a python manager class for named variables (variable name is variable)

    ...This is a good idead, however, there are many aspects arising from this: * you'll yourself be responsible for this dictionary, including garbage collection (of in-dict variables) etc. * there's no locality for variable variables, all are global within the dictionary, unless you locally define different dictionaries for this purpose * you are more flexible, e.g. you can decide to overwrite existing variables or, alternatively, to raise an exception on overwriting (e.g. for const variables) * if you want to rename a variable name, you'll have to do it manually * ... Please Find some examples in the Wiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    we propose a Self-organizing Map (SOM) based framework specifically for analyzing and visualizing the relationships among artistic styles of painting collections. In our framework, we first define a set of image features based on artistic concepts; then a SOM-based hierarchical model is used to analyzing features extracted from individual artists’ painting collections. For our experiment, we obtain painting collections of six artists representing three art movements: post-impressionism, cubism and renaissance. Through our experimental results, artistic styles of different painting collections and their influential relationships can be analyzed and visualized. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    PHP Prefixer

    Convert a number to a string appending a prefix

    ...It can take a number and calculate its order of magnitude to determine what is the prefix to be appended to the number, for instance converting 250000 to 250K. The conversion can be configured to define rounding rules, the numeric base, and the text of the prefixes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Feris MP3-Organizer

    Tool for organizing your MP3 collection

    ...The sorted directory structure is: "[ARTIST]/[ALBUM]/[TRACK]-[TITLE]". If the files are recorded in the correct order, then the track numbers created by Feris MP3-Organizer will be correct. In the GUI you define the incoming-folder and the collection-folder. Activate Feris MP3-Organizer by clicking "START MONITORING INCOMING FOLDER". All existing mp3 files will be processed in chronological order (using the file timestamp). All new appearing mp3 files will be processed with a dely of 5 seconds. Any ideas, feedback, ... welcome: ferenc_hechler@users.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JFig

    JFig

    JFig is a simple, powerful tool to manage application configuration

    ...Using a combination of hierarchical xml files and substitution variables, it enables developers to: 1. Store application configuration in one common repository of XML files 2. Access configuration data using one common, convenient interface 3. Easily define multiple configurations tailored to different environments, with the ability to dynamically modify those variables that need to change in each environment 4. Eliminate the error prone practice of defining the same configuration variables in multiple locations 5. Ease the management, deployment, and control of configuration files
    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

    OpenTK.GameWindowControls

    2D Controls Library using OpenTK/GL (Linux)

    ...For example a "Button" is only a container, that has content, with some sort of border of a particular geometric shape (as are many controls), the only logic in a button is it that it responds to certain user events. I define it as such in OpenTK.GameWindowControls. Please note that this project is in early development. And I am currently looking for supporting developers. Especially people strong in OpenGL. See Wiki Page for more info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    yourCMDB

    yourCMDB

    A free, easy to use, generic CMDB written in PHP

    We moved to GitHub. Please see https://github.com/michael-batz/yourCMDB yourCMDB is a web based CMDB which easily allows you to define your own object types in a XML configuration file. Functions: - Add/Edit/Delete objects - Show objects - Define links between objects - Import and export objects (at the moment from CSV file) - Search over all fields Environment: - PHP - MySQL For Changelog, RoadMap and other documentation have a look at http://yourcmdb.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ...A sample interaction session could be as follows: >>> 1 1 >>> 2 + 3 5 >>> a = 10 >>> b = 20 >>> c = 2 * a + b >>> c 40 The above, as you can see allows you to define variables (e.g. a, b and c), and compute complex arithmetic expressions (e.g. 2 * a + b).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    KObject java

    KObject java

    Java EE MVC2 framework

    MVC2 Client and Server framework for Java EE with ORM functionality, templates, code generation for rich client
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    ConnectingGTA Training Launcher

    A web-based launcher into the ConnectingGTA Training Environment

    ...While this program is complete, certificates and private keys are not publicly available, and thus cannot be integrated with a regional hub without valid credentials. This program provides the following functions: o Program Trainers at Hospitals can define training courses o Hospital Trainees (Clinicians) can take training courses o Program Operations personelle can add/remove trainers, organizations, and reusable internal accounts. For more information about ConnectingGTA, see the eHealth Ontario website: http://www.ehealthontario.on.ca/en/regional-partners/view/cgta
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Application to book for a meeting

    Manage bookings for meetings with prospects

    This is a simple web application to manage meetings with prospects. Each of your sales persons must have an account to login. Once logged, (s)he may define calendars, time slots, prospects, and send invitations for a meeting. Prospects can book one (or more, if allowed) of the time slots - and there is a warning if they try to book 2 overlapping time slots (e.g. to meet with 2 different sales persons at the same time). A prospect may also cancel his/her bookings. Your sales persons may define different templates for the notification e-mails (invitation, booking confirmation, cancellation confirmation), but only one template for each of the 3 types may be active at a time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ShelterOps

    ShelterOps

    ShelterOps - Animal and Wildlife data management software

    ShelterOps is a PHP based software program to manage animal operations for animal welfare organizations, animal rescues, wildlife rescue/rehabilitation facilities, animal control agencies (ACOs) and any other entities that need to track animal intake, dispositions, medical procedures, assessment, etc. It offers a basic Point Of Sale (POS) system for services, licenses, merchandise and general ledger integration for accounting, as well as several optional modules to extend functionality...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Easy SMS - SMS Sender

    Easy SMS - SMS Sender

    Auto Send SMS to your customers & employees

    Easy #SMS It’s a software solution designed to #sendSMS automatically to your customers and employees. Define SMS temples and system will send SMS when: - New Customer is added - New booking is added or cancelled - Booking reminders - Occasions SMS - Birthday reminders Manage your employee information like Ids, Passports and visas expiry date, system will send your employees SMS when: - Adding new employee - Reminders to renew their passports, visas and Ids - New booking is assigned or cancelled - Birthday reminders - Occasions Reminders You can send bulk SMS to your customers and employees according to their preferred language with only few clicks.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    kpi4j

    kpi4j

    Open source java library for generating performance statistics

    This is an open source library that allows generating performance indicators easily for java based application. This library is configurable through an xml file (similar to log4j) in order to define the performance object types, dimensions, counters, the output format and statistics generation periodicity. Those statistics can be saved as a file (xml/json) or injected directly in a database. Then they can be correlated and analyzed through any Business Intelligence solution in order to check the application performance and quality: number of transactions, ratio of successful and failure ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Heap Variable

    Declare 1 byte to 4,294,967,295 byte variables.

    This libary gives programmers the ability to define variables from the range of 1 byte to 4,294,967,295 bytes. You have the assignment operators, boolen, and basic math functions, along with bitwise operations. Version 3.2 brings a faster print_heapvar_decimal function. It is still slow, but much faster than the old function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    C/C++ Neural Networks

    A C API for working with Neural Networks

    A free C library for working with FeedForward Neural Networks, Neurons and Perceptrons
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Capt_in

    Take the web-site. easily! automatic!

    ...This program core is imported by IECapt (http://iecapt.sourceforge.net/) If do you want to donate something, do to core developer(bjoern@hoehrmann.de). The contribution of this program is only graphics user interface. How to use : 1. Excute 'Capt_in.exe' 2. Click [Open] Button(Right-bottom site button). Define directory for saving with image 3. Copy website list to clipboard. And click [Paste clipboard]. (Maybe... list will append to table list) - Example web site list: http://www.google.co.kr http://www.naver.com http://www.chosun.com/ http://joongang.joins.com/ http://www.khan.co.kr/ http://www.etnews.com/ 4. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Grammar based Combinatorial Solver

    Grammar based Combinatorial Solver

    Solver with Applications in Computer Network Systems Design

    The solver performs an exhaustive search on the space defined using simple formal language grammar constructs to identify solutions that meet the objective and constraints. It can be used to easily define complex discrete multi-dimensional combinatorial problems that are otherwise difficult to model using Mixed Integer Linear Programming solvers. The solver does not make any assumptions on continuity of the search space. The solver is implemented in PHP. A GoJS based visualization is provided for model's grammar. Two system design model samples are provided. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Greenscreen

    Greenscreen

    A digital signage solution using the Web and Chromecast devices

    ...It focuses on displaying one or more web pages or widgets full-screen, cycling through them on a timer so an office TV can show build status, metrics, incident pages, or any internal site without manual tab juggling. Configuration is straightforward: define a playlist of URLs, the rotation interval, and a few presentation options, then point a dedicated device at it. Because it’s just the web at heart, it integrates easily with whatever monitoring or analytics tools you already use. The project emphasizes reliability and simplicity over heavy features, so you can leave it running unattended for long stretches. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Chunk, an HTML Template Engine for Java

    Chunk, an HTML Template Engine for Java

    Clean, powerful templates for Java

    A powerful Java Template Engine, great for building HTML or XML docs. Chunk can handle many other needs and situations as well. In-tag filters & default values, multiple snippets per file, layered themes, macros, conditional includes, localization & more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    yourDashboard

    yourDashboard

    Webbased Dashboard to show the status of your IT infrastructure

    We moved to GitHub. Please see https://github.com/michael-batz/yourDashboard yourDashboard is a webbased dashboard engine written in PHP. You can define multiple dashboards using a XML configuration file. Each dashboard consists of one or multiple dashlets, that will be reloaded in a configurable time interval using AJAX technology. yourDashboard comes with a few dashlets, but it is easy to write your own dashlet, too. At the moment, the follwing dashlets come with yourDashboard: - dashlet for OpenNMS outages - dashlet for OpenNMS alarms - dashlet for newest tickets in OTRS queue - clock dashlet
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB