Search Results for "pvgn-support-1.2zip" - Page 6

Showing 1632 open source projects for "pvgn-support-1.2zip"

View related business solutions
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • 1
    JsStore

    JsStore

    A complete IndexedDB wrapper with SQL like syntax

    Execute Database operation in browsers with JsStore. JsStore is an indexedDB wrapper. It makes IndexedDB super easy with its SQL-like APIs. Harness the power of JsStore to streamline database operations in your web applications. With its SQL-like API, JsStore simplifies IndexedDB interactions, enabling developers to easily query, filter, and manipulate data with familiar syntax and efficiency.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Electron Release Server

    Electron Release Server

    A fully featured, self-hosted release server for electron applications

    A fully featured, self-hosted release server for electron applications, compatible with auto-updater. Despite being advertised as a release server for Electron applications, it would work for any application using Squirrel. If you host your project on your Github and do not need a UI for your app, then Nuts is probably what you're looking for. Otherwise, you're in the same boat as I was, and you've found the right place! Docker support (thanks to EvgeneOskin)! Awesome release management...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    preact-cli

    preact-cli

    Your next Preact PWA starts in 30 seconds.

    Start building a Preact Progressive Web App in seconds. 100/100 Lighthouse score, right out of the box (proof). Fully automatic code-splitting for routes (see Route-Based Code Splitting). Transparently code-split any component with an async! prefix. Auto-generated Service Workers for offline caching powered by Workbox. PRPL pattern support for efficient loading. Zero-configuration pre-rendering/server-side rendering hydration. Support for CSS Modules, LESS, Sass, and Stylus; with Autoprefixer...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    iFrame Resizer

    iFrame Resizer

    Keep same and cross domain iFrames sized to their content

    Size cross domain iFrames to content with support for window/content resizing, and multiple iFrames. This library enables the automatic resizing of the height and width of both same and cross domain iFrames to fit their contained content. It provides a range of features to address the most common issues with using iFrames. Provides a range of page size calculation methods to support complex CSS layouts. Detects changes to the DOM that can cause the page to resize using MutationObserver. Detects...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Powering the next decade of business messaging | Twilio MessagingX Icon
    Powering the next decade of business messaging | Twilio MessagingX

    For organizations interested programmable APIs built on a scalable business messaging platform

    Build unique experiences across SMS, MMS, Facebook Messenger, and WhatsApp – with our unified messaging APIs.
  • 5
    jQuery Smart Wizard v6

    jQuery Smart Wizard v6

    The awesome jQuery step wizard plugin

    The awesome step wizard plugin for jQuery. jQuery Smart Wizard is an accessible step wizard plugin for jQuery. Provides a neat, usable, and stylish user interface for your forms, checkout screen, registration process, etc. Easy to implement, Bootstrap compatibility, customizable toolbars, themes and colors, events, and Ajax support are a few of the features.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    simplelightbox

    simplelightbox

    Touch-friendly image lightbox for mobile and desktop

    Touch-friendly image lightbox for mobile and desktop. You can customize Simplelightbox by changing the style in simplelightbox.css. You can have multiple lightboxes on one page if you give them different selectors. Only some CSS is included. You can change the style if you want. Lots of options. Preloading next and previous images. Android, iOs, and Windows phone support.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Soap

    Soap

    A SOAP client and server for node.js

    A SOAP client and server for node.js. This module lets you connect to web services using SOAP. It also provides a server that allows you to run your own SOAP services. Very simple API Handles both RPC and Document schema types. Supports multiRef SOAP messages. Support for both synchronous and asynchronous method handlers. WS-Security UsernameToken Profile 1.0. Supports Express-based web server (body parser middleware can be used) The so called one-way (or asynchronous) calls occur when...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    gulp

    gulp

    A toolkit to automate & enhance your workflow

    gulp is a streaming build system that automates slow, repetitive and time-consuming tasks in your development workflow. It is simple and easy to use with only a minimal API surface, but powerful enough to compose efficient build pipelines. gulp is flexible and composable, and is also platform-agnostic, which means you can use it with PHP, .NET, Java and many other platforms. It’s got a strong ecosystem of npm modules and over 3000 curated, community-built plugins, so you can achieve...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Playwright for Go

    Playwright for Go

    Playwright for Go a browser automation library to control Chromium

    ... before executing actions (like click, fill). Intercept network activity for stubbing and mocking network requests. Emulate mobile devices, geolocation, permissions. Support for web components via shadow-piercing selectors. Native input events for mouse and keyboard. Upload and download files. The bridge between Node.js and the other languages is basically a Node.js runtime combined with Playwright which gets shipped for each of these languages (around 50MB).
    Downloads: 1 This Week
    Last Update:
    See Project
  • Engage for Amazon Connect, the Pre-built Contact Center Platform Icon
    Engage for Amazon Connect, the Pre-built Contact Center Platform

    Utilizing the power of AWS and Generative AI, Engage provides your customers with highly personalized, exceptional experiences.

    Engage is a pre-built, intelligent contact center platform that transforms customer service.
  • 10
    Amazon Connect connect-rtc-js

    Amazon Connect connect-rtc-js

    Provide softphone support to AmazonConnect customers

    connect-rtc.js provides softphone support to AmazonConnect customers when they choose to directly integrate with AmazonConnect API and not use the AmazonConnect web application. It implements Amazon Connect WebRTC signaling protocol and integrates with browser WebRTC APIs to provide a simple contact session interface that can seamlessly integrate with Amazon Connect StreamJS. In a typical amazon-connect-streams integration, connect-rtc-js is not required on parent page. Softphone call handling...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    eslint-plugin-import

    eslint-plugin-import

    ESLint plugin with rules that help validate proper imports.

    This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, and prevent issues with misspelling of file paths and import names. All the goodness that the ES2015+ static module syntax intends to provide, is marked up in your editor. The maintainers of eslint-plugin-import and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open-source dependencies you use to build your applications. Save time, reduce risk, and improve...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    AWS SDK for JavaScript

    AWS SDK for JavaScript

    AWS SDK for JavaScript in the browser and Node.js

    ... of the AWS SDK for JavaScript and provide easy-to-use interfaces for common app use cases such as authentication, storage, API. To create React applications with AWS SDK, you can use AWS Amplify Library which provides React components and CLI support to work with AWS services. The version 3.x of the AWS SDK for JavaScript is generally available. For more information see the Developer Guide or API Reference.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    MediaElement.js

    MediaElement.js

    A dependable HTML media framework

    Boost your player with Chromecast, Google Analytics and more. MediaElement.js is a blazingly fast and amazingly powerful HTML5 audio and video library that creates a unified feel for media files (MP4, MP3, FLV), streaming content (HLS, M(PEG)-DASH, RTMP), and embeddable players like YouTube, Vimeo, Twitch, DailyMotion, Facebook, and SoundCloud. MediaElement.js is a set of custom Flash plugins that mimic the HTML5 MediaElement API for browsers that don't support HTML5 or don't support the media...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Outline

    Outline

    Fastest wiki and knowledge base for growing teams

    A modern team knowledge base for your internal documentation, product specs, support answers, meeting notes, onboarding, & more. An intuitive editor with markdown support, slash commands, rich embeds, and more. Beautiful documents, without even trying. Search and share documents without ever leaving your team chat. Nest documents in a hierachy, automatically build a network of backlinks and search across everything. Onboard new team members easily through internal guides, resources...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    SystemJS

    SystemJS

    Dynamic ES module loader

    SystemJS is a hookable, standards-based module loader. It provides a workflow where code written for production workflows of native ES modules in browsers (like Rollup code-splitting builds), can be transpiled to the System.register module format to work in older browsers that don't support native modules, running almost-native module speeds while supporting top-level await, dynamic import, circular references and live bindings, import.meta.url, module types, import maps, integrity and Content...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Handsontable

    Handsontable

    JavaScript data grid with a spreadsheet look & feel

    Rock-solid data grid for web applications. A JavaScript component that combines data grid features with spreadsheet-like UX. Legendary support included. Works with React, Angular, Vue, and JavaScript. When you work with Handsontable, it's like you're working with Excel or Google Sheets. There's no steep learning curve – you can start working effectively from day one. Handsontable is easy to implement, flexible, and super customizable. You can extend it with custom plugins and edit the source...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Sequelize

    Sequelize

    A promise-based multi SQL dialect Node.js ORM

    Sequelize is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. It features solid transaction support, relations, eager and lazy loading, read replication and more. Sequelize follows SEMVER. Supports Node v6 and above to use ES6 features. Sequelize v5 was released on March 13, 2019. Official TypeScript typings are now included. Sequelize can be used since the beginning in order to automate the creation of every table in your database. Models...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    parse-request

    parse-request

    Parse requests in the Browser and Node

    Parse requests in the Browser and Node (with added support for multer and passport). Made for Cabin. This package is used internally by Cabin's middleware, and we highly recommend you to simply use Cabin instead of this package in particular.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    JSON Crack

    JSON Crack

    Innovative and open-source visualization application

    JSON Crack is a free, open-source data visualization app capable of visualizing data formats such as JSON, YAML, XML, CSV and more, into interactive graphs. With its intuitive and user-friendly interface, JSON Crack makes it easy to explore, analyze, and understand even the most complex data structures. Whether you're a developer working on a large-scale project or a data enthusiast looking to uncover hidden insights, JSON Crack has the tools and features you need to unlock the full...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    jCanvas

    jCanvas

    A jQuery plugin that makes the HTML5 canvas easy to work with

    jCanvas is a jQuery plugin that makes the HTML5 canvas easy to work with. jCanvas is a JavaScript library, written using jQuery and for jQuery, that wraps around the HTML5 canvas API, adding new features and capabilities, many of which are customizable. Capabilities include layers, events, drag-and-drop, animation, and much more. The result is a flexible API wrapped up in a sugary, jQuery-esque syntax that brings power and ease to the HTML5 canvas.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    vis-network

    vis-network

    Display dynamic, automatically organised, customizable network views

    Network is a visualization to display networks and networks consisting of nodes and edges. The visualization is easy to use and supports custom shapes, styles, colors, sizes, images, and more. The network visualization works smooth on any modern browser for up to a few thousand nodes and edges. To handle a larger amount of nodes, Network has clustering support. Network uses HTML canvas for rendering. As of 4.0, the network consists of individual modules which handle specific parts...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Highlight.js

    Highlight.js

    JavaScript syntax highlighter with language auto-detection

    Highlight.js is a syntax highlighter written in JavaScript. It works in the browser as well as on the server. It can work with pretty much any markup, doesn’t depend on any other frameworks, and has automatic language detection. Highlight.js supports over 180 languages in the core library. There are also 3rd party language definitions available to support even more languages. We strongly recommend <pre><code> wrapping for code blocks. It's quite semantic and "just works" out of the box...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    XRender

    XRender

    Easy-to-use middle and back-end "form/table/chart" solution

    Alibaba, fliggy middle and back-end "forms/tables/graphs" out-of-the-box solution. Use XRender in company or personal projects and help promote it to partners. FormRender 1.0 is the next generation React.jsform solution. The project has been rewritten from the kernel level, in order to effectively undertake the requirements of increasingly complex form scenarios. Our goal is to support 100% coverage of form scenarios with strong scalability, while keeping developers up to speed quickly...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    OpenPGP.js

    OpenPGP.js

    OpenPGP implementation for JavaScript

    ... applications. It should allow you to sign, encrypt, decrypt, and verify any kind of text, in particular e-mails, as well as managing keys. Version 3.0.0 of the library introduces support for public-key cryptography using elliptic curves. We use native implementations on browsers and Node.js when available.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    gruntwork.io website

    gruntwork.io website

    The gruntwork.io website

    The Gruntwork team deploys a Reference Architecture for you, setting you up with all the foundational pieces you need to get started with AWS and Terraform, including your Landing Zone, network topology, CI / CD pipeline, guard rails, monitoring, out-of-the-box compliance, and more. Use the Gruntwork Infrastructure as Code Library (IaC Library), a collection of reusable Terraform code that has been proven in production at hundreds of companies, to deploy the rest of your infrastructure,...
    Downloads: 1 This Week
    Last Update:
    See Project