Showing 54 open source projects for "reduce"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 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
  • 1
    Headroom.js

    Headroom.js

    Give your pages some headroom, hide your header until you need it

    ...The header on this site is a living example, it slides out of view when scrolling down and slides back in when scrolling up. Fixed headers are a popular approach for keeping the primary navigation in close proximity to the user. This can reduce the effort required for a user to quickly navigate a site, but they are not without problems. Large screens are usually landscape-oriented, meaning less vertical than horizontal space. A fixed header can therefore occupy a significant portion of the content area. Small screens are typically used in a portrait orientation. Whilst this results in more vertical space, because of the overall height of the screen, a meaningfully-sized header can still be quite imposing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    React Refetch

    React Refetch

    A simple and composable way to fetch data for React components

    ...Redux/Flux is a wonderful library/pattern for applications that need to maintain complicated client-side state; however, if your application is mostly fetching and rendering read-only data from a server, it can over-complicate the architecture to fetch data in actions, reduce it into the store, only to select it back out again. The other approach of fetching data inside the component and dumping it in local state is also messy and makes components smarter and more mutable than they need to be. This module allows you to wrap a component in a connect() decorator like react-redux, but instead of mapping state to props, this lets you map props to URLs to props. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Highland

    Highland

    High-level streams library for Node.js and the browser

    ...It allows developers to process data in a declarative and composable way, treating streams as sequences that can be transformed using familiar functional patterns such as map, filter, reduce, and flatMap. The library abstracts away much of the complexity of handling backpressure and asynchronous callbacks, enabling developers to focus on data transformation logic rather than low-level stream management. Highland supports both synchronous and asynchronous sources, including arrays, events, promises, and Node streams, making it highly versatile. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    dva

    dva

    React and redux based, lightweight and elm-style framework

    ...Lightweight front-end framework based on redux, redux-saga and react-router. (Inspired by elm and choo) Easy to learn, easy to use: only 6 apis, very friendly to redux users, and API reduce to 0 when use with umi. Elm concepts: organize models with reducers, effects and subscriptions. Support HMR: support HMR for components, routes and models with babel-plugin-dva-hmr. Plugin system: e.g. we have dva-loading plugin to handle loading state automatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 5
    Kage

    Kage

    Kage is Graphical User Interface for Metasploit Meterpreter

    ...Please follow the instructions to get a copy of Kage running on your local machine without any problems. electron-vue officially recommends the yarn package manager as it handles dependencies much better and can help reduce final build size with yarn clean. For now it only supports windows/meterpreter & android/meterpreter.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    iView Admin

    iView Admin

    Vue 2.0 admin management system template based on iView

    ...Built-in logic functions commonly used in the development of back-end management systems, and out-of-the-box business components, are designed to allow developers to develop back-end management systems with minimal cost and reduce the amount of development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Masonry

    Masonry

    A cascading grid layout plugin

    ...With the masonry layout mode, set percentage-width columnWidth with element sizing. Set percentPosition: true so item positions are likewise set with percentages to reduce adjustment transitions on window resize. Unloaded images can throw off Masonry layouts and cause item elements to overlap. imagesLoaded resolves this issue. imagesLoaded is a separate script you can download at imagesloaded.desandro.com. Or, initialize Masonry after all images have been loaded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Sinon.JS

    Sinon.JS

    Test spies, stubs and mocks for JavaScript

    Standalone test spies, stubs and mocks for JavaScript. Works with any unit testing framework. As before, Sinon.JS provides utilities that help test frameworks reduce the boiler-plate. As of Sinon 10 we stopped maintaining compatibility with legacy browsers. Instead, we focus on compatibility with evergreen browsers, Node.js LTS versions and recent Safari versions. The most up-to-date reference on which runtimes and browsers we support can be found by looking at our compatibility docs. Fake timers are synchronous implementations of setTimeout and friends that Sinon.JS can overwrite the global functions with to allow you to more easily test code using them. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TACHYONS

    TACHYONS

    Functional CSS for humans

    Create fast loading, highly readable, and 100% responsive interfaces with as little CSS as possible. Everything should be 100% responsive. Everything should be readable on any device. Everything should be as fast as possible. Designing in the browser should be easy. It should be easy to change any interface or part of an interface without breaking any existing interfaces. Doing one thing extremely well promotes reusability and reduces repetition. Documentation helps promote reusability and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    local-npm

    local-npm

    Local and offline-first npm mirror

    local-npm is a local caching proxy for npm packages. It allows developers to speed up package installations and reduce reliance on external package registries by maintaining a local cache.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Monkberry

    Monkberry

    Monkberry is a JavaScript library for building web user interfaces

    ...Unlike frameworks that rely on a virtual DOM, Monkberry updates only the necessary parts of the actual DOM, resulting in significantly improved performance. Its compiled templates leverage JavaScript engine optimizations to reduce overhead and improve rendering speed. The library is intentionally minimal, with a small footprint of around one kilobyte, making it ideal for performance-critical applications or environments with limited resources. It also includes features like custom tags, source maps, and a straightforward component structure, enabling developers to build modular interfaces without complexity.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Reactive Extensions for JavaScript

    Reactive Extensions for JavaScript

    An API for asynchronous programming with observable streams

    ...Manipulate UI events and API responses, on the Web with RxJS, or on mobile with Rx.NET and RxJava. Avoid intricate stateful programs, using clean input/output functions over observable streams. ReactiveX's operators often reduce what was once an elaborate challenge into a few lines of code. Traditional try/catch is powerless for errors in asynchronous computations, but ReactiveX is equipped with proper mechanisms for handling errors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Basscss

    Basscss

    Low-level CSS Toolkit, the original Functional/Utility/Atomic CSS

    ...Basscss strikes a balance between consistency and flexibility to allow for rapid prototyping and quick iterative changes when designing in the browser. Basscss provides lightweight, performant styles and flexible utilities to design for any device and to help reduce boilerplate in stylesheets. Modular and customizable typography and layout styles don’t dictate what things should look like and play well with other stylesheets and frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mock.js

    Mock.js

    A simulation data generator

    Mock.js is a simulation data generator to help the front-end to develop and prototype separate from the back-end progress and reduce some monotony particularly while writing automated tests. Generate random data and intercept Ajax requests. Let the front-end siege division develop independently of the back-end. Through random data, various scenarios are simulated. Without modifying the existing code, you can intercept Ajax requests and return simulated response data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Meteor

    Meteor

    Meteor, the JavaScript App Platform

    ...The framework popularized DDP (a lightweight pub/sub protocol) and a client cache (Minimongo) to mirror server collections on the client for latency-compensated interactions. A batteries-included build system, package ecosystem, and opinionated project structure reduce setup time for accounts, methods, publications, and UI integration. Historically paired with Blaze, Meteor also works well with modern front-end libraries like React, Vue, or Svelte for rendering. Its dev experience focuses on hot reloads, rapid prototyping, and predictable data flow, making it attractive for teams that want real-time features without stitching together many separate tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    DhtmlxWizard

    Help use dhtmlx

    Build layout by XML. 1. It is reduce source code for create layout. 2. Build layout simply. 3. Provide cascade style or attribute on grid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    cnpmjs.org

    cnpmjs.org

    Private npm registry and web for Enterprise

    cnpmjs.org is a private NPM registry implementation used primarily by developers in China to improve package management performance and reduce dependency on the official NPM registry. It allows organizations to set up their own NPM mirrors for faster package installation and distribution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Connect Mapper

    XML Mapping Specification Tool

    ...When mapping from one XML format to another, the documentation is either too informal for the developer or the implementation too complex for the requirements analyst. By providing a tool with restricted functionality the intent is to reduce complexity but provide a formal structure making the job easier to create a specification which can be easily understood by all parties.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    LABjs

    LABjs

    Loading And Blocking JavaScript

    ...It provides an expressive API to load multiple files in parallel while guaranteeing execution order, so dependent scripts don’t break. By decoupling fetch from execute, it avoids the blocking behavior of traditional tags and helps reduce perceived load time. LABjs embraces a “load groups, then wait” model that makes dependency management clear without a separate build step. It’s designed to work across a wide range of browsers, including older ones, which is why it relies on robust feature detection and time-tested loading techniques. The library is intentionally small and framework-agnostic, so it can be dropped into almost any stack to orchestrate client-side assets more predictably.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    smoothState.js

    smoothState.js

    Unobtrusive page transitions with jQuery

    ...Navigating the web feels like using a teleporting doorknob. Layouts change, elements rearrange or disappear, and it takes time for the user to adjust. Smooth transitions reduce the effort it takes for users to get settled into a new environment. Javascript SPA frameworks, sometimes referred to as MVC frameworks, are a common way to solve this issue. These frameworks often lose the benefits of unobtrusive code. Writing unobtrusive javascript gives us more resilience to errors, and improved performance and accessibility. smoothState.js provides hooks that can be used to choreograph how elements enter and exit the page during navigation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PC-Reducer

    PC-Reducer

    Online Pairwise Comparisons Reducer

    This Pairwise Comparisons (PC) Reducer can calculate the inconsistency in PC matrix (up to 7 nodes) and display the weights for compared entities. To our knowledge, this is the first implementation in the world of inconsistency reduction for pairwise comparisons running online and available as open source. Contributions are invited!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    QuadTree JS

    QuadTree JS is a library for game developers

    QuadTree JS is a library implemented in JavaScript for game developers whose want to reduce number of intersection detections in they games. It's licensed on LGPL v3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is a web framework, based on XML and XSL technology. Support for the incremental development with plug-in, support plug and play.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Celeritas is a web development framework built on top of Web Macro to speed up the development process. It helps reduce the burden of doing the regular operations by taking care of the repeatitive tasks. More details coming soon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A simple, yet powerful JavaScript framework that can help you build Web 2.0 applications. The framework is seperated into modules in order to reduce download times.
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB