Showing 1878 open source projects for "define"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    LoLBestPingEUNE

    LoLBestPingEUNE

    Windows Tool to check your ping before a game for League of Legends.

    Windows Tool to check your ping before a game for League of Legends and not only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    DRUMIDI

    Map, edit and filter your e-drum midi inputs to suit your needs.

    DRUMIDI allow you to easily edit and filter the input and output notes from your E-Drum set or midi Keyboard. You can change the output note for a given input note; Define a secondary output note wich will alternate with the main output note; Define a velocity sensitive key, wich will alternate based on the strenght you hit your drum pads or press your keyboard keys; Save and load presets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Truncate Trajectory (VMD plugin)

    reduces the size of MD trajectories

    ...The dimensions and angles (a, b, c, alpha, beta, and gamma) should be also provided in the original trajectory files (if not please contact me: tevang3@gmail.com). In the current version you can define how many water molecules to keep but not other hetero compounds. If you want to keep other hetero compounds (e.g. ions, ligands, etc.) then you will have to keep ALL of them. In future versions you will be able to specify how many non-water hetero compounds to keep (development is under way).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Browser Kiosk

    Browser Kiosk

    Small application to run a webpage in kiosk mode from command line.

    Small application to run a webpage in kiosk mode from command line. If you run the application without any switches, it will open www.google.com and ask you which monitor you want it on. To define what URL and monitor to load on, add the url followed by the monitor number, like so: "Browser Kiosk.exe" http://www.soniclighting.com 1
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5

    HeaderConverter

    Converts C headers into Assembly headers

    This is a simple application that converts c header files into assembly header files. It basically converts "#define" into "equ". For while it just converts numeric constants, and doesn't solve operators. Usage (Windows): Execute "HeaderConverter.exe"; Type the file name to be converted (C header); Press enter; Will be generated a file named "out.s" on the same folder of the executable. Usage (linux): Open a terminal; Go to the folder of the executable (cd folder/...); Type ....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    dastoryboard

    dastoryboard

    Storyboard software for classic animation

    A storyboard software that lets you draw storyboard pads, time them and show them as an animatic. You can make a video from the pads, for further editing and production. ffmpeg must be installed, if you want to export video. The current version is very basic. Plans for further development is outlined in the README file. dastoryboard is developed and tested under Linux. It should be possible to compile and run it under Windows and MacOS as well, but it hasn't been tested, and I don't...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CreditProduct

    CreditProduct

    Defines curves, products, and params interfaces for Credit Products

    CreditProduct aims to define the functional and behavioral interfaces behind curves, products, and different parameter types (market, valuation, pricing, and product parameters). To facilitate this, it implements various day count conventions, holiday sets, period generators, and calculation outputs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    jbGrid.js

    JavaScript Grid

    jbGrid.js is a simple JavaScript Grid Library. Though it's still under development, you can already use it for free. Documentation will be available as soon as possible. Features: - Layout - Items - Sorting - Formatter - Assign class name - Pagination Short Guideline: http://blogs.jbllanda.com/jbgrid-js-a-javascript-grid-library/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    LiveRadar

    LiveRadar android dating application

    LiveRadar is an application which helps you to find interesting people face- to-face instead of meeting them online only. You create a profile and define your interests. LiveRadar alerts you when someone that matches to your interests is nearby.
    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
    jk3d is a java code for 3d interpolation of scattered data. jk3d uses a quality weighted ordinary Kriging method and optional an inverse distances weighting method. It has no graphical user interface and uses ASCII files to define the input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Data Structures

    Simple library for generic data structures

    A simple library containing data structures for C. The structures are designed using "generics"; C does not formally support generics however generics are emulated using a #define macro.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    HTML++

    HTML++

    Object-oriented generation of HTML code on .NET 4 Client Profile

    This library allows you to generate HTML pages directly from your code in a strongly typed, compositional, safe and concise manner. Requires the .NET Framework 4 Client Profile only. It is licensed under LGPL, which means that you may use it in commercial products. The project logo is from Mariano Real, who kindly provided it under a Creative-Commons license.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13

    MWE2 Derivator

    The derivator is a mwe2 workflow comp. for auto inheritance generation

    ** JUST CHECK OUT THE CODE (svn) OR DOWNLOAD THE ECLIPSE PROJECT FROM FILES - AN EXAMPLE OF HOW TO USE THE DERIVATOR IS CONTAINED IN BOTH ** This component was developed for the use in a xtext project. A possible use case is enhancing auto generated classes or interfaces with additional functionality. For example: you define your grammar within a .xtext file. The mwe2 workflow generates xtext artifacts (classes and interfaces) representing your language. If you want to add further functionality to those artifacts, just configure custom inheritance by the use of this workflow component. Integrate this component in your xtext artifacts generation workflow and your custom inheritance will be considered every time you regenerate your language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Fresh Set of Images

    Download images from different sites with an extendable plugin system

    This project has moved to github for better collaboration: https://github.com/Mgamerz/Fresh-Set-of-Images This repository is no longer maintained. Fresh Set of Images downloads images from various sites through the use of easy to implement extensions. It stores them into a folder, which you can point your OS' wallpaper directory at to always have a fresh set of images. It is currently under development and is not yet active. Fresh Set of Images was originally named EarthPorn...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    QRun

    QRun

    Extended version of "Run Dialog Box" for Windows.

    QRun is an extended version of "Run Dialog Box" for Microsoft Windows operating systems. The main purpose of QRun is to provide more convenient user-interface and user-experience to end-users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Optimal exploration path

    Optimal exploration of grid environments for a realistic robot.

    This project provides a resolution algorithm for the optimal exploration problem in the discrete space. Specifically, we define the optimal exploration problem as a classical AI search problem, which is solved with A*. A set of parameters and speedup techniques are proposed in order to balance the algorithm's expected computation time and the solution's quality. For more details, refer to the preliminary paper: A. Quattrini Li, F. Amigoni, and N. Basilico.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    justsimple

    the paradigm MVC implemented by using Java annotations on a Swing app

    This simple framework allows the implementation of the paradigm MVC (Model-View-Controller) for the development of any Java Standalone Desktop application just by using only one Java annotation. It was called "just simple" because the developer has just to define 3 separated and independent classes, a model, a view and a controller... and all the work of putting together is made by the the framework that discovers the annotations (specified in each class) and mix all together their functionalities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    jsimple.org

    jsimple.org

    Rapid Development Framework Based on the Java EE platform and Swing

    In a general way, we can define a jSimple as a piece of software that automatically connects persistent data (Entities) with the user interface (visual objects). We use the word "connect" because it implements all the logic that is needed to display persistent data and to make the user input persistent, creating or modifying data. The main benefit of using a jSimple is that it simplifies database applications development, because it takes care of all the technical aspects involved in moving data from the persistent to the presentation tier and vice versa, saving big amounts of code and lots of headaches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Zoe

    Zoe

    Zoë is an open source tool for generating spritesheet images

    ...It's best practice to have all your animations on the root timeline, and use labels to identify your different animations or frames. To begin, simply drag a swf file into Zoë, and click Export to create a SpriteSheet. Zoë and Easel support custom registration points on images. To define one, simply place an empty clip on your timeline labeled registrationPoint. If needed, you can also define multiple points per file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Automated Backup System for Websites

    Automated Backup System for Websites

    A configurable, automated backup system for websites on FTP hosts

    Abs is a configurable, automated backup system for websites on FTP hosts. Sysadmin need only to set a configuration file for each domain. Project is now on GitHub https://github.com/mmilidoni/abs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    gpgmpi

    An GPGMP in C++/OpenCL with improved time step algorithm

    ...The software is now completely implemented in C++ and OpenCL which only depends on boost library and GPU vendor’s OpenCL SDK. It can be easily set up with Microsoft Visual Studio on Windows platform. The programming interface to define and solve a problem is rather simple and we encourage applications in specific domains as much as possible
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Prestashop Module Paypal + FEE_PS14 - 15

    Prestashop Module Paypal + FEE_PS14 - 15 Multilang.

    ...Merchant Benefits the possibility of transferring the commission that collects PayPal customer the possibility of establishing any of the percentage to be added to the value of goods customer when purchasing is informed of the payment list that if you select payment via paypal will be added him to the calculated value of the contract amount Features does not require modification of the PrestaShop files support for multiple languages (name and description of the extra charge are translated in accordance with the language of the customer) adding an additional amount is based on the creation of another product which displays immediately after redirecting to PayPal in the payment summary (you can define the name of the product
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    XPathFinder

    XPathFinder

    Eclipse search by XPath

    Eclipse plugin allowing to search XML files matching to an XPath request.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    NCsvLib is a .NET library for writing 'structured' text files/streams. An example of structured file is CSV (comma separated values), but the library can handle more complex structures. Basically you define a 'schema' that describes size and format of various fields that the library then reads from a data source (ie. database) and writes their values to an output stream (ie. text file or http stream). Its architecture makes possible to use various methods for storing data (ie. on database) and define file schema (default is XML file). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    T4 XSLT

    Apply XSLT transformation in T4 files

    Need to generate code using XSLT styleshests? Want to ease integration of the XSLT transformation into Visual Studio? Now you can easily define and run XSLT transformations in T4 files. You create a regular T4 tamplate, set it's base class to the class introduced in this project, type (or paste) the XSLT markup directly into the T4 file.... and off you go.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB