Showing 7602 open source projects for "plugins"

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.
  • ContractSafe: Contract Management Software Icon
    ContractSafe: Contract Management Software

    Take Control Of Your Contracts Without Wrecking The Budget

    Ditch those spreadsheets, shared drives & crazy-expensive solutions with too many bells & whistles. ContractSafe offers the simplest way to manage your contracts efficiently without breaking the bank.
  • 1
    stylelint

    stylelint

    A linter that helps you avoid errors and enforce conventions

    stylelint understands the latest CSS syntax including custom properties and level 4 selectors. Extracts embedded styles from HTML, markdown and CSS-in-JS object & template literals. Parses CSS-like syntaxes like SCSS, Sass, Less and SugarSS. Has over 170 built-in rules to catch errors, apply limits and enforce stylistic conventions. Supports plugins so you can create your own rules or make use of plugins written by the community. Automatically fixes the majority of stylistic violations. Itis...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    vim-go

    vim-go

    Go development plugin for Vim

    ... the result in the quickfix or location list. Lint your code with :GoLint, run your code through :GoVet to catch static errors, or make sure errors are checked with :GoErrCheck. Advanced source analysis tools utilizing guru, such as :GoImplements, :GoCallees, and :GoReferrers, and many more! Please see doc/vim-go.txt for more information. The gopls instance can be shared with other Vim plugins. Vim-go's use of gopls can be disabled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Serverless Framework

    Serverless Framework

    The easy and open way to build serverless applications

    ... they run, which means lesser costs for application maintenance. You can also create new or extend existing commands with its great selection of community-written plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Rofi

    Rofi

    A window switcher, application launcher and dmenu replacement

    ... with a textual list of options where one or more can be selected. This can either be running an application, selecting a window, or options provided by an external script. It's not an application that can support every possible use case. It tries to be generic enough to be usable by everybody. Rofi has several built-in modes implementing common use cases and can be extended by scripts (either called from Rofi or calling Rofi) or plugins.
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-powered conversation intelligence software Icon
    AI-powered conversation intelligence software

    Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not.

    Every customer interaction is vital to your business success and revenue growth. With Jiminny’s AI-powered conversation intelligence software, we take recording, capturing, and meticulous analysis of call recordings to the next level. Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not. Seamlessly support your biggest objectives across the entire business landscape with our innovative call tracking system.
  • 5
    Apache Maven

    Apache Maven

    Apache Maven core

    Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the pom.xml declarative file. Maven can be extended by plugins to utilize a number of other development tools for reporting or the build process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Bloated LunarVim

    Bloated LunarVim

    Bloated LunarVim

    Do not use as is, use it as a source of inspiration. I've customized my ZSH/Tmux/Wezterm too much, so it might not work properly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    onenord.nvim

    onenord.nvim

    A Neovim theme that combines the Nord and Atom One Dark color palettes

    OneNord is a Neovim theme written in Lua that combines the Nord and Atom One Dark color palettes. More specifically, it seeks to add more vibrance to the Nord theme and provide a great programming experience by leveraging Treesitter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Lite XL

    Lite XL

    A lightweight text editor written in Lua

    A lightweight, simple, fast, feature-filled, and extremely extensible text editor written in C, and Lua, adapted from lite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Catppuccin for (Neo)vim

    Catppuccin for (Neo)vim

    Soothing pastel theme for (Neo)vim

    This port of Catppuccin is special because it was the first one and the one that originated the project itself. Given this, it's important to acknowledge that it all didn't come to be what it is now out of nowhere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 10
    Ceph CSI

    Ceph CSI

    CSI driver for Ceph

    Ceph CSI plugins implement an interface between a CSI-enabled Container Orchestrator (CO) and Ceph clusters. They enable dynamically provisioning Ceph volumes and attaching them to workloads. For details about the configuration and deployment of the RBD plugin, please refer rbd doc and for the CephFS plugin configuration and deployment please refer cephFS doc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    KubeKey

    KubeKey

    Install Kubernetes/K3s only, both Kubernetes/K3s and KubeSphere

    KubeKey is an open-source lightweight tool for deploying Kubernetes clusters. It provides a flexible, rapid, and convenient way to install Kubernetes/K3s only, both Kubernetes/K3s and KubeSphere, and related cloud-native add-ons. It is also an efficient tool to scale and upgrade your cluster. In addition, KubeKey also supports a customized Air-Gap package, which is convenient for users to quickly deploy clusters in offline environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    rsocket-kotlin

    rsocket-kotlin

    RSocket Kotlin multi-platform implementation

    RSocket provides a protocol for Reactive Streams semantics between client-server, and server-server communication. RSocket is a binary protocol for use on byte stream transports such as TCP, WebSockets, and Aeron. RSocket is intended to be consumed via one of the various implementation libraries which implement the RSocket Protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    AutoDispose

    AutoDispose

    Automatic binding+disposal of RxJava streams

    Automatic binding+disposal of RxJava streams. AutoDispose is an RxJava 2+ tool for automatically binding the execution of RxJava streams to a provided scope via disposal/cancellation. Often (especially in mobile applications), Rx subscriptions need to stop in response to some event (for instance, when Activity#onStop() executes in an Android app). In order to support this common scenario in RxJava 2, we built AutoDispose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GitHub Metadata

    GitHub Metadata

    Jekyll plugin to propagate the `site.github` namespace

    Jekyll plugin to propagate the site.github namespace and set default values for use with GitHub Pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Gojekyll

    Gojekyll

    A fast Go implementation of the Jekyll blogging engine

    Gojekyll is a partially-compatible clone of the Jekyll static site generator, written in the Go programming language. It provides build and serve commands, with directory watch and live reload.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    remark-math

    remark-math

    remark and rehype plugins to support math

    This project is a monorepo that contains several packages for dealing with math in markdown and HTML. This repository contains unified (rehype and remark) plugins to add support for math. You can use them to add support for parsing and serializing a syntax extension and to render math with KaTeX or MathJax. This project is useful when you want to support LaTeX math. This mechanism works well when you want authors, who have some LaTeX experience, to be able to embed rich diagrams of math...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    k0s

    k0s

    k0s - The Zero Friction Kubernetes

    k0s is an all-inclusive Kubernetes distribution, which is configured with all of the features needed to build a Kubernetes cluster and packaged as a single binary for ease of use. k0s fits well in any cloud environment, but can also be used in IoT gateways, Edge and Bare metal deployments due to its simple design, flexible deployment options and modest system requirements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RateIt

    RateIt

    Rating plugin for jQuery. Fast, Progressive enhancement, touch support

    Rating plugin for jQuery. Fast, Progressive enhancement, touch support, customizable (just swap out the images, or change some CSS), Unobtrusive JavaScript (using HTML5 data-* attributes), RTL support, supports as many stars as you'd like, and also any step size. Although it does the same job as the rest of the jQuery star rating plugins, the main difference is its simplicity. Most plugins create an element for each (partial) star, be it a div with a star background, or an img tag. Each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Semantic Kernel

    Semantic Kernel

    Integrate cutting-edge LLM technology quickly and easily into your app

    Semantic Kernel is an open-source SDK that lets you easily combine AI services like OpenAI, Azure OpenAI, and Hugging Face with conventional programming languages like C# and Python. By doing so, you can create AI apps that combine the best of both worlds. To help developers build their own Copilot experiences on top of AI plugins, we have released Semantic Kernel, a lightweight open-source SDK that allows you to orchestrate AI plugins. With Semantic Kernel, you can leverage the same AI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GoofCord

    GoofCord

    Take control of your Discord experience with GoofCord

    ... in any way. GoofCord supports other client mods such as Vencord or Shelter which allows you to use plugins and themes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Extism

    Extism

    The Universal Plug-in System. Extend anything with WebAssembly

    Extism is a plug-in system for everyone. We've carefully designed it to be flexible, fitting into codebases of all shapes and sizes, but opinionated enough so that things Just Work™ the way they should. Extism's goal is to make all software programmable. You can use Extism in your codebase, regardless of the programming language. We support several environments through our official Host SDKs, and are adding more language support all the time. A plug-in system is software that enables your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Next SEO

    Next SEO

    Next SEO is a plug in that makes managing your SEO easier in Next.js

    Next SEO is a plugin that makes managing your SEO easier in Next.js projects. Pull requests are very welcome. Also make sure to check out the issues for feature requests if you are looking for inspiration on what to add. Feel like supporting this free plugin? It takes a lot of time to maintain an open source project so any small contribution is greatly appreciated. NextSeo works by including it on pages where you would like SEO attributes to be added. Once included on the page you pass it a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Pothos GraphQL

    Pothos GraphQL

    Pothos GraphQL is library for creating GraphQL schemas in typescript

    ... every plugin feel like its features are built into the core library. Plugins can extend almost any part of the API by adding new options or methods that can take full advantage of the Pothos type system. Pothos was built from the start to leverage typescript for best-in-class type-safety. Pothos has a clear separation between the shape of your external GraphQL API, and the internal representation of your data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Docker Gradle Plugin

    Docker Gradle Plugin

    Gradle plugin for orchestrating docker builds and pushes

    a Gradle plugin for orchestrating docker builds and pushes. Add basic tasks for building and pushing docker images based on a simple configuration block that specifies the container name, the Dockerfile, task dependencies, and any additional file resources required for the Docker build. Adds a task for populating placeholders in a docker-compose template file with image versions resolved from dependencies. Adds tasks for starting, stopping, statusing and cleaning up a named container based...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    deep-clean

    deep-clean

    When Gradle or the IDE let you down, just --nuke all them caches

    A Kotlin script that nukes all build caches from Gradle/Android projects. Useful when Gradle or the IDE let you down. The script has been tested on macOS, but it is completely untested on Linux and Windows. KScript may not work at all on Windows! For this script to work, you need to have kotlin, script, and maven on your PATH. If you don't have all three commands on your PATH, then read on to the next section to install them. To make the script run, we'll first need to install all the...
    Downloads: 0 This Week
    Last Update:
    See Project