Showing 1046 open source projects for "all-in-one"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • 1

    corlpack

    Ada Library for heterogenous vectors

    Corlpack consists of a library and tools aiming to simplify and accelerate programming of small, scientific, computational applications. One of the planned features is the loading and saving of a variety of research data into a single generic data structure, that is much like the named list from R, thus removing the need to learn many data access APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    FSAL

    FSAL

    Full Screen Assistant for LÖVE

    FSAL is "Full Screen Assistant for LÖVE". For all game creators with LÖVE. FSAL provides a function to easily handle full screen mode when creating games with the LÖVE framework. (LÖVE: https://love2d.org/) With FSAL you can easily implement full screen mode in your own games. You will also be able to easily implement the ability to switch between full screen mode and window mode. Furthermore, FSAL makes it very easy to create games that support freely resizable windows. It's beautiful! Try this!!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ...(2000, [] (){ std::cout << "Hello! " << std::chrono::duration_cast<std::chrono::milliseconds >( std::chrono::system_clock::now().time_since_epoch() ).count() << "\n";}); while(1){ timer.run(); std::this_thread::sleep_for(std::chrono::milliseconds(100)); } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Jadecy

    Java lib to compute (code) deps, SCCs, and cycles (Johnson algorithm).

    ... vertices). Since version 1.1, can also compute shortest cycles covering all edges of SCCs. Usage from command line is also possible but with reduced flexibility (cf. JadecyMain class). API entry point for Java code dependencies is the Jadecy class, or DepUnit that makes use of it and is designed for unit tests. API entry point for general graph computations is the net.jadecy.graph package. Requires Java 5 or later. Also available on github: https://github.com/jeffhain/jadecy
    Downloads: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 5
    CookieBar 2

    CookieBar 2

    Android library for displaying text messages, notifications and alerts

    Android library for displaying text messages, notifications, and alerts at the top or bottom of the screen. A great alternative for toast and snack bar alerts. CookieBar is a lightweight UI/UX library for displaying an interactive message on the screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SelectPage

    SelectPage

    A simple style and powerful selector, including ajax remote data

    A simple style and powerful selection jQuery plugin, including ajax remote data, autocomplete, pagination, tags, i18n and keyboard navigation features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    deeplinks.js

    deeplinks.js

    Simple deep links to any selection of text on your website

    deeplinks.js allows people to easily link directly to any text selection on your website. Here's an example of what one of these links looks like. It's intended mostly for blogs and other such websites, but it's relatively agnostic to the environment it's running in. People can select text on the site as the normally would, and when they do, the fragment identifier (the thing that comes after the # in the URL) changes. If they want to share the text they have selected, they simply copy the URL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    EventBus

    The no.1 event library for Android

    EventBus is an open-source library for Android and Java that uses the publisher/subscriber pattern for loose coupling, enabling central communication to decoupled classes with just a few lines of code. It simplifies communication between Activities, Threads, Services and other components while also simplifying code, eliminating dependencies, and overall improving app development speed and quality. EventBus offers several advanced features, such as jump start, delivery threads, subscriber...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JsonCpp

    JsonCpp

    A C++ library for interacting with JSON

    ... that it is different from 0.y.z and 1.y.z, the main purpose of this branch is to make a balance between the other two branches. Thus, users can use some new features in this new branch that introduced in 1.y.z, but can hardly applied into 0.y.z. You can download and install JsonCpp using the vcpkg dependency manager. The JsonCpp port in vcpkg is kept up to date by Microsoft team members and community contributors.
    Downloads: 17 This Week
    Last Update:
    See Project
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • 10
    jeelizFaceFilter

    jeelizFaceFilter

    Javascript/WebGL lightweight face tracking library

    This JavaScript library detects and tracks the face in real time from the camera video feed captured with WebRTC. Then it is possible to overlay 3D content for augmented reality applications. We provide various demonstrations using main WebGL 3D engines. We have included in this repository the release versions of the 3D engines to work with a determined version (they are in /libs/<name of the engine>/). This library is lightweight and it does not include any 3D engine or third-party library....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Amazon Neptune Gremlin .NET SigV4

    Amazon Neptune Gremlin .NET SigV4

    A custom library for Amazon Neptune that enables AWS Signature Version

    ... configuration set for establishing the WebSocket connection to Amazon Neptune. The SigV4RequestSigner library fetchs IAM credentials using the FallbackCredentialsFactory API (which works similarly to the Java Default Credential Provider Chain), performs the proper Signature Version 4 signing of an http request, and creates the proper WebSocket configuration based on this signed http request. One can then pass this webSocketConfiguration to the GremlinClient to create the connection to Neptune.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PSR-11 Container interface

    PSR-11 Container interface

    A common interface for dependency injection containers

    The goal set by ContainerInterface is to standardize how frameworks and libraries make use of a container to obtain objects and parameters. An entry identifier is any PHP-legal string of at least one character that uniquely identifies an item within a container. An entry identifier is an opaque string, so callers should not assume that the structure of the string carries any semantic meaning. The Psr\Container\ContainerInterface exposes two methods, get and has. get takes one mandatory...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Summernote

    Summernote

    Super simple WYSIWYG editor

    Simply download and attach your js, css with bootstrap. Customize by Initializing various options and modules. Summernote is licensed under MIT and maintained by the community. Integrate it with any back-end. 3rd parties available in django, rails, angular. Bootstrap uses certain HTML elements and CSS properties which require HTML5 doctype. Summernote uses the Open Source libraries jQuery and Bootstrap, if you are using the Boostrap 3 or 4 versions of Summernote, or just jQuery if you use...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Krajee bootstrap-star-rating

    Krajee bootstrap-star-rating

    A simple yet powerful JQuery star rating plugin with fractional rating

    ... one can have their own size configured through a simple CSS manipulation. You can use the HTML 5 number input for polyfill and the plugin will automatically use the number attributes like min, max, and step. However, number inputs have a problem with decimal values on the Chrome Browser. Specifically uses Bootstrap 3.x styles & glyphs. Can be combined to work better for Bootstrap-styled projects (or input group addons).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Exifr

    Exifr

    The fastest and most versatile JS EXIF reading library

    Exifr is a fast and very versatile JavaScript EXIF reading library that works everywhere, parses everything and handles just about anything you throw at it. It can handle any input: buffers, url, <img> tag and more; .jpg, .tif, and .heic files; and TIFF (EXIF, GPS, etc.), XMP, ICC, IPTC, JFIF segments. It skips parsing tags you don’t need, and reads only the first few bytes. There’s no need to read the whole file to see if there’s an EXIF file in it, or extract all the data when you just need...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    Splitties

    Splitties

    A collection of hand-crafted extensions for your Kotlin projects

    Splitties is a collection of small Kotlin multiplatform libraries (with Android as first target). These libraries are intended to reduce the amount of code you have to write, freeing code reading and writing time, so you can focus more on what you want to build for your users (even if you're the only one), or have more time to have fun. This project is named "Splitties" because it is split in small modules, distributed as independent libraries, so you can add only the ones you need to your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    tmi.js

    tmi.js

    Javascript library for the Twitch Messaging Interface

    ... a threshold per channel Twitch stops sending this data so it may not be necessary for all cases. Channels to automatically join upon connecting. The rate of joins is controlled by the options.joinInterval option. Automatically reconnect the client if it gets disconnected for any reason. Sometimes Twitch will request the client to reconnect and tmi.js will disconnect and reconnect even if this option is set to false.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Node Binance API

    Node Binance API

    Node Binance API is an asynchronous node.js library

    This project is designed to help you make your own projects that interact with the Binance API. You can stream candlestick chart data, market depth, or use other advanced features such as setting stop losses and iceberg orders. This project seeks to have complete API coverage including WebSockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ReinventCommunity

    ReinventCommunity

    Jupyter Notebook tutorials for REINVENT 3.2

    This repository is a collection of useful jupyter notebooks, code snippets and example JSON files illustrating the use of Reinvent 3.2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Vue.js modal

    Vue.js modal

    Easy to use, highly customizable Vue.js modal library

    Easy to use, highly customizable Vue.js modal library. This library is contributor-driven. It is not backed by any company, which means that all contributions are voluntary and done by the people who need them. If you need something improved, added, or fixed, please contribute it yourself. Please keep in mind that maintainers volunteer their free time to work on this project and have no obligation to reply on the issues, tailor library for specific use-cases or perform customer support. Dialog...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The database access library for C++ programmers that provides the illusion of embedding SQL in regular C++ code, staying entirely within the C++ standard.
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 22
    Vavr

    Vavr

    Object-functional library that runs with Java 8+

    ... and covers the concepts in depth. It is the best way to get started with Vavr. Vavr is open source and can be found on Github. It is distributed under the Apache 2.0 License. There are several additional modules that group around Vavr's core. All of these are supported by the Vavr open-source organization. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Omnipay

    Omnipay

    A framework agnostic, multi-gateway payment processing library

    Omnipay is a payment processing library for PHP. It has been designed based on ideas from Active Merchant, plus experience implementing dozens of gateways for CI Merchant. It has a clear and consistent API, is fully unit tested, and even comes with an example application to get you started. You can learn one API and use it in multiple projects using different payment gateways. If you need to change payment gateways you won’t need to rewrite your code. Most official PHP payment gateway libraries...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 24
    Image Picker Library for Android

    Image Picker Library for Android

    Image Picker for Android, Pick an image from Gallery

    ... and sometimes we have a requirement to upload images with specific resolution/size, in that case, image compression is the way to go option. To simplify the image pick/capture option I have created the ImagePicker library. I hope it will be useful to all.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 25
    LambdaCD

    LambdaCD

    a library to define a continuous delivery pipeline in code

    Abandon your build servers, build your own! With LambdaCD you develop and build pipelines just like your applications: In code, in version control, with tests and refactorings. LambdaCD is a toolbox to enable you to build your own build server. It's got you covered, whether you need ten simple builds or one hugely complex delivery pipeline.
    Downloads: 0 This Week
    Last Update:
    See Project