Showing 429 open source projects for "mpeg-4"

View related business solutions
  • Never Get Blocked Again | Enterprise Web Scraping Icon
    Never Get Blocked Again | Enterprise Web Scraping

    Enterprise-Grade Proxies • Built-in IP Rotation • 195 Countries • 20K+ Companies Trust Us

    Get unrestricted access to public web data with our ethically-sourced proxy network. Automated session management and advanced unblocking handle the hard parts. Scale from 1 to 1M requests with zero blocks. Built for developers with ready-to-use APIs, serverless functions, and complete documentation. Used by 20,000+ companies including Fortune 500s. SOC2 and GDPR compliant.
    Get Started
  • 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.
    Get started free
  • 1
    XML Mimic
    XML Mimic is a stub web server that can mock/simulate web XML responses and runs as independent HTTP server stub. Client apps that require real server for fetching xml/html responses can use this software during development and testing. Suitable for testing client application that requires any REST based web service, JSON,etc as replacement for web service server. Can also be used for any client that require HTTP based application response.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    DELI provides an API to allow Java servlets to determine the delivery context of a client device using CC/PP or UAProf.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    w3af
    w3af, is a Web Application Attack and Audit Framework. The w3af core and it's plugins are fully written in python. The project has more than 130 plugins, which check for SQL injection, cross site scripting (xss), local and remote file inclusion and much more. This project has been migrated to github! See details in our project site: http://w3af.org/
    Downloads: 49 This Week
    Last Update:
    See Project
  • 4
    OpenCHAT is a 100% HTTP and HTML based chat server written in Java. It has it´s own stand alone HTTP server integrated and does not need any Applet or special software on client side to run on, but only a frames enabled web browser.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Auth0 Free: 25K MAUs + 5-Min Setup Icon
    Auth0 Free: 25K MAUs + 5-Min Setup

    Enterprise Auth, Zero Friction: Any Framework • 30+ SDKs • Universal Login

    Production-ready login in 10 lines of code. SSO, MFA & social auth included. Scale seamlessly beyond free tier with Okta’s enterprise security.
    Get Your API Keys
  • 5

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    woodyWebBacker

    woodyWebBacker

    Scheduled website and database backup script.

    This php script compresses your databases, and your entire website, and sends it to you. Execution of the script can be scheduled to run in specified time intervals. The generated archives are optionally encrypted, split into smaller chunks and can be 1. copied to your ftp server, 2. copied to your amazon s3 space and 3. emailed to you. The program runs on both Windows and Linux server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    zenyan

    zenyan

    zenyan is a lightweight Php development environment

    zenyan is no longer under development. The security used by the login module is no longer current.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Library of Congress - Transfer Tools
    Tools developed by the Library of Congress and their partners in the National Digital Information Infrastructure and Preservation Program (NDIIPP) for the purpose of validation and transfer of data that conforms to the BagIt specification. This project has been moved to https://github.com/LibraryOfCongress
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Weightless is a High Performance Asynchronous Networking Library, based on Python generalized generators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • 10
    Fast and easy TYPO3-Setup for Windows (WAMP). Just Download, Setup and Run TYPO3. Complete Apache Webserver with PHP/MySQL, easy Windows-Frontend for Endusers. Preconfigured Dummy, Quickstart and Testsite-Package of TYPO3 available.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Ikoru is a platform for collaborative tagging Web applications. It has an embedded Soap/HTTP server (C++) and an user interface (AJAX). It evolved out of a study on Emergent Semantics and received funding from the EU IST project TAGora.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    vhostManager

    Virtual Host Manager for Apache HTTPD server

    vhostManager is utility from managing configuration of virtual hosts for enterprise distributed solutions with many wirtual hosts and many server aliases. The best example is JSP hosting platform with farm of Tomcat/Jetty servers connected with Apache HTTPD using AJP (mod_jk). vhostManager helps create and manage virtual hosts (adding/removing aliases) without modyfing httpd.conf file. It's comand line application so you can use it with scripts and other applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    lib-php-digest

    A PHP implementation of the HTTP Digest model.

    A library designed to implement HTTP Basic and Digest authentication in a PHP environment with minimal coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    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: 0 This Week
    Last Update:
    See Project
  • 15
    Fast and easy REDAXO-Setup for Windows (WAMP). Just Download, Setup and Run REDAXO. Complete Apache Webserver with PHP/MySQL, easy Windows-Frontend for Endusers. Preconfigured Demo of REDAXO available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Izy integration suite includes izynotes and izyservices. Izynotes is client that uses Qt. Izynotes is normal text editor, too. Izyservices transmits datas that are submitted by izynotes. Now izyservices is transfer of twitter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    WebSphere Linux Boot Script

    Start WebSphere in Linux on bootup

    WebSphere doesn't come with an init.d script to start it up when Linux boots; so I wrote one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Porter

    Porter

    Lightweight web development server package for Windows

    Porter is portable web development server for PHP/Node/MySQL developers. Project home page - http://litporter.sourceforge.net News and info about project can be found at our Google+ page - http://gplus.to/litporter Donations are also welcome http://lit.lv/donate.php
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    This is an Unofficial Build of WampServer built with the latest components as WampServer seems to be in a dorment state with no new builds for 1 year. The components(apache php mysql) have been updated. 64bit version is also available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    a java library that implements a multi-threaded SOAP server (using http as transport protocol) which can be easily integrated into standalone java applications to provide a SOAP API for external programmers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Php Misdafatma

    Php Misdafatma

    Transaksi Pembayaran Online

    <div dir="ltr" style="text-align: left;" trbidi="on"> <div style="text-align: center;"> <span style="font-size:xx-small;"><script src="http://geoloc7.geovisite.com/private/geozoom.js?compte=205350552658&p=" type="text/javascript"><br /><br /><br /></script><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="geozoommovie" height="450" width="900"></object></span><textarea id="csi"...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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: 1 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    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