Search Results for "webmin-module-1.1-4.wbm"

Showing 41 open source projects for "webmin-module-1.1-4.wbm"

View related business solutions
  • Cyber Risk Assessment and Management Platform Icon
    Cyber Risk Assessment and Management Platform

    ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

    When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
  • 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.
  • 1
    Zotonic

    Zotonic

    The Erlang Web Framework & CMS

    ...-based sites on top of Zotonic. If you need more flexibility, you can customize all aspects of Zotonic. The included web server means can start working with Zotonic right away, without the need for installing Apache or Nginx separately. Zotonic is structured into modules. Each module offers a specific piece of functionality; the CMS is itself a module. There are modules for access control, social media integration, TLS, video embeds and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    SkePi

    Data parallel and stream parallel skeletons implemented in erlang.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    MQTT Erlang server

    MQTT server for IOT written in Erlang

    MQTT server is designed for communication in Machine to Machine (M2M) and Internet of Things (IoT) contexts and implements MQTT protocol versions 3.1 and 3.1.1. The server is written in Erlang as OTP application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    MQTT Erlang client

    IOT Client of MQTT server written in Erlang

    MQTT client is designed for communication in Machine to Machine (M2M) and Internet of Things (IoT) contexts and implements MQTT protokol versions 3.1 and 3.1.1. The client is written in Erlang and tested with MQTT servers like Mosquitto and RabbitMQ.
    Downloads: 0 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

    MySQL Erlang client

    ErlMySQL is a MySQL client (driver) written in Erlang.

    ErlMySQL is a MySQL client written in Erlang and provides API that is very close to Connector/C library. The client is using low level (TCP/IP socket) connection to MySQL server and allows to exchange a data with maximum possible speed. Multiple datasource support and connection pool are incapsulated in the client that increases a performance in concurrent environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Erlang Resource Pool

    Resource Pool manages reusable resources among multiple processes.

    Resource pool project is written in Erlang as a tiny library. The goal of the tool is reduce the overhead of creating new resources by reusing of the same resources among multiple processes. Achieving result is better performance and throughput. The resource pool was inspired by Java Apache's commons pool and adopts API and main principals from this project. Database connection is most popular example for pooling resource.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Scrupless

    The code behind www.scrupless.net

    The reverse proxy sitting behind http://www.scrupless.net doing dynamic rewrites of arbitrary live sites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    kai

    Kai is a distributed key-value datastore

    Kai is a distributed key-value datastore mainly inspired by Amazon's Dynamo. It brings high scalability and availability to your Web sites. You can manage variety of contents with Kai, as if Dynamo stores shopping carts, catalogs, and so forth.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    The ERDialog project offers a simple browser framework for small projects written in Erlang. Written applets include a bittorrent client, address book, text editor, AI experiments and graphics and music applications.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Let your volunteer coordinators do their best work. Icon
    Let your volunteer coordinators do their best work.

    For non-profit organizations requiring a software solution to keep track of volunteers

    Stop messing with tools that aren’t designed to amplify volunteer programs. With VolunteerMatters, it’s a delight to manage everything in one place.
  • 10

    Object-oriented Simple DirectMedia Layer

    High-level C++ framework to ease game development

    OSDL: Object-oriented Simple DirectMedia Layer. OSDL is a high level open source (LGPL/GPL) portable multimedia library, built upon Sam Lantinga's SDL (http://www.libsdl.org). Its goal is to provide a high level C++ framework to ease game development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Erlang/Scala IDE based on NetBeans. With syntax checking, syntax highlighting, auto-completion, pretty formatter, occurrences mark, brace matching, indentation, code folding, function navigator, go to declaration, project management, shell console.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PoC Telephony Applications

    Asterisk and Yate (VoIP PBX) Scripts and Libraries

    The PoC telephony application suite is a set of scripts and libraries for interactive telephony environments such as the Asterisk PBX and Yate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    An Eclipse-based IDE for Erlang http://www.erlang.org, a concurrency-oriented language developed by Ericsson. The project is now hosted at https://github.com/erlang/erlide_eclipse Please install/update from http://download.erlide.org/update
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    A collection of implementations of the Paxos and FastPaxos algorithms for solving consensus in a network of unreliable processors. Visit http://libpaxos.sourceforge.net/ for more informations
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    AMNESIA is an Erlang library providing an abstraction layer for interfacing relational DBMSs. It allows designers to integrate relational databases in Erlang programs using native Erlang types and language constructs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    rel-erl

    rel_erl is a lightweight relational in-memory database for Erlang.

    Features 1. Data rows are stored in the process dictionary. 2. Unique and referencial constraints are enforced. 3. There can be more than one index per table. 4. One-to-many joins are fast and easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    XP Dojo is a place where Extreme Programming teams assemble to practice their art.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project has moved! Go to https://github.com/yenrab/qchybrid
    Downloads: 17 This Week
    Last Update:
    See Project
  • 19
    An logging application for erlang platform. The key features - 1> Very easy to use and configure. 2> Runtime configurable. 4> Multiple log levels - emergency, alert, critical, error, warn, notice, info, debug, console 5> syslog support (RFC-3164)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SiteView Syslog is a port of ossec.net to Erlang and wxWidget. Taking advantage of Erlang's capability, SiteView Syslog provides high performance and distributed log message decoding and rule processing engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    smart metering with erlang and jquery
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    erle - a development environment for erlang
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Simple SOAP connector for Erlang/OTP. Compatible with SOAP 1.1 and 1.2. Currently supports XSD schema for service definition but no WSDL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    wxErlang is an Erlang binding to the C++ GUI library wxWidgets. It is now included in the erlang distribution, and this project is no longer updated here. See erlang.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ErlSim is a discrete event simulation engine written in Erlang.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next