Showing 128 open source projects for "reduce"

View related business solutions
  • 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
  • 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
  • 1
    StartBootstrap SB Admin 2

    StartBootstrap SB Admin 2

    A free, open source, Bootstrap admin theme created by Start Bootstrap

    SB Admin 2 is a free admin dashboard template built on top of Bootstrap that showcases a polished, responsive UI for internal tools and control panels. It provides a curated set of components—navigation bars, sidebars, cards, forms, modals, alerts, and tables—styled consistently with utility classes and SCSS sources. The template includes ready-to-use example pages such as login/register, 404/blank pages, and basic dashboard layouts to shorten the bootstrapping phase. Charts, data tables,...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Apache ECharts

    Apache ECharts

    Use Apache echarts (incubating) in WeChat mini program

    ...In order to be compatible with the small program Canvas, we provide a small program component, in this way you can easily use ECharts. ec-canvasis the component we provide, and other files are examples of how to use the component. If necessary, you can download the latest release version from the ECharts project yourself, or customize the build from the official website to reduce the file size. For the project creation of WeChat Mini Programs, please refer to the official documents of the WeChat public platform. After creating the project, can be downloaded ecomfe / echarts-for-weixin project completely replacing the new project, and then modify the code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    graphql.js client

    graphql.js client

    A Simple and Isomorphic GraphQL Client for JavaScript

    ...No dependencies, plain vanilla JavaScript. Plug & Play and Isomorphic. Runs on most browsers. You don't need to install Node.js ecosystem on your computer. Query merging to reduce request number. GraphQL is based on a very simple HTTP transaction, which sends a request to an endpoint with query and variables. Many libraries require complex stacks to make that simple request. In any project you don't use React, Relay, you'll need a simpler client which manages your query and makes a simple request. You can use GraphQL.js with Rails Asset Pipeline using graphqljs-rails. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JavaScript Array Explorer

    JavaScript Array Explorer

    A resource to figure out what JavaScript array method would be best

    Array Explorer is an educational web-based resource created by Sarah Drasner to help developers understand and select the appropriate JavaScript array method (like map, filter, reduce, find, etc.) when they’re stuck wondering “which one should I use?” Instead of diving into endless docs, you can use the interactive tool to specify what you’re trying to accomplish—e.g., “remove items,” “transform items,” “find something,” “aggregate results”—then see which methods match and get live code examples. The tool provides visual examples, explanations of method semantics, and code snippets you can copy into your own project. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    jjb

    jjb

    A chrome extension that helps you automatically apply for Jingdong

    ...Although there are currently no mandatory validations in the code. Since Beijing Price Insurance is not commercial software, it depends on your support to continue. Beijing Price Insurance compressed the code to reduce the size when it was released, please run yarn dev to compare. Beijing Price Insurance does not support Ubuntu and similar systems temporarily, which may cause the function to be unavailable or the memory usage to be too large. It is not recommended to use it under Ubuntu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Cleave.js

    Cleave.js

    About Format input text content when you are typing

    Cleave.js has a simple purpose: to help you format input text content automatically. For credit card number formatting, phone number formatting (i18n js lib separated for each country to reduce size), date formatting, numeral formatting, custom delimiter, prefix and blocks pattern, commonJS / AMD mode, ReactJS component, AngularJS directive (1.x), ES Module. The idea is to provide an easy way to increase input field readability by formatting your typed data. By using this library, you won't need to write any mind-blowing regular expressions or mask patterns to format input text. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Nothing Private

    Nothing Private

    A proof of concept that any website can identify and track you

    This project is a proof of concept that any website can identify and track you, even if you are using private browsing or incognito mode in your web browser. Many people think that they can hide their identity if they are using private browsing or incognito mode. This project will prove that they are wrong.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Roth

    Roth

    Roth is a full-stack enterprise application development framework.

    ...The servlet component provides a simple and easy way to generate concise controller code with automatic POST processing. The Interface and Client components provide simple and easy components which reduce the code necessary to create UI pages. All components are designed to work in concert to provide a consistent code set, however you have the freedom to use portions with other frameworks as desired. Roth is a continuation and successor of the JpPortal framework. (Roth is an Irish word pronounced 'row-h' which means 'wheel' -- as in "Why reinvent the wheel?" ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    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
  • 11
    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
  • 12
    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
  • 13
    nunuStudio

    nunuStudio

    Web powered cross-platform 3D, WebXR game engine

    nunuStudio is an open-source editor + game development environment — a “studio” rather than just a library — designed to let developers create interactive 2D and 3D content through a user-friendly interface. It provides visual tools for scene editing, asset management, materials, and possibly scripting, aiming to reduce the friction of hand-coding every aspect from scratch. As an accessible entrypoint to game or interactive content creation, nunuStudio is well-suited for artists, designers, or developers who prefer a WYSIWYG (what you see is what you get) workflow instead of fully coding everything. Because it is open source, users can inspect, modify, or extend the system as needed — adding custom behaviors, plugins, or export options. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    tota11y

    tota11y

    An accessibility (a11y) visualization toolkit

    ...The process of testing for accessibility (a11y) is often tedious and confusing. In many cases, developers must have some prior accessibility knowledge in order to make sense of the results. Instead, tota11y aims to reduce this barrier of entry by helping visualize accessibility violations (and successes), while educating on best practices. tota11y is a single JavaScript file that inserts a small button in the bottom corner of your document. The toolbar consists of several plugins that each provide their own functionality. Many of these plugins "annotate" elements on the page. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    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
  • 17
    Hitchhiker Tree

    Hitchhiker Tree

    Functional, persistent, off-heap, high performance data structure

    Hitchhiker-Tree is a functional, immutable, off-heap, snapshottable sorted map data structure (a persistent key-value tree) designed for scalable, high-performance storage in Clojure / ClojureScript systems. It blends ideas from fractal trees and B-trees, supports lazy loading, and can persist incrementally to arbitrary backends. It is used as a backend for systems like Datahike and can support enormous data sets while retaining functional persistence semantics. Outboard is a simple API for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    Visibility.js

    Visibility.js

    Wrapper for the Page Visibility API

    ...On top of simple visibility detection, Visibility.js adds useful helpers such as a timer function that only runs when the page is visible. As a result, developers can write resource-conscious web apps that reduce CPU/bandwidth usage when the user isn’t actively viewing the page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    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
  • 22
    BoostNote Legacy

    BoostNote Legacy

    Real-time collaborative writing

    ...Build a team-wide knowledge management system to solve the information silos. Organize your dev team's sprint backlog and visualize them with status, assignees, reviewers, due date and everything you need. Reduce repeated progress updates in the company chat and standup meetings. Collaborate with your teammates in a doc with Boost Note's real-time editing. Boost Note's editor makes it easy to write a tech spec with Charts.js, Mermaid, Latex, PlantUML and so on.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    Extended Memory Semantics (EMS)

    Extended Memory Semantics (EMS)

    Persistent shared object memory and parallelism for Node.js and Python

    ...A modern multi-core server has 16-32 cores and nearly 1TB of memory, equivalent to an entire rack of systems from a few years ago. As a consequence, jobs formerly requiring a Map-Reduce cluster can now be performed entirely in shared memory on a single server without using distributed programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    TopoJSON

    TopoJSON

    An extension of GeoJSON that encodes topology

    ...See How To Infer Topology for a visual explanation of how TopoJSON works. See Command-Line Cartography for an introduction to TopoJSON and related tools. See TopoJSON Format Specification for the format specification. To further reduce file size, TopoJSON can use quantized delta-encoding for integer coordinates. This is similar to rounding coordinate values (e.g., LilJSON), but with greater efficiency and control over loss of information.
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB