Showing 1620 open source projects for "x86_64-linux-gnu"

View related business solutions
  • Intelligent network automation for businesses and organizations Icon
    Intelligent network automation for businesses and organizations

    Network automation for the hybrid multi-cloud era

    BackBox seamlessly integrates with network monitoring and NetOps platforms and automates configuration backups, restores, and change detection. BackBox also provides before and after config diffs for change management, and automated remediation of discovered network security issues.
    Get a Free Trial
  • Innovate faster with enterprise-ready generative AI—enhanced by Gemini Icon
    Innovate faster with enterprise-ready generative AI—enhanced by Gemini

    Build, deploy, and scale machine learning (ML) models faster, with fully managed ML tools for any use case.

    Vertex AI offers everything you need to build and use generative AI—from AI solutions, to Search and Conversation, to 130+ foundation models, to a unified AI platform.
    Try for free
  • 1
    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:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    chai

    chai

    BDD / TDD assertion framework for node.js

    Chai is a BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework. Chai has several interfaces that allow the developer to choose the most comfortable. The chain-capable BDD styles provide an expressive language & readable style, while the TDD assert style provides a more classical feel. Plugins extend Chai's assertions to new contexts such as vendor integration & object construction. Developers can build their own plugins to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GopherJS

    GopherJS

    Compiler from Go to JavaScript for running Go code in a browser

    ... value when generating code. Supported GOOS values are: linux, darwin. If you're on a different platform (e.g., Windows or FreeBSD), you'll need to set the GOOS environment variable to a supported value. gopherjs serve is a useful command you can use during development. It will start an HTTP server serving on ":8080" by default, then dynamically compile your Go packages with GopherJS and serve them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MyBatis Pagination

    MyBatis Pagination

    A pagination plugin

    If you are using MyBatis, it is recommended to try this pagination plugin. This must be the most convenient pagination plugin. PageHelper supports any complex single-table, multi-table queries. As to some special cases, please refer to the Important notes. Through a comprehensive sample code and test, the basic usage of adding, deleting, modifying, and checking operations in the MyBatis XML mode and annotation mode is explained, and the application of dynamic SQL in different aspects and the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
    Sign up
  • 5
    Eruda

    Eruda

    Console for mobile browsers

    With Eruda you can display JavaScript logs, check dom state, show requests status, show localStorage, cookie information, show url, user agent info, include snippets used most often, Html, js, css source viewer, and install. The JavaScript file size is quite huge(about 100kb gzipped) and therefore not suitable to include in mobile pages. It's recommended to make sure eruda is loaded only when eruda is set to true. When initialization, a configuration object can be passed in. Container...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    vConsole

    vConsole

    A lightweight, extendable front-end developer tool for mobile web page

    vConsole is a lightweight, extendable front-end developer tool for mobile web page. A plugin allows you to add a new tab, add one or more tool button(s). You can customize the functions of the tab and buttons. After imported, vConsole should be inited manually. When vConsole is not loaded, logs will be printed to native console. After importing vConsole, logs will be printed to both front-end console and native console. Some useful vConsole properties and methods are available for plugin...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    vim-go

    vim-go

    Go development plugin for Vim

    This plugin adds Go language support for Vim, with the following main features. Look up documentation with :GoDoc or :GoDocBrowser, easily import packages via :GoImport, remove them via :GoDrop. Precise type-safe renaming of identifiers with :GoRename. See which code is covered by tests with :GoCoverage. Add or remove tags on struct fields with :GoAddTags and :GoRemoveTags. Call golangci-lint with :GoMetaLinter to invoke all possible linters (golint, vet, errcheck, deadcode, etc.) and put...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MagicMirror²

    MagicMirror²

    Modular smart mirror platform with a list of installable modules

    MagicMirror² is Open Source, free and maintained by a big group of enthusiasts. Got a nice idea? Send us a pull request and become a part of the big list of contributors. The core of MagicMirror² contains a strong API which allows 3rd party developers to build additional modules. Modules you can use. Modules you can develop. Read our extensive documentation to find out everything you want to know about the MagicMirror² project. The full API description allows you to build your own modules....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Refined GitHub

    Refined GitHub

    Browser extension that simplifies GitHub interface and adds features

    Browser extension that simplifies the GitHub interface and adds useful features. Adds a build/CI status icon next to the repo’s name. Hides the Projects tab from repositories and profiles when it’s empty. New projects can still be created via the Create new… menu. Hides forks and watchers counters. Changes the default sort order of milestones Closest due date. Adds useful links to the repository navigation dropdown and moves the "Security" and "Insights" tabs to it as well. Adds a keyboard...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
    Learn More
  • 10
    Autoprefixer

    Autoprefixer

    Parse CSS and add vendor prefixes to CSS rules by Can I Use

    PostCSS plugin to parse CSS and add vendor prefixes to CSS rules using values from Can I Use. It is recommended by Google and used in Twitter and Alibaba. Write your CSS rules without vendor prefixes (in fact, forget about them entirely). Autoprefixer will use the data based on current browser popularity and property support to apply prefixes for you. You can try the interactive demo of Autoprefixer. Autoprefixer uses Browserslist, so you can specify the browsers you want to target in your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    cert-manager

    cert-manager

    Automatic TLS certificate manager for Kubernetes

    Automate certificate management in cloud native environments. Cert-manager builds on top of Kubernetes, introducing certificate authorities and certificates as first-class resource types in the Kubernetes API. This makes it possible to provide 'certificates as a service' to developers working within your Kubernetes cluster. upport for popular CA types. Out of the box, cert-manager supports ACME (i.e. Let's Encrypt), HashiCorp Vault, Venafi, self signed and internal CA issuer types....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    vim-plug

    vim-plug

    Minimalist Vim Plugin Manager

    vim-plug is a minimalist open source Vim plugin manager that's easy to set up and easy to use. It's got a concise, intuitive syntax and a single file, no need for boilerplate code. vim-plug is able to do a number of things. Firstly, it can perform parallel installation/update (with any of +job, +python, +python3, +ruby, or Neovim) extremely fast. It can create shallow clones to consume the least amount of disk space and download time. It can review and rollback updates, and is capable of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PostCSS

    PostCSS

    A tool for transforming CSS with JavaScript

    PostCSS is a tool for transforming styles with JS plugins. These plugins can do a great number of things: transpile future CSS syntax, lint your CSS, support variables and mixins, and so much more. PostCSS works by taking a CSS file and providing an API to analyze and modify its rules (through its transformation into an Abstract Syntax Tree). The API can then be used by plugins to do a lot of useful things. With PostCSS, you can increase code readability by adding vendor prefixes to CSS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Fetch

    A window.fetch JavaScript polyfill

    Fetch is a window.fetch polyfill, a Promise-based mechanism for programmatically making web requests in the browser. It is a viable replacement for most uses of XMLHttpRequest in traditional web applications, since it implements a subset of the standard Fetch specification. It is compatible with most popular browsers, however modern versions of browsers like Chrome, Firefox, Microsoft Edge, and Safari already have native implementations of window.fetch, hence the code from this polyfill will...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    fx_cast

    fx_cast

    Chromecast Web Sender SDK implementation for Firefox

    A Firefox extension that implements the Chromecast API and exposes it to web apps to enable cast support. Communication with receiver devices is handled by a companion application (bridge). Install the Firefox extension (from within Firefox) and bridge application via the installer packages. These are two separate downloads that can be found on the website or in the GitHub releases section. The bridge application is currently supported on Windows, macOS and Linux. Clicking on the toolbar button...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    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 required...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Ruler

    Ruler

    Gradle plugin which helps you analyze the size of your Android apps

    App size is an important metric which directly correlates with business metrics like install conversion rate. Measuring app size is straightforward, but knowing what contributes to it is not. Especially in bigger projects with hundreds or thousands of modules and third-party dependencies. Ruler provides a convenient way to find out how much each module and dependency contributes to the total size of your app by running a single Gradle task. First you need to add the Ruler Gradle plugin to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Conquer Of Completion

    Conquer Of Completion

    Nodejs extension host for vim & neovim, load extensions like VSCode

    Configuration is required to make coc.nvim easier to work with, since it doesn't change your key-mappings or Vim options. This is done as much as possible to avoid conflict with your other plugins. Some Vim plugins could change key mappings. Please use commands like verbose imap <tab> to make sure that your keymap has taken effect. Different plug-ins of VSCode provide many configuration items, most of which are used by the server, but some are used by the client. If you do not use plug-ins,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PortableApps.com

    PortableApps.com

    Portable software for cloud, local, and portable USB drives

    PortableApps.com is the world's most popular portable software solution allowing you to take your favorite software with you. A fully open source and free platform, it works from any synced cloud folder (DropBox, Google Drive, Box, etc), from your local PC on an internal or external drive, or on any portable storage device (USB flash drive, memory card, portable SSD or hard drive, etc) moved between PCs. With millions of users all over the world, nearly 500 real open source and freeware apps...
    Leader badge
    Downloads: 391,649 This Week
    Last Update:
    See Project
  • 20
    Safe Exam Browser
    Safe Exam Browser is a webbrowser-environment to carry out online-exams safely. The software changes any computer into a secure workstation. It regulates the access to any utilities and prevents students from using unauthorised resources.
    Leader badge
    Downloads: 115,731 This Week
    Last Update:
    See Project
  • 21
    organice

    organice

    An implementation of Org mode without the dependency of Emacs

    organice is an implementation of Org mode without the dependency of Emacs. It is built for mobile and desktop browsers and syncs with Dropbox, GitLab, and WebDAV. At 200ok, we run an instance of organice at https://organice.200ok.ch, which is open for anyone to use! organice does not have a back-end (it’s just a front-end application, which uses different back-end storage providers). We don’t store any kind of data on our servers - we also don’t use analytics on organice.200ok.ch. Emacs is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    gooreplacer

    gooreplacer

    A browser extension to modify HTTP requests

    At first, Gooreplacer was created for redirecting Google Ajax/Api/Themes to other CDN to bypass Great Firewall since pages referring to those are slow as molasses. Most users prefer gooreplacer than other similar extensions(HTTPS Everywhere/Redirector) for ease of use. Why not give it a try? gooreplacer was originally born to solve the inability to access Google resources (Ajax, API, etc.) in China, which caused the page loading speed to be extremely slow. On this basis, the new version adds...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Programmer Browser

    Programmer Browser

    A fast-searching and space-saving browser

    Programmer Browser is a fast-searching and space-saving browser specially designed for programmers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Dadda

    Dadda

    Dadda Chrome word translation extension

    A good-looking Chrome word translation (Sogou) plug-in, with its own vocabulary book and toast word memory, which can be synchronized with Youdao and scallop words. Beautiful word translation plugin/ Let you recite words on Chrome (can be synchronized to scallops, your words). After the "Scallop Word Synchronization" function is enabled, the favorite vocabulary will be synchronized to the scallop word, but you must log in to the web version of scallop, and vice versa. There are five stages...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Vim Vixen

    Vim Vixen

    Accelerates your web browsing with Vim power

    Vim Vixen is a Firefox add-on which allows you to easily navigate the web by keyboard. Since version 57, Firefox has migrated to the WebExtensions API and has dropped support for legacy add-ons. Vim Vixen is a new choice for Vim users since it uses the WebExtensions API. To get Vim Vixen, install it from Firefox add-ons. Vim Vixen is supported on Firefox 68 ESR. Please install the latest version of stable ESR from the download page. You can install Vim Vixen from Firefox add-ons...
    Downloads: 0 This Week
    Last Update:
    See Project