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

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 1
    SweetModal

    SweetModal

    The sweetest library to happen to modals.

    The sweetest library to happen to modals, is now available for Vue.js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    pretty-checkbox.css

    pretty-checkbox.css

    A pure CSS library to beautify checkbox and radio buttons

    A pure CSS library to beautify checkbox and radio buttons. Download from yarn or npm. These are simple checkboxes with three shapes. Add class p-switch. For shapes add class, p-outline or p-fill or p-slim. There are five colors. Can be used as Solid ( p-primary ) or Outline ( p-primary-o ). You can add any font icons to replace basic checkbox styles. There are two classes to be added. First, p-icon to .pretty. Then add icon class along with font icon classes inside .state. This library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    REST Countries

    REST Countries

    Get information about countries via a RESTful API

    Get information about countries via a RESTful API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    gremlins.js

    gremlins.js

    Monkey testing library for web apps and Node.js

    .... You can also add custom gremlins easily. While gremlins try their best to destroy your app, another type of scripts called mogwais monitor the console errors and the number of frames by second to detect performance problems. Every action performed by the gremlins, and all the errors that might occur, are all logged! In version 2.0, we now use npm to publish the library and unpkg to serve it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    Sticky Sidebar

    Sticky Sidebar

    Pure JavaScript tool for making smart and high performance bar

    Sticky Sidebar ⬆⬇ is a pure JavaScript plugin for making smart and high-performance sticky sidebar, works with the sidebar if it’s taller or shorter than the viewport, is integrated with a resize sensor to re-calculate the dimensions automatically when the size of the sidebar or its container is changed, supports jQuery/Zepto and compatible with Firefox, Chrome, Safari, and IE9+. The source can be found on GitHub.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    bDialog

    bDialog

    Extend the Bootstrap Modal features, making dialog more functions

    Extend the Bootstrap Modal features, making dialog more functions and easier to use, dialog type including modal, alert, mask, and toast types. A multi-layer nested, highly customizable powerful dialog plugin, dialog type including modal dialog, alert dialog, mask layer, toast dialog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    jquerygantt

    jquerygantt

    Lightweight jQuery gantt plugin

    A jquery plugin for creating a gantt chart.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    jQuery Selectric

    jQuery Selectric

    jQuery plugin for easy manipulation and customization of HTML selects

    jQuery Selectric is a jQuery plugin designed to help stylize and manipulate HTML selects. You can pass an options object as the first parameter when you call the plugin. All events are called on the original element. Within the callback you have access to the event object, the original select element, and the current Selectric instance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ExpressionJ is a Java library allowing to interpret simple numeric expressions, which may be used in all applications which have to combine numeric values, but do not want to use full-blown scripting languages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10
    PDFReporter

    PDFReporter

    Generating documents and reports, offline enabled and reliable.

    The library is a fork of the popular open source Jasper Reports and supports the common features provided by Jasper Reports, but offline and for mobile apps. The PDFReporter library supports iOS, Java and Android library. For your document and report design you use the PDFReporter Studio where you can visualize your data. If you want to use the library commercially please visit our official webpage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Haxl

    Haxl

    Haskell library that simplifies access to remote data

    Haxl is a Haskell library that simplifies access to remote data, such as databases or web-based services. Haxl can automatically batch multiple requests to the same data source, request data from multiple data sources concurrently, cache previous requests, and memoize computations. Having all this handled for you behind the scenes means that your data-fetching code can be much cleaner and clearer than it would otherwise be if it had to worry about optimizing data-fetching. To use Haxl in your...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    chemfiles

    chemfiles

    Modern library for chemistry file reading and writing

    Chemfiles is a modern and high-quality library for reading and writing trajectory files created by computational chemistry simulations program. These trajectories contains atomic positions, velocities, names, topology and sometimes more. Running simulations produce enormous amounts of data, which has to be post-processed to extract physical information about the simulated system. Chemfiles provides an interface to access this information which is - unified: the same code will work with all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    StringLib C: functional string library

    StringLib C: functional string library

    C library defining string type and designed for string manipulation

    The stringlib.h library by GreenApple allows easy string manipulation in C language by defining the type 'string' (or '_string') and providing several functions to easily operate with them. All allocation is done automatically, unallocation is done by calling the function 'string_delete(string*)'. Full documentation is present on the library header file.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    go-cache

    go-cache

    An in-memory key:value store/cache library for Go

    ..., the entire cache can be saved to and loaded from a file (using c.Items() to retrieve the items map to serialize, and NewFrom() to create a cache from a deserialized one) to recover from downtime quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    UltraPlugin.js

    UltraPlugin.js

    A smart framework to developing sites and web applications

    [This project has been discontinued but you can use ALL versions created] UltraPlugin.js is the ultra smart powerful union of a data library containing a large proportion of functions that allows the user to develop web sites and applications in a pleasant and fast way with a framework that creates several possibilities by joining Html, Css and Visual Basic Script with the JS itself and allowing several new types of elements. This project is totally open-source and has a natural development so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    TensorFlow World

    TensorFlow World

    Simple and ready-to-use tutorials for TensorFlow

    This repository aims to provide simple and ready-to-use tutorials for TensorFlow. The explanations are present in the wiki associated with this repository. There are different motivations for this open source project. TensorFlow (as we write this document) is one of / the best deep learning frameworks available. The question that should be asked is why has this repository been created when there are so many other tutorials about TensorFlow available on the web? Deep Learning is in very high...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Fakeit

    Fakeit

    The Kotlin fake data generator library!

    This library is a port of the Ruby Gem Faker. It generates realistic fake data — like names, emails, dates, and countries, for a variety of scenarios, including automated testing and database population. The library was originally created for Android projects, but it can be used in any Java or Kotlin project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    libtld

    libtld

    Extract the TLD of any, world wide, URI.

    The libtld is used to extract the TLD from any URI from anywhere in the world. The library recognizes all TLDs, whatever the number of levels the TLD includes (i.e. .com has one, .au has up to 4 such as .schools.nsw.edu.au) this library will be capable of extracting it. The library is for C, C++, and PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A small and simple library for reading and parsing MARC (bibliographic ISO-2709) records quickly. If you need to read and parse MRC files - it is that suits you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    wallaroo

    wallaroo

    C++ Dependency Injection

    Wallaroo is a dependency injection library for C++. With wallaroo you can easily separate the object graph from the class implementation. You can create objects and wiring them using strings, so that you can load the "object graph" from a configuration file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    EVLib

    Management and simulation of Electric Vehicles activities

    EVLib is a library for the management and the simulation of Electric Vehicle (EV) activities, at a charging station level, within a Smart Grid environment. EVLib provides a simple, yet efficient interface for the management of all major EV related activities such as the charging and dis-charging of batteries, as well as battery swapping. Moreover, a large number of parameters, such as the number of chargers, the waiting queues, and the available energy can be easily con figured. On top...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Shoestring

    Shoestring

    A lightweight, simple DOM utility made to run on a tight budget.

    Shoestring is a lightweight, modular DOM framework intended for developers who need their code to download and run as fast as possible. It is intended to be "just enough" of a tool to efficently write maintainable cross-browser JavaScript. The API is modeled after jQuery but we intentionally implement a tiny subset of the API to cover only the methods we commonly need in our projects. Each feature is built as an optional extension to a minimal core so each can be removed from the production...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Ant SSH utils

    SSH command execution, upload and download from Ant

    Simple SSH tasks that can be used from Ant. Includes three SSH Ant tasks: * Run one/multiple commands over SSH in Ant. * Uploads one/multiple files over SSH in Ant. * Downloads one/multiple files over SSH in Ant. Simpler class loading since no external libraries are required to add to your Ant installation. All libraries are stored in your project directory, instead of your Ant installation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Image Select

    Image Select

    Image Select is an extension of Chosen, a jQuery plugin

    We designed this plugin extension as a humanized UI element for social networking sites that need to facilitate relations between people. Research shows that people are extremely sensitive to photos of others, so we needed to revamp the traditional UI elements to make them more intuitive and human. You can use these plugin extensions for modeling multiple (one-to-many) or single (one-to-one) relations between people. We couldn't find any scripts that had this full functionality, so we developed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    jquery-circle-progress

    jquery-circle-progress

    jQuery Plugin to draw animated circular progress bars

    jQuery Plugin to draw animated circular progress bars.
    Downloads: 0 This Week
    Last Update:
    See Project