Showing 104 open source projects for "mpeg-4"

View related business solutions
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely.

    Stay productive working at any distance from anywhere with Monitask.
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 1
    ESP32-S2-Mini

    ESP32-S2-Mini

    Arduino ESP32-S2-Mini v1.00 Wemos | Firmware PS4 900x HOST Wifi AP

    Firmware para placa de desarrollo Arduino ESP32-S2 Mini v1.0.0 LOLIN-WIF WEMOS ESP32S2 Dev para Montar Servidor Host AP PlayStation 4 Herramienta web para instalar la última versión del Firmware: https://xdevgms.github.io/ Una vez instalado el firmware podrá conectar con la placa ESP32-S2 Mini vía Wifi WiFi SSID: PS4-Host-AP Password: password Página del administrador http://10.1.1.1/admin.html http://webkey.local/admin.html Nota Importante 1: En la sección configuración General en...
    Downloads: 73 This Week
    Last Update:
    See Project
  • 2
    mrhttpd

    mrhttpd

    A lightning fast, simple, robust and secure web server.

    Mrhttpd is a threaded web server that is lightning fast, simple, robust, secure and has a very small memory footprint. The binary is 15 to 20 kilobytes in size, depending on configuration and CPU architecture. Mrhttpd serves files at up to 4 times the throughput of Apache and runs CGI scripts. It scales very well with high levels of concurrency and responds very well to the BFS CPU scheduler by Con Kolivas. One of the differentiating features is that the server is configured at compile time...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    mod_auth_trustheader

    mod_auth_trustheader

    apache-2.x module to get userid from header|environment|SSL variable

    Mostly copied from mod_auth_basic of apache-2.2. The basic-auth handshake was replaced by some code which gets the userid out of a customable variable. The variable could be anything ap_expr could read in authentication hook, e.g.: a header field, a httpd environment variable or an SSL environment variable. The syntax is the same known from RewriteCond of mod_rewrite: e.g.: %{HTTP:variable}, %{ENV:variable} or %{SSL:variable} No password is written into internal httpd variables. So the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    SNMP Apache Module

    Monitor Apache using SNMP

    SNMP Apache Module allows you to monitor configuration and status values of Apache Web Server using SNMP (simple network management protocol). Support httpd 2.4.x. Apache status info that can be monitored through SNMP: - Total Traffic. - Total Access. - Last Restart. - Uptime. - HTTP errors (400, 403, 404, etc). - Status.
    Downloads: 0 This Week
    Last Update:
    See Project
  • High-performance Open Source API Gateway Icon
    High-performance Open Source API Gateway

    KrakenD is a stateless, distributed, high-performance API Gateway that helps you effortlessly adopt microservices

    KrakenD is a high-performance API Gateway optimized for resource efficiency, capable of managing 70,000 requests per second on a single instance. The stateless architecture allows for straightforward, linear scalability, eliminating the need for complex coordination or database maintenance.
  • 5
    Contiki is an open source, highly portable, networked, multi-tasking operating system for memory-constrained systems. Contiki current source code: https://github.com/contiki-os/contiki Contiki historical source code: https://github.com/adamdunkels/contiki-1.x
    Leader badge
    Downloads: 295 This Week
    Last Update:
    See Project
  • 6

    ISAPI SCGI extension for IIS

    Adds SCGI protocol support to IIS

    The ISAPI SCGI extension adds support for the SCGI protocol to Microsoft's Internet Information Server. The extension uses multithreading with I/O completion ports to minimize memory and CPU usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Centralized httpd (Apache) access logging system for mass virtual hosting. Collects logs from multiple httpd servers, creates a nested domain hierarchy on-the-fly, based on virtual hosts. Allows servers to be added/removed without affecting logging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    CPoll based C++ server pages

    Server side scripting language similar to ASP and PHP, but using C++.

    CPPSP (C++ Server Pages) is an open source web application framework similar to ASP.NET. It features a template parser that parses, compiles, and loads CPPSP pages automatically at runtime. CPPSP pages have a very similar syntax to ASP and ASP.NET, where all code is considered HTML by default, and server-side active code can be embedded using "<% ... %>". CPPSP is built upon the CPoll asynchronous I/O and utility library, which offers simple I/O abstraction, network abstraction, memory...
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    Squid is a high-performance proxy caching server for Web clients, supporting FTP, gopher, and HTTP data objects. This site hosts developer-derivates from the official version found at http://www.squid-cache.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered conversation intelligence software Icon
    AI-powered conversation intelligence software

    Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not.

    Every customer interaction is vital to your business success and revenue growth. With Jiminny’s AI-powered conversation intelligence software, we take recording, capturing, and meticulous analysis of call recordings to the next level. Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not. Seamlessly support your biggest objectives across the entire business landscape with our innovative call tracking system.
  • 10

    PHP Websockets

    Provides Websocket RFC6455 functionality to PHP

    This project provides 6 new functions to PHP that are meant to interact with a websocket (RFC6455) peer. ws_get_frame_info() - Gets information about an upcoming websockets frame ws_read_frame() - Reads the data of a websockets frame from a client or server ws_send_close() - Sends a close frame to the websockets peer ws_send_ping() - Sends a ping frame to the websockets peer ws_send_pong() - Sends a pong frame to the websockets peer These functions are written in low level C so they are...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    AOLserver

    High-performance multithreaded web server

    AOLserver is a multithreaded, Tcl-enabled, massively-scalable and extensible web server tuned for large scale, dynamic web sites. AOLserver also includes complete database integration and a dynamic page scripting language.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12

    minimock

    minimock a tiny http server that always return the same response

    When developing SOA, there is a time when you feel the need to be able to mock a webservice. That's what minimock's used for. running minimock as such minimock 8080 d:/response.xml will start a server listening on port 8080 that will always return the content of the file d:/response. The main advantages of minimock over other similar tools are its ease of use and its the low footprint : * executable is 20k large. (but on win$ it depends on cygwin1.dll that is 2Mb large) * avg memory use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ReadLeaf was a several hours project, now it's a research framework in the functional programming area amd web area, see homepage for more info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ebookutils is a collection of utilities which are useful for working with ebooks, specifically the REB1100/1150/1200 models made by RCA/Gemstar in the early 2000s.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Aurora is a Perl based content delivery system, providing a modular framework for dynamically repurposing XML content. Aurora includes support for XML pipelines, XSP & XSLT transforms, session / connection pooling and fine grain caching.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Webio is a small-footprint web server, designed for embedding in an application or an embedded system. It includes a tool for generating embedded SSI and CGI routines, and a detailed programmers manual.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    YOPS (Your Own Personal [WEB] Server) is a small SEDA-like HTTP server for Linux OS written in C. There are 4 stages (accept-parse, fetch, send and log), and pipes are used as interstage channels.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GSS-API/SPNEGO authentication module for Apache 1.3.26;SPNEGO APIs (see fbopenssl);SPNEGO authentication module for Apache 1.3 and 2.0 (see mod_spnego)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A development utility designed to monitor the Apache error log for changes during live code testing or other similar code monkey shenanigans. Any new errors are shown in a notification box at the bottom of the screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    thttpd-ng, standing for tiny/throttling/turbo HTTP daemon next generation, is a fast, light weight, portable web server, based on the famous thttpd project and designed to serve static content efficiently or simple CGI programs,.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Dieses Projekt erweitert und verbessert die Software des "FiFi-Webservers" des OV O28 (http://www.ov-lennestadt.de/projekte/webserver/webserver.htm). Der Fokus liegt auf Amateurfunk-bezogener Nutzung.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    mod_sass is a module for Apache web server. It compiles Sass stylesheets into CSS automatically when the sass stylesheet is requested by a clients browser. It also includes its own cache so that the CSS is only compiled when the SASS is modified.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    mod_auth_certificate is an authentication module for Apache Webserver 2.x. It adds the capability to forward usernames returned by mod_ssl to authorization providers like mod_authz_ldap.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Apache module which is checking load average and when it is higher then defined stops current request(has ability to stop other request too). Since 0.2 settings can be set per directory/virtualhost/location.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    n00bRAT
    An undetectable Remote Administration Tool -OR- trojan, an all new approach. Easily usable, Client just requires any Web Browser to control remote machine via WebPage. Fooling firewalls/ids/ips security solutions, as it operates like any web-site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next