Showing 42 open source projects for "plugins"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 1
    RxAndroid

    RxAndroid

    RxJava bindings for Android

    RxAndroid: Reactive Extensions for Android. Android specific bindings for RxJava 3. This module adds the minimum classes to RxJava that make writing reactive components in Android applications easy and hassle-free. More specifically, it provides a Scheduler that schedules on the main thread or any given Looper. Additional binaries and dependency information for can be found at search.maven.org. One of the most common operations when dealing with asynchronous tasks on Android is to observe...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    IK Analysis for Elasticsearch

    IK Analysis for Elasticsearch

    A plugin that integrates Lucene IK analyzer into elasticsearch

    IK Analyzer is an open source, lightweight Chinese word segmentation toolkit developed based on java language. Since the release of version 1.0 in December 2006, IKAnalyzer has launched 4 major versions. Initially, it was a Chinese word segmentation component based on the open source project Luence as the main application, combined with dictionary word segmentation and grammar analysis algorithms. Starting from version 3.0, IK has developed into a common word segmentation component for Java,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Kubernetes plugin for Jenkins

    Kubernetes plugin for Jenkins

    Jenkins plugin to run dynamic agents in a Kubernetes environment

    Jenkins plugin to run dynamic agents in a Kubernetes cluster. Based on the Scaling Docker with Kubernetes article, automates the scaling of Jenkins agents running in Kubernetes. The plugin creates a Kubernetes Pod for each agent started and stops it after each build. Agents are launched as inbound agents, so it is expected that the container connects automatically to the Jenkins controller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JavaCPP

    JavaCPP

    The missing bridge between Java and native C++

    JavaCPP provides efficient access to native C++ inside Java, not unlike the way some C/C++ compilers interact with assembly language. No need to invent new languages such as with SWIG, SIP, C++/CLI, Cython, or RPython. Instead, similar to what cppyy strives to do for Python, it exploits the syntactic and semantic similarities between Java and C++. Under the hood, it uses JNI, so it works with all implementations of Java SE, in addition to Android, Avian, and RoboVM (instructions). More...
    Downloads: 0 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.
  • 5
    RePlugin

    RePlugin

    A flexible, stable, easy-to-use Android plug-in framework

    RePlugin is a complete Android plug-in solution which is suitable for general use. Apps do not need to be upgraded to support new components, even brand new plug-ins. With only ONE hook (ClassLoader), NO BINDER HOOK. RePlugin’s Crash ratio is as low as Ten thousandth (0.01%). In addition, RePlugin is compatible with almost ALL Android ROMs in the market. RePlugin supports almost all features seamlessly as an installed application, including static Receiver, Task-Affinity, user-defined Theme,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    MeanOS

    MeanOS

    The smallest and the most powerful operating system.

    The first decentralized, artificially intelligent, MEAN.js stack, operating system. Mean OS is the only operating system hosted anonymous using a P2P network and a suite of non-standard in-browser delivery mechanisms. Mean OS is specifically designed to support both Brave and Tor but is compatible with all other major browsers. Mean OS is Proud to be a BRAVE and TOR supporter, be free!!
    Downloads: 43 This Week
    Last Update:
    See Project
  • 8
    ByteX

    ByteX

    ByteX is a bytecode plugin platform based on Android Gradle Transform

    ByteX is a bytecode plugin platform based on Android Gradle Transform Api and ASM. (Maybe you can think of it as a socket with unlimited plugs?) In the apk building process, each plugin is completely independent. It not only can run independently from the ByteX host, but also can be automatically integrated into the host into a single Transform along with other plugins. What's more, each plugin's code is decoupled from one another, as well as their host, which makes it extensible and highly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    VirtualAPK

    VirtualAPK

    Lightweight plugin framework for Android

    VirtualAPK is a powerful yet lightweight plugin framework for Android. It can dynamically load and run an APK file (we call it LoadedPlugin) seamlessly as an installed application. Developers can use any Class, Resources, Activity, Service, Receiver and Provider in LoadedPlugin as if they are registered in app's manifest file. VirtualAPK is an excellent plug-in framework developed by Didi Travel, which supports almost all Android features and has four major components. Compatible with almost...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • 10
    AWS Toolkit for Eclipse

    AWS Toolkit for Eclipse

    Plugin for developing, deploying, and managing AWS applications

    The AWS Toolkit for Eclipse is an open source plug-in for the Eclipse Java IDE that makes it easier for developers to develop, debug, and deploy Java applications using Amazon Web Services. With the AWS Toolkit for Eclipse, you’ll be able to get started faster and be more productive when building AWS applications. The AWS Toolkit for Eclipse conveniently includes the AWS SDK for Java, so you can get started building Java applications on AWS infrastructure services in Eclipse, including...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Gradle Retrolambda Plugin

    Gradle Retrolambda Plugin

    A gradle plugin for getting java lambda support in java 6, 7

    This plugin will automatically build your java or android project with retrolambda, giving you lambda goodness on java 6 or 7. It relies on the wonderful retrolambda by Esko Luontola. The minimum android gradle plugin is 1.5.0 and the minimum gradle plugin is 2.5. The plugin will compile the source code with java8 and then replace the class files with the output of retrolambda. Set the java version to compile to. The default is 6. Only 5, 6 or 7 are accepted. The default version of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Android Easy MultiDex

    Android Easy MultiDex

    Android, multidex, splitdex, subpackage plugin

    Android, multidex, splitdex, subpackage plugin. The Gradle script was integrated into the plug-in, so that only one configuration file needs to be maintained. Readers can choose separate configuration or integrated configuration according to their own needs. In this way, we maintain the number of methods of the main Dex at about 15,000, and we no longer have to worry about the number of methods. Through the above official subcontracting, the original Dex has been divided into 1 master Dex...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FileServer

    FileServer

    Share files from a windows PC to any other network device

    Gives you the ability to share & manage files from your windows pc on another device(MAC,LINUX,ANDROID etc) in the same network without needing another application on the receiving(client) end, (the client uses the devices browser to download, or view/modify files). It contains an inbuilt http server hence no need for an application on the receivers end. The host turns on the application and the client opens the browser and types the ip address including the port ( the application...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Droid Plugin

    Droid Plugin

    A plugin framework on android,Run any third-party apk

    A plugin framework on android, Run any third-party apk without installation, modification, or repackage. This is a framework on android. You can run any third-party apk without installation, modification or repackage with Droid Plugin. Given its .apk file, the plugged app could be run either independently or as a plugin of the host, NO source code is needed. The plugged app are recognized as Installed by the host and other plugged apps. Very low level of code invasion, indeed just one line...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    BenchLab is a Web Application benchmarking framework using real web browsers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Scramble!
    “Scramble your social network data!” - With Scramble you can selective enforce you access control preferences for your content on social networks like Facebook or Twitter ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Generic and flexible secure web application to manage clients, invoices, contracts and events reservations. It is built in Java with Internationalisation feature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ToMaBoM

    ToMaBoM

    Topic Map Bookmark Manager - Firefox Extension

    Firefox Extension for managing and organizing bookmarks with the Topic Maps concept
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OpenVRML is a cross-platform VRML and X3D browser and C++ runtime library.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 20
    Client-side Java applet-base providing generic file system-operations to web applications
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    log4js has moved to Github: http://stritti.github.io/log4js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Sagleft's Elemental Browser

    Sagleft's Elemental Browser

    Compact, convenient internet browser.

    Convenient, fast and compact browser. Original design and speed. Relevant for owners of laptops and netbooks, as it is very compact and mobile viewer for internet sites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    sanguo
    该软件主要是为了改善三国风云玩家的游戏体验,把玩家们从枯燥无味又繁重的点击劳动中解放出来。此工具可免费下载,绝无后门、木马,不信者可用防火墙监测访问的地址。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Vseisk unite browsers in one p2p network to share and search bookmarks and torrents. It acts also as a distributed torrent-tracker.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Several components used together to enable scripting in a browser using programming languages other than native JavaScript. It includes a Java Applet and JavaScript files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next