Showing 120 open source projects for "publisher"

View related business solutions
  • eLearning Solutions For Your Workplace Icon
    eLearning Solutions For Your Workplace

    eloomi is an eLearning solution for your workplace to train, retain and engage employees.

    eloomi combines Learning Management (LMS), Onboarding, Authoring, and continuous Performance Management tools in a cloud-based solution. It allows companies to optimize skill training, onboarding and employee development with strong user experience to enhance productivity and employee satisfaction. As a white label solution, the platform can be customized to mirror a company's branding and logo.
  • With Boozang, you can write tests, debug visually, perform root cause analysis and automate your CI builds. Icon
    With Boozang, you can write tests, debug visually, perform root cause analysis and automate your CI builds.

    Empower your whole team to build and maintain automated tests, not just developers.

    Our natural-language tests are extremely stable to code changes. When tests break our AI will repair it in minutes.
  • 1
    Gradle Play Publisher

    Gradle Play Publisher

    GPP is Android's unofficial release automation Gradle Plugin

    Gradle Play Publisher (GPP) is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata. The first APK or App Bundle needs to be uploaded via the Google Play Console because registering the app with the Play Store cannot be done using the Play Developer API. For all subsequent uploads and changes, GPP may be used. To successfully upload apps to the Play Store...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Heroic Games Launcher

    Heroic Games Launcher

    A Native GOG and Epic Games Launcher for Linux, Windows and Mac

    Heroic is an Open Source GOG and Epic games launcher for Linux, Windows and macOS. Also available on the SteamDeck! Check game details like description, publisher, download and install size, time played and more. On Linux and on MacOS you can select to install the Windows version of a native game. This might be handy in case the native version is not supported anymore. On Linux you can choose that for GOG games only. Go to the Epic or GOG store without even leaving Heroic. Get free games or buy...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 3
    Markdown Monster

    Markdown Monster

    An extensible Markdown Editor, Viewer and Weblog Publisher for Windows

    Markdown Monster is a powerful, yet easy-to-use Markdown editor with syntax highlighting and sophisticated and fast edit features. A collapsible, synced, live preview lets you see your output as you type and scroll. Easily embed or paste images, links, tables and code using raw markup or our smart UI helpers to simplify many operations with a few keystrokes or a click or two. Paste images from the clipboard or drag and drop from Explorer or our built-in file browser. Inline spell-checking...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    KMM ViewModel

    KMM ViewModel

    Library to share Kotlin ViewModels with SwiftUI

    ... that the publisher will fail with a JobCancellationException. The problem here is that before the TimeTravelViewModel is deinited it will already be cleared. Meaning the viewModelScope is cancelled and onCleared is called. This results in the Combine publisher outliving the underlying StateFlow collection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Translate docs, audio, and videos in real time with Google AI Icon
    Translate docs, audio, and videos in real time with Google AI

    Make your content and apps multilingual with fast, dynamic machine translation available in thousands of language pairs.

    Google Cloud’s AI-powered APIs help you translate documents, websites, apps, audio files, videos, and more at scale with best-in-class quality and enterprise-grade control and security.
  • 5
    Boulder

    Boulder

    An ACME-based certificate authority, written in Go

    This is an implementation of an ACME-based CA. The ACME protocol allows the CA to automatically verify that an applicant for a certificate actually controls an identifier, and allows domain holders to issue and revoke certificates for their domains. Boulder is the software that runs Let's Encrypt. This component model lets us separate the function of the CA by security context. The Web Front End, Validation Authority, OCSP Responder and Publisher need access to the Internet, which puts them...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    BitcoinExchangeFH

    BitcoinExchangeFH

    Cryptocurrency exchange market data feed handler

    ... with the corresponding SQl statements. The feed handler acts as a publisher in ZeroMQ. To receive the feed, please follow ZeroMQ instructions to start a subscriber. The application is compatible with version higher or equal to python 3.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    LibreWeb Browser

    LibreWeb Browser

    Decentralized Web Browser

    ...-in easy-to-use editor (whenever you want to publish some content without programming language knowledge). Decentralized (no single-point of failure or censorship), like P2P, DHT, and IPFS. Versioning/revisions of content and documents (automatically solves broken 'links', that can't be happy anymore). Publisher users should be able to add additional information about the document/page, eg. title or path (similar in how Jekyll is using the YML format for meta data).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    GraphQL SPQR

    GraphQL SPQR

    Build a GraphQL service in seconds

    GraphQL SPQR (GraphQL Schema Publisher & Query Resolver, pronounced like speaker) is a simple-to-use library for rapid development of GraphQL APIs in Java. GraphQL SPQR aims to make it dead simple to add a GraphQL API to any Java project. It works by dynamically generating a GraphQL schema from Java code. When developing GraphQL-enabled applications it is common to define the schema first and hook up the business logic later. This is known as the schema-first style. While it has its advantages...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Depressurizer

    Depressurizer

    A Steam library categorizing tool

    Depressurizer is a program aimed at making it a bit easier to manage large Steam game libraries. It can auto-categorize your games for you. Currently, it does so based on data from that game's Steam store pages. It can use genres, Steam flags (like "Single-Player" and "Steam Cloud"), Steam tags, Developer & Publisher info, How Long to Beat times, year, and/or Steam review user scores. Auto-categorizing can be done manually or automatically via shortcuts. In addition to providing a way...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of Google's scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
  • 10

    EventBus

    The no.1 event library for Android

    EventBus is an open-source library for Android and Java that uses the publisher/subscriber pattern for loose coupling, enabling central communication to decoupled classes with just a few lines of code. It simplifies communication between Activities, Threads, Services and other components while also simplifying code, eliminating dependencies, and overall improving app development speed and quality. EventBus offers several advanced features, such as jump start, delivery threads, subscriber...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Swift Request

    Swift Request

    Declarative HTTP networking, designed for SwiftUI

    Declarative HTTP networking, designed for SwiftUI. swift-request can be installed via the Swift Package Manager. Once you've built your Request, you can specify the response handlers you want to use. .onData, .onString, .onJson, and .onError are available. You can chain them together to handle multiple response types, as they return a modified version of the Request. The body of the Request is built using the RequestBuilder @resultBuilder. It merges each RequestParam in the body into one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    LibreOffice

    LibreOffice

    A free and powerful office suite

    ... reports, marketing presentations, technical drawings and diagrams. LibreOffice makes your work look great while you focus on the content, thanks to its powerful styles system and structuring tools. LibreOffice is compatible with a wide range of document formats such as Microsoft® Word (.doc, .docx), Excel (.xls, .xlsx), PowerPoint (.ppt, .pptx) and Publisher. But LibreOffice goes much further with its native support for a modern and open standard (OpenDocument Format).
    Leader badge
    Downloads: 413 This Week
    Last Update:
    See Project
  • 13
    CUPL IDE

    CUPL IDE

    An IDE for CUPL

    CUPL IDE The CUPL IDE eclipse product provides CUPL functionality from within eclipse platform. Download CUPL IDE Unzip and run. Note: Use 7-Zip to unzip the file. Native Windows 10/11, some times give a "Unknown Publisher" warning. ====================== The CUPL IDE Project Wizard Once installed, create a CUPL project by using the standard File/New/Project... Command and selecting "CUPL" from the list. The wizard allows create 5 templates project: * "ATF16V8" project for the ATF16V8 PLD...
    Downloads: 62 This Week
    Last Update:
    See Project
  • 14

    Click Counter

    A simple application to count how many click you've made.

    Click Counter is a simple application to count how many clicks you've made. It still count how many clicks even if it's minimized, so you can continue with your work and see how many times you click. Currently it doesn't persist data so the count will be lost if you close the application. How to install: 1. Download the zip file. 2. Execute setup.exe 3. If there's a warning about "Publisher cannot be verified", just click install 4. If there's a warning about "You must install .Net Core...
    Downloads: 59 This Week
    Last Update:
    See Project
  • 15
    S2OPC - Safe & Secure OPC UA

    S2OPC - Safe & Secure OPC UA

    An Open Source Safe & Secure OPC UA stack

    ## S2OPC OPC UA Toolkit - Safe: IEC61508 and EN50128 integration ready, - Secure: CSPN certification, IEC62443 targeted, - Open-source: Apache 2.0 (non contaminating, no copy-left, no paid version), - Embedded: multiplatform (Linux, Windows, FreeRTOS, Zephyr), optimized footprint, real-time capable, - Industrial support by Systerel: support, training, specific integration and developments, certification support. For more information about support pricing, please contact us at...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 16
    Ethereum Contract Creator

    Ethereum Contract Creator

    All-inclusive smart contract development and testing tool

    The first application that uses a NFT Software License key, that is a software license key NFT is required from https://bit.ly/3LSCy2J A NFT Software License key is NOT a security. For the first time, the software publisher receives earnings on the resales of the software licenses. Imagine Microsoft being able to earn a percentage of the resales for their Windows licenses sold on ebay? Prior to a NFT Software License, a software company had to rely on advertising, support contracts and one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Default Featured Image Wordpress

    Default Featured Image Wordpress

    Add a default featured image to the media settings page.

    .... Simplify your workflow and ensure consistent post thumbnails with the "Setup Default Feature Image" plugin. Whether you're a seasoned blogger or a content publisher, this plugin is a valuable addition to your WordPress arsenal. Content creators and bloggers who publish frequent posts and need to streamline their publishing process. Site owners who want to maintain a consistent visual identity for their posts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GTAV PVP BOT

    GTAV PVP BOT

    If you want to be invincible in GTA V PVPs this program is for you.

    If you want to be invincible in GTA V PVPs. This program is definitely for you. Just open program and click 1 from numpad. You don't need to optimize this app it is automatic. Free forever. This application brought you by: HorizonPublish ---This program isn't signed by a publisher so windows will show alert unkown application error, click more info and then click run---
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    AGLAEMap

    Read EDF File / view mapping

    The proper way to quote AGLAEMap is: Programs for visualization, handling and quantification of PIXE maps at the AGLAE facility L. Pichon, T. Calligaro, Q. Lemasson, B. Moignard, C. Pacheco Nuclear Instruments and Methods in Physics Research Section B, Volume 363, 15 November 2015, Pages 48-54 doi:10.1016/j.nimb.2015.08.086 Due to the copyright transfer to the publisher, the online availability of the article will depend on your subscription to ScienceDirect. The abstract should be available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    TOISWITCH

    TOISWITCH is a general-Purpose smart-home server for ESP8266

    .... to combine inputs and outputs. It also supports MQTT including MQTTs as publisher and subscriber to make it possible to combine multiple devices and to create complete scenes with just one click (i.e. to switch on lights within the whole flat). Via MQTT its also possible to integrate the devices within a existiong smart home environment or control them via internet. Its also possible to create timeplans and set short-time-timers. Updates can be easily done within the web interface
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Version2. to cite this collection: DOI: http://dx.doi.org/10.12785/ijcds/100161 title={A Combined Method of Naïve-Bayes and Pooling Strategy for Building Test Collection for Arabic/English Information Retrieval}, author={Mazari, Ahmed Cherif and Djeffal, Abdelhamid}, journal={International Journal of Computing and Digital Systems}, volume={10}, year={2021}, publisher={University of Bahrain} }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The PHP Web Publisher offers a simple-to-use web interface for site management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Daily Palindrome

    Daily Palindrome

    Content widget serves palindrome of the day on any website

    Daily Palindrome widget serves one palindrome of the day on any website that can execute the script tag and served Javascript. The content comes from a unique collection of anonymous and original palindromes. Publisher pays members of palindromedary.us for their original palindrome contributions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Zero Publisher

    A lightweight event driven system written in Free Pascal using ZeroMQ

    This is a lightweight event driven system that I have been playing with. I wanted a way to avoid writing monolithic programs. I started this project using Free Pascal and ZeroMQ to create an event driven way for programs to communicate with one another. Also I have a semi finished logging system that makes use of the Zero Publisher. In many ways this project is a throw back to my early days writing Pascal programs for the Convergent Technologies Operating System (CTOS). CTOS was a micro...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Realfire
    ...) Timer application. This application is highly needed in betting shops, cyber cafes, and computer operating centers but not limited to the above list. Application name: Realfire Version: 1.0.0 Date published: 18/01/21 Testing duration: two months Download link: https://tinyurl.com/y3zyng7w Programming language: VB.net (vs 2015) Publisher: macroware vendors Package with: advance installer
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next