Showing 1352 open source projects for "define"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1

    Spooky Coder

    Auto code generation for many languages.

    Quickly define your ORM with the simple Brainstorm format, then instantly create your SQL, Java, PHP, Python, Perl, even C++, etc. code to manage all your object relationships.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Reliability Sensitivity Analysis

    Reliability Sensitivity Analysis

    Reliability sensitivity analysis in a single spreadsheet using VBA

    1- Define random variables using mean and standard deviation 2- Define limit state function 3- Get the sensitivity derivatives with respect to all random variables
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    APIthet

    An Application to security test RESTful web APIs.

    ...This helps set a unique value for a specific JSON parameter in an API. The application is available as a Windows exe file.. In progress and planned features: -More test cases to attack target API. -Add APIs and define sequence. -Read APIs from doc link. -Business Logic test. TODO: Build for Linux (and may be OS X).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Gin Config

    Gin Config

    Gin provides a lightweight configuration framework for Python

    ...By decorating functions and classes with @gin.configurable, Gin allows their parameters to be overridden using simple configuration files (.gin) or command-line bindings. Users can define default parameter values, scoped configurations, and modular references to functions, classes, or instances, resulting in highly composable and dynamic experiment setups. Gin is particularly popular in TensorFlow and PyTorch projects, where researchers and developers need to tune numerous interdependent parameters across models, datasets, optimizers, and training pipelines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    jQuery.initialize

    jQuery.initialize

    jQuery plugin for dynamically created elements initialization

    ...It will then listen for any changes to the Document Object Model and apply the callback function to any new elements inserted into the document that match the original selector. This allows developers to define an initialization callback that is applied whenever a new element matching the selector is inserted into the DOM. It works for elements loaded via AJAX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Table Builder for CSV

    Table Builder for CSV

    The Table Builder for CSV creates HTML table from csv file

    The Table Builder for CSV creates HTML table from csv file in Wordpress. It provides pagination and search filter capabilities for created table. Also, you can customize settings of created table and define new captions for columns headers. For using this plugin, you should place your csv files in the WordPress uploads folder. To use this plugin, after activation of the plugin, you should place [table_builder_for_csv] shortcode in your posts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JPPF

    JPPF

    The open source grid computing solution

    JPPF makes it easy to parallelize computationally intensive tasks and execute them on a Grid.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    anaGo

    anaGo

    Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition

    anaGo is a Python library for sequence labeling(NER, PoS Tagging,...), implemented in Keras. anaGo can solve sequence labeling tasks such as named entity recognition (NER), part-of-speech tagging (POS tagging), semantic role labeling (SRL) and so on. Unlike traditional sequence labeling solver, anaGo doesn't need to define any language-dependent features. Thus, we can easily use anaGo for any language. In anaGo, the simplest type of model is the Sequence model. Sequence model includes essential methods like fit, score, analyze and save/load. For more complex features, you should use the anaGo modules such as models, preprocessing and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    MLM software binary sourcecode

    MLM Software Binary and generation plan c# source code binary tree

    ...A web-based and user friendly MLM tools allow you to track your customers and recruits, as well as organize and report day to day sales, revenue and profit. It is the simple and user friendly interface which is one of key aspects of our software. Our MLM Software has features to define products from which the marketing Firm is doing business for MLM software facilitates to define user commission and generate commission reports. Complete downlink can be seen in a tree view by our Online MLM Portal by the members. All users can have access into a system and they can view / modify only their downlink. Every member will collect their own bespoke self replicating web page, with a fixed plan, Downlink, Payment Status and Reminders. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Deep Reinforcement Learning for Keras

    Deep Reinforcement Learning for Keras

    Deep Reinforcement Learning for Keras.

    ...This means that evaluating and playing around with different algorithms is easy. Of course, you can extend keras-rl according to your own needs. You can use built-in Keras callbacks and metrics or define your own. Even more so, it is easy to implement your own environments and even algorithms by simply extending some simple abstract classes. Documentation is available online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AniList Api v2 GraphQL Docs

    AniList Api v2 GraphQL Docs

    AniList API V2 GraphQL Documentation

    ...The AniList & AniChart websites themselves run on the Api, so everything you can do on the sites, you can do via the Api. Free for non-commercial use. GraphQL is a strongly typed Api query language that provides an alternative to REST. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. This avoids both the problems of over and under-fetching data, while also allowing for a more powerful and flexible Api. You can omit the variables object and instead hard-code your values inside your query, however, this is not recommended past the simplest of queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    bashful

    bashful

    Use a yaml file to stitch together commands and bash snippits

    bashful is a command-line tool written in Go that allows you to define your build, automation or scripting workflow declaratively in YAML and have tasks executed in either series or parallel, with pretty progress output, logging, error handling, and orchestration instead of manually writing large bash scripts. The idea is that your bash automation should be “quiet and shy-like” rather than verbose and messy, so bashful provides a structured way to describe tasks (commands, downloads, nested operations) in a YAML file, and then run them with a nice terminal UI showing progress bars, logs, ETAs, etc. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FredBoat

    FredBoat

    A Discord music bot serving music in over 3 million Discord servers

    ...FredBoat's permissions can be configured the same way as any other Discord bot which uses slash commands. If you have both the Manage Server and Manage Roles permissions in a Discord server, you are able to define which Discord users and roles are allowed to use which commands, and in which channels. You can define permissions in the Integrations menu of the Server Settings. Then click Manage next to FredBoat. See also Discord's guide. FredBoat rocks the house with tracks, playlists, and live streams sourced from Soundcloud, Bandcamp, Twitch, Deezer, Vimeo, and Dailymotion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    State Transition Plugin for Phaser

    State Transition Plugin for Phaser

    State transition plugin for Phaser.js

    Phaser State Transition is a plugin that facilitates smooth transitions between game states in Phaser. It allows developers to define custom animations and easing functions when switching scenes, enhancing the visual flow of games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AccessControl

    AccessControl

    Role and Attribute based Access Control for Node.js

    AccessControl is a Node.js module that provides a flexible and intuitive API for implementing role-based and attribute-based access control (RBAC and ABAC) in applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Scrapbook Chronicles and Maps

    Scrapbook Chronicles and Maps

    Create online scrapbooks with pictures, stories, and maps

    Scrapbook Chronicles website PHP and MySQL open source software enables users to create public or private scrapbooks with pictures and stories plus optional maps with multiple markers and pop-up links if picture geocode locations set. Scrapbooks are organized into user defined categories with options to set date, columns, text size, picture size, selected period, and keywords. User must login wiith user name, email, and password to update scrapbooks. Site requires https SSL to support...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    BiDiB-Wizard

    BiDiB-Wizard

    Configuration tool for BiDiB decoders (see http://www.bidib.org/)

    This is a configuration tool with graphical user interface to modify properties of and to define macros for BiDiB decoders (see http://www.bidib.org/). The BiDiB-Wizard uses a free JIDE license for open source projects. Please visit http://www.jidesoft.com/ for more information.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18

    CLI

    Command Line Interface toolkit

    Command Line Interface library and set of tools that allow one to easily define text-based user interface, with a direct link to the native code to execute. More information on the official website.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 19
    Graphcool Framework

    Graphcool Framework

    Graphcool is an open-source backend development framework

    Graphcool was an open-source framework for developing and deploying GraphQL-based backends. It acts as a “backend-as-a-service / framework” that lets you define your data model via GraphQL SDL (Schema Definition Language), and in turn generates a GraphQL CRUD API, supports nested mutations, filtering, pagination, and real-time subscriptions. Graphcool separates the business logic from stateful storage components, allowing the stateful parts (database, subscription engine) to scale independently and giving flexibility in how you compose your system. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    DGRLVQ

    Dynamic Generalized Relevance Learning Vector Quantization

    Some of the usual problems for Learning vector quantization (LVQ) based methods are that one cannot optimally guess about the number of prototypes required for initialization for multimodal data structures i.e.these algorithms are very sensitive to initialization of prototypes and one has to pre define the optimal number of prototypes before running the algorithm. If a prototype, for some reasons, is ‘outside’ the cluster which it should represent and if there are points of a different categories in between, then the other points act as a barrier and the prototype will not find its optimum position during training. Since the model complexity is not known in many cases, we avoid this problem by introducing a "Dynamic" version of LVQ. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Elastik
    A very flexible web based ticket/issue tracker with multiple clients and projects, fully configurable fields, categories, stati and status transitions - all on a per project basis. Track any process you want! Available under an BSD license from MAPIX Technologies
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    GMcloser

    Closing the gaps in scaffolds with preassembled contigs

    ...The efficiency of gap closure can be increased by successive treatments with different contig sets. An accompanied package, GMvalue, is a tool to determine misassembly sites in contigs and scaffolds. Unlike other related tools, GMvalue can define misassembly categories with several options, and can be applied to assemblies of a large size genome. By using the -e option, GMvalue also generates error-free assemblies by splitting or correcting misassembles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CamShaft
    Calculation of camshafts - allows to define a camshaft profile on the set trajectory which should provide the given mechanism. The trajectory can be set graphically, co-ordinates or function.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Telegram::Bot

    Telegram::Bot

    Ruby gem for building Telegram Bot with optional Rails integration

    Tools for developing Telegram bots. Best used with Rails, but can be used in a standalone app. Supposed to be used in webhook mode in production, and poller mode in development, but you can use poller in production if you want.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    openBaraza

    openBaraza

    JAVA XML Development framework

    Baraza framework is a Java Development made easy by taking advantage of XML to define components. Baraza incorporates different independent projects that work independently using the same Java code block that uses the individual project XML block to produce a desired result. Using the framework, desktop applications, applets can be easily developed using XML document.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB