Showing 2256 open source projects for "next"

View related business solutions
  • Real Time Accounts Payable Automation. Icon
    Real Time Accounts Payable Automation.

    Invoice capture and automation seamlessly integrated with your accounting software

    Yooz provides the smartest, most powerful, and easiest-to-use cloud-based E-invoicing and Purchase-to-Pay automation solution. It delivers unmatched savings, speed, and security with affordable zero-risk subscriptions to more than 5,000 customers and 300,000 users worldwide.
  • Enterprise AI Search, Intranet, and Wiki in one platform. Icon
    Enterprise AI Search, Intranet, and Wiki in one platform.

    Your company’s all-in-one solution for trusted information

    Cut through the noise and end information overload with Guru, an all-in-one wiki, intranet, and knowledge base that serves as your company's single source of truth.
  • 1
    Supercookie

    Supercookie

    Browser fingerprinting via favicon!

    ..., is intended to draw attention to the problem of tracking possibilities using favicons. Modern browsers offer a wide range of features to improve and simplify the user experience. One of these features are the so-called favicons: A favicon is a small (usually 16×16 or 32×32 pixels) logo used by web browsers to brand a website in a recognizable way. Favicons are usually shown by most browsers in the address bar and next to the page's name in a list of bookmarks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    React Dashboard

    React Dashboard

    Isomorphic admin dashboard template

    Built with React, Bootstrap, React Router, Redux and GraphQL based on Create React App and latest industry best practices. This seed project is a sort of a free version of a template that may be found on Themeforest or Wrapbootstrap with working backend integration. You may use it to bootstrap the development of your next web app. You can open your web app in a browser, on mobile devices and start hacking. Whenever you modify any of the source files inside the /src folder, the module bundler...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    BTC RPC Explorer

    BTC RPC Explorer

    Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core

    This is a self-hosted explorer for the Bitcoin blockchain, driven by RPC calls to your own Bitcoin node. It is easy to run and can be connected to other tools (like Electrum servers) to achieve a full-featured explorer. Whatever reasons you may have for running a full node (trustlessness, technical curiosity, supporting the network, etc) it's valuable to appreciate the fullness of your node. With this explorer, you can explore not just the blockchain database, but also explore all of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Serverless Webpack

    Serverless Webpack

    Serverless plugin to bundle your lambdas with Webpack

    ... function. Support of serverless invoke local and serverless invoke local --watch. Support of serverless run and serverless run --watch. Integrates with serverless-offline to simulate local API Gateway endpoints. Cleaned up configuration. You should now use a custom.webpack object to configure everything relevant for the plugin. The old configuration still works but will be removed in the next major release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Small Business HR Management Software Icon
    Small Business HR Management Software

    Get a unified timekeeping, scheduling, payroll, HR and benefits portal with WorkforceHub.

    WorkforceHub is the instantly useful, delightfully simple to use, small business solution for tracking time, scheduling and hiring. It scales as your business grows while delivering the mission-critical features an organization needs. It is tailored to, built for, and priced for small business employers.
  • 5
    MIDWAY

    MIDWAY

    Serverless Framework for front-end/full-stack developers

    A Node.js serverless framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud, and traditional VM/Container. Super easy integrate with React and Vue. There are many similar frameworks in the community, so why do you need Midway? Midway is a framework that Alibaba has been developing continuously. Before egg was used as the underlying framework, an application-oriented framework was required to connect with the group's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Apiato

    Apiato

    PHP Framework for building scalable API's on top of Laravel

    The open-source flawless framework for building scalable and testable API-Centric Apps with PHP and Laravel. Authentication with OAuth2.0 for first/third-party clients (using Laravel Passport). Role-Based Access Control (RBAC), seeded with a Super Admin, Roles, and Permissions. Query Parameters support (orderBy, sorted, and filter) with full-text search. Useful Endpoints for managing users, roles/permissions, tokens, and more. API Documentations generator, to generate API docs from PHP...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Encore

    Encore

    Encore is the Go backend development engine helping developers

    Our Go Backend Engine has the tools you need to create your next idea faster, without headaches. The big drawback of building for the cloud is crippling complexity. Encore offers a simple and productive experience from local development to production. Write plain and portable Go code with the Encore framework. Free from boilerplate and repetitions. Turn your functions into APIs by adding a single annotation. Encore turns any Go package into its own service and manages the infrastructure...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Delaunator

    Delaunator

    Fast JavaScript library for Delaunay triangulation of 2D points

    ... A↔︎B, we will use two half-edges A→B and B→A. Having two half-edges is the key to everything this library provides. It will also be useful to have some helper functions to go from one half-edge to the next and previous half-edges in the same triangle. We can draw all the triangle edges without constructing the triangles themselves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Formik

    Formik

    Build forms in React

    Formik is the world's most popular open-source form library for React and React Native. Formik takes care of the repetitive and annoying stuff, keeping track of values/errors/visited fields, orchestrating validation, and handling submission, so you don't have to. This means you spend less time wiring up state and change handlers and more time focusing on your business logic. No fancy subscriptions or observables under the hood, just plain React state and props. By staying within the core...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Voice API that just works | Twilio Icon
    The Voice API that just works | Twilio

    Build a scalable voice experience with the API that's connecting millions around the world.

    With Twilio Voice, you can build unique phone call experiences with one API, to create, receive, control and monitor calls with just a few lines of code. Create an engaging voice experience that you can quickly scale and modify with a wide array of customization options and resources.
  • 10
    FSKneeboard

    FSKneeboard

    FSKneeboard adds a helpful ingame panel to your flight simulator

    FSKneeboard (formerly known as "VFR Map For VR") adds a helpful in-game panel to your flight simulator which brings several different maps, waypoints and tracks, a charts viewer, and a notepad right into your Flight Simulator cockpit! This is is especially helpful for those of us who like to fly in VR. Powerful, highly detailed maps for your next VFR trip. Optimized for VR! Your approach charts, checklists, and notes at your fingertips. Use your mouse to quickly take notes of ATIS and ATC...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Arrow

    Arrow

    Functional companion to Kotlin's Standard Library

    Arrow Core includes types such as Either, Validated and many extensions to Iterable that can be used when implementing error handling patterns. Core also includes the base continuation effects system, which includes patterns to remove callbacks and enables controlled effects in direct syntax. Some applications of the effect system reduce boilerplate and enable direct syntax including monad comprehensions and computation expressions. Arrow Fx is a next-generation Typed FP Effects Library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Hashids

    Hashids

    A small PHP library to generate YouTube-like IDs from numbers

    ... is also shuffled based on salt. We need ids to be nice and friendly especially if they end up being in the URL. Therefore, the algorithm tries to avoid generating most common English curse words by never placing the following letters (and their uppercase equivalents) next to each other. There are no collisions because the method is based on integer to hex conversion. As long as you don't change constructor arguments midway, the generated output will stay unique to your salt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    TapTargetView

    TapTargetView

    An implementation of tap targets from the Material Design guidelines

    ... to the wrong user at the wrong time, they can be intrusive and annoying. A user’s interaction with a message signals their satisfaction with it and informs when to show the next message. Feature discovery scenarios and app UIs have specific material design components. A feature discovery prompt focuses user attention on a specific UI element. It contains a tap target, indicated by a circular shape, which is surrounded by a larger area with a distinct background color.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Broot

    Broot

    A new way to see and navigate directory trees

    Get an overview of a directory, even a big one. That's what makes it usable where the old tree command would produce pages of output. Hit alt/enter and you're back to the terminal in the desired location. This way, you can navigate to a directory with the minimum amount of keystrokes, even if you don't exactly remember where it is. Broot is fast and doesn't block (any keystroke interrupts the current search to start the next one). Never lose track of file hierarchy while you search. Broot tries...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Boltons

    Boltons

    250+ constructs, recipes, and snippets which extend the Python library

    ... will describe 3rd-party alternatives worth investigating when use cases outgrow boltons. If you’ve found a natural “next-step” library worth mentioning, consider filing an issue! boltons has a minimalist architecture, remain as consistent, and self-contained as possible, with an eye toward maintaining its range of use cases and usage patterns as wide as possible. The boltons package depends on no packages, making it easy for inclusion into a project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DeepSeed

    DeepSeed

    Deep learning optimization library making distributed training easy

    DeepSpeed is a deep learning optimization library that makes distributed training easy, efficient, and effective. DeepSpeed delivers extreme-scale model training for everyone, from data scientists training on massive supercomputers to those training on low-end clusters or even on a single GPU. Using current generation of GPU clusters with hundreds of devices, 3D parallelism of DeepSpeed can efficiently train deep learning models with trillions of parameters. With just a single GPU,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Sourcery

    Sourcery

    Meta-programming for Swift, stop writing boilerplate code

    ... conformance. Sourcery is maintained by a growing community of contributors. Try Sourcery for your next project or add it to an existing one, you'll save a lot of time and be happy you did! Sourcery allows you to get rid of repetitive code and create better architecture and developer workflows. An example might be implementing Mocks for all your protocols, without Sourcery you will need to write hundreds lines of code per each protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WebdriverIO

    WebdriverIO

    Next-gen browser and mobile automation test framework for Node.js

    Adding helper functions, or more complicated sets and combinations of existing commands is simple and really useful. WebdriverIO can be run on the WebDriver Protocol for true cross-browser testing as well as Chrome DevTools Protocol for Chromium based automation using Puppeteer. The huge variety of community plugins allows you to easily integrate and extend your setup to fulfill your requirements. WebdriverIO allows you to automate any application written with modern web frameworks such as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Process Component

    Process Component

    The Process component executes commands in sub-processes

    ... the new output since the last call. The clearOutput() method clears the contents of the output and clearErrorOutput() clears the contents of the error output. You can also use the Symfony\Component\Process\Process class with the for each construct to get the output while it is generated. By default, the loop waits for new output before going to the next iteration
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    tvm

    tvm

    Open deep learning compiler stack for cpu, gpu, etc.

    ... machine learning models for any hardware platform. Compilation of deep learning models in Keras, MXNet, PyTorch, Tensorflow, CoreML, DarkNet and more. Start using TVM with Python today, build out production stacks using C++, Rust, or Java the next day.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    webpack DevServer

    webpack DevServer

    Serves a webpack app and updates the browser on changes

    webpack-dev-server can be used to quickly develop an application. Options that are compatible with webpack-dev-middleware have a key icon next to them. This set of options is picked up by webpack-dev-server and can be used to change its behavior in various ways. When the server is started, there will be a message prior to the list of resolved modules. If you're using dev-server through the Node.js API, the options in devServer will be ignored. Pass the options as a second parameter instead: new...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    UI Kitten

    UI Kitten

    React Native UI library based on Eva Design System

    A React Native framework for creating stunning cross-platform mobile applications. Design system-based, UI Kitten brings your product from an MVP to the final product version. Forever open source and free! UI Kitten is a React Native implementation of the Eva Design System. The framework contains a set of general-purpose UI components styled in a similar way. The most awesome thing about Ui Kitten is that the themes can be changed in the runtime without reloading the application. This way,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Color Thief

    Color Thief

    Grab the color palette from an image using just Javascript

    .... The number determines how many pixels are skipped before the next one is sampled. We rarely need to sample every single pixel in the image to get good results. The bigger the number, the faster a value will be returned. Gets a palette from the image by clustering similar colors. The palette is returned as an array containing colors, each color itself an array of three integers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    jwt-auth

    jwt-auth

    JSON web token authentication for Laravel and Lumen

    ... in with their credentials, then the next step would be to make a subsequent request, with the token, to retrieve the users' details, so you can show them as being logged in. To make authenticated requests via http using the built in methods, you will need to set an authorization header. If you don't like the idea of catching mulitple exceptions inline, then you are free to add a global exception handler with Laravel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Skynet

    Skynet

    A lightweight online game framework

    Skynet is a lightweight online game framework which can be used in many other fields. Skynet is a lightweight framework designed for online game servers. Although from the feedback of the Community , it's not limited as a game server framework. On the Uses page, it shows a few projects that have used or currently using Skynet, but there are way more projects than listed. And welcome to be the next user. For Linux, install autoconf first for jemalloc. For FreeBSD , use gmake instead of make...
    Downloads: 0 This Week
    Last Update:
    See Project