Showing 39 open source projects for "mpeg-4"

View related business solutions
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

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

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 1
    CoreUI 4 Angular 13 Free Admin Template

    CoreUI 4 Angular 13 Free Admin Template

    CoreUI Angular is free Angular 13 admin template

    CoreUI Angular Admin Panel is not another blend of 3rd parties free components and libraries. It's the only Open Source Angular Admin Dashboard Template built on the enterprise-grade hand-crafted Angular Components Library created and backed by professionals. CoreUI helps you build reliable web apps faster than before. Save thousands of development hours by using ready-made, reusable, and commonly used widgets and UI components. Moreover, CoreUI Angular Dashboard is delivered with a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    HLS.js

    HLS.js

    HLS.js is a JavaScript library that plays HLS in browsers

    HLS.js is a JavaScript library that implements an HTTP Live Streaming client. It relies on HTML5 video and MediaSource Extensions for playback. It works by transmuxing MPEG-2 Transport Stream and AAC/MP3 streams into ISO BMFF (MP4) fragments. Transmuxing is performed asynchronously using a Web Worker when available in the browser. HLS.js also supports HLS + fmp4, as announced during WWDC2016. HLS.js works directly on top of a standard HTML<video> element. HLS.js is written in ECMAScript6 (*.js...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 3
    Chatbox

    Chatbox

    The Ultimate Copilot on Your Desktop

    Chatbox is the ultimate copilot on your desktop. Chatbox is a desktop app for GPT-4 / GPT-3.5 (OpenAI API) that supports Windows, Mac & Linux. Directly testing ChatGPT API (OpenAI API) might be challenging for those with no programming background. By using Chatbox, you can perform such experiments in a convenient way. Chatbox stores all chat messages and prompts locally, thus reducing the risk of data loss. Chatbox helps you design, debug, and manage prompts, thus providing greater control...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 4
    GPT-Code UI

    GPT-Code UI

    An open source implementation of OpenAI's ChatGPT Code interpreter

    An open source implementation of OpenAI's ChatGPT Code interpreter. Simply ask the OpenAI model to do something and it will generate & execute the code for you. You can put a .env in the working directory to load the OPENAI_API_KEY environment variable. For Azure OpenAI Services, there are also other configurable variables like deployment name. See .env.azure-example for more information. Note that model selection on the UI is currently not supported for Azure OpenAI Services.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5

    ngx-admin

    Customizable admin dashboard template based on Angular 10+

    ngx-admin is the most popular open source admin dashboard based on Angular 10+, now with beautiful backward-compatible material themes! Now your admin dashboard will not only be packed with complete features and backend services, you'll have exquisite, custom themes to match your company perfectly. Expect high resolution, responsive layouts, RTL support and many other benefits. ngx-admin also comes with Eva Design System support, and more than 40 Angular Components and over 60 Usage...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    REACT SWIPEABLE

    REACT SWIPEABLE

    React swipe event handler hook

    A React library that enables touch gestures in web applications, providing swipe functionality for improved mobile user interactions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    covid19

    covid19

    Tokyo COVID-19 Task Force website

    ..., a situation analysis by an expert is conducted for each item, and the infection situation in Tokyo and the medical care provision system are each evaluated as a "summary comment" on a four-point scale.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Nebular

    Nebular

    Customizable Angular UI Library based on Eva Design System

    Nebular is a customizable Angular UI library that contains 40+ UI components, four visual themes, and Auth and Security modules. Recognized at the prestigious AngularConnect 2018, this Angular framework allows focusing on beautiful designs to adapt them to your brand. Nebular is free of charge and open-source. Nebular is a customizable Angular UI Library based on Eva Design System specifications, with 40+ UI components, 4 visual themes, Auth and Security modules. Each feature is a separate npm...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Generative AI Examples

    Generative AI Examples

    Generative AI Examples is a collection of GenAI examples

    Efficiently integrate secure, performant, and cost-effective Generative AI workflows into business value. Detailed framework of composable building blocks for state-of-the-art generative AI systems including LLMs, data stores, and prompt engines. Architectural blueprints of retrieval-augmented generative AI component stack structure and end-to-end workflows. A four-step assessment for grading generative AI systems around performance, features, trustworthiness and enterprise-grade readiness.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 10
    refine

    refine

    Build your React-based CRUD applications, without constraints

    With refine you can have it all without compromising your freedom or facing constraints. refine is headless by design. It doesn’t ship with any pre-styled components or UI by default. Instead, you can use any custom design or UI framework for 100% control over styling. Not ready for going headless yet? No problem. refine supports four powerful UI frameworks out-of-the box. refine is a React-based framework for the rapid development of web applications. It eliminates repetitive tasks demanded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DenoDB

    DenoDB

    MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno

    Supports PostgreSQL, MySQL, MariaDB, SQLite and MongoDB. Setting up your database with DenoDB is a four-step process. Create models, extending Model. table and fields are both required static attributes. Link your models, to add them to your database instance. Optional, create tables in your database, by using sync. Query your models! Using Mongo means adapting your models to its standards, one being the use of _id for identifying records. The only change on your side is to add an _id field...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Ignite

    Ignite

    Infinite Red's cutting edge React Native project boilerplate

    The culmination of five years of constant React Native development, Ignite is the most popular React Native app boilerplate for both Expo and bare React Native. This is the React Native boilerplate that the Infinite Red team uses on a day-to-day basis to build client apps. Developers who use Ignite report that it saves them two to four weeks of time on average off the beginning of their React Native project! Ignite apps include rock-solid technical decisions out of the box, like React Native...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    APIPark

    APIPark

    APIPark is the #1 open-source AI Gateway and Developer Portal

    ... your AI usage and reducing maintenance costs. You can quickly combine AI models and prompts into new APIs. For example, using OpenAI GPT-4 and custom prompts, you can create sentiment analysis APIs, translation APIs, or data analysis APIs. API lifecycle management helps standardize the process of managing APIs, including traffic forwarding, load balancing, and managing different versions of publicly accessible APIs. This improves API quality and maintainability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ts-blank-space

    ts-blank-space

    A small, fast, pure JavaScript type-stripper

    ts-blank-space is a fast type-stripping compiler that converts TypeScript to JavaScript. It supports a modern subset of TypeScript by erasing the types and replacing them with whitespace. That's it. It is not a type checker and does not perform any other code transformations. The underlying technique can improve build performance and simplify development. The implementation is pure TypeScript. It is simple enough to read and understand in a few minutes because it is only 700 lines of code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Kubero

    Kubero

    A free and self-hosted Heroku PaaS alternative for Kubernetes

    Kubero [pronounced: Kube Hero] is a fully self-hosted Internal Developer Platform (IDP) that brings the workflows of Heroku to your Kubernetes cluster. It enables you to deploy your applications with a few clicks. It has a built-in CI/CD pipeline and supports multiple staging environments. Kubero initiates two containers: one for cloning your repository and another for building your app. Once the build is complete, Kubero will launch the final container and make it accessible via the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Waifu2x GUI

    Waifu2x GUI

    An app that upscales anime-styled images, gifs, and videos

    This is a GUI app that can upscale anime-styled images, gifs, and videos using waifu2x or Real-ESRGAN Anime. It aims to be simple to use, but you can access more advanced settings in the top bar. Upscaling videos and gifs will take a very long time without a high-end graphics card! The Real-ESRGAN Anime upscaler is much faster and gives better results than waifu2x, so it is recommended to use it instead. Real-ESRGAN only supports scale factors between 2-4, and all other waifu2x options...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NG Bootstrap

    NG Bootstrap

    Angular powered Bootstrap

    Angular widgets built from the ground up using only Bootstrap 5 CSS with APIs designed for the Angular ecosystem. The only dependencies are Angular, Bootstrap 5 CSS and Popper. As simple as Angular & Bootstrap CSS. Nothing else. If you know Angular, you also know ng-bootstrap. All the Bootstrap widgets you know like a carousel, modal, popover, tooltip, tablet plus some additional goodies like datepicker, rating and typeahead. All code is tested with almost 100% coverage, all changes are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Path-to-RegExp

    Path-to-RegExp

    Turn a path string such as `/user/:name` into a regular expression

    The path argument is used to define parameters and populate keys. The RegExp returned by path-to-regexp is intended for ordered data (e.g. pathnames, hostnames). It can not handle arbitrarily ordered data (e.g. query strings, URL fragments, JSON, etc). When using paths that contain query strings, you need to escape the question mark (?) to ensure it does not flag the parameter as optional. Backslashes need to be escaped with another backslash in JavaScript strings. It is possible to write an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    React Native Encrypted Storage

    React Native Encrypted Storage

    React Native wrapper around EncryptedSharedPreferences

    React Native wrapper around SharedPreferences and Keychain to provide a secure alternative to Async Storage. Async Storage is great but it lacks security. This is less than ideal when storing sensitive data such as access tokens, payment information and so on. This module aims to solve this problem by providing a wrapper around Android's EncryptedSharedPreferences and iOS' Keychain, complete with support for TypeScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CAC

    CAC

    Simple yet powerful framework for building command-line apps

    Simple yet powerful framework for building command-line apps. Command And Conquer is a JavaScript library for building CLI apps. Super light-weight: No dependency, just a single file. Easy to learn. There's only 4 APIs you need to learn for building simple CLIs: cli.option cli.version cli.help cli.parse. Yet so powerful. Enable features like default commands, git-like subcommands, validation for required arguments and options, variadic arguments, dot-nested options, automated help message...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Catppuccin

    Catppuccin

    Soothing pastel theme for the high-spirited

    Catppuccin is a community-driven pastel theme that aims to be the middle ground between low and high contrast themes. It consists of 4 soothing warm flavors with 26 eye-candy colors each, perfect for coding, designing, and much more! In addition, this repository tracks the development of the actual color palette, the project's documentation, organization-wide assets, resources and code samples for maintainers/developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Penguins' eggs

    Penguins' eggs

    On the road of Remastersys, Refracta, Systemback and father Knoppix!

    penguins-eggs is a console tool, under continuous development, that allows you to remaster your system and redistribute it as live images on usb sticks or via PXE, work on amd64, i386 and ARM64.
    Leader badge
    Downloads: 292 This Week
    Last Update:
    See Project
  • 23
    Splashed-Push-Notifications

    Splashed-Push-Notifications

    Splashed push notifications created from templates I found on Codepen.

    Simple, splashed push notifications created from templates I found on CodePen. Check them out at https://northstrix.github.io/Splashed-Push-Notifications/ Alternatively, you can play with the notifications on Codepen: https://codepen.io/Northstrix/pen/eYqjbvW https://codepen.io/Northstrix/pen/XWvBoxE GitHub repository: https://github.com/Northstrix/Splashed-Push-Notifications Credit The existence of this project wouldn't've been possible without the...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    dMind

    dMind

    dMind is a minimalistic yet feature-rich note-taking

    dMind is a minimalistic, distraction-free yet feature-rich note-taking app. Use a modified and extended version of markdown to take your notes. Are you a visual learner? dMind has built-in support for diagrams, tables and math expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    generatedata

    generatedata

    A powerful, feature-rich, random test data generator

    ... on that. The current major version of the script is 4.x, which was a big change over earlier releases. Earlier versions were written in PHP and MYSQL and 3.x offered a REST API to let you generate the data programmatically rather than via an API. While this is still planned for 4.x it's not currently offered, and the plan it to tackle that after making the script available as an npm package - which we feel will be a more convenient way to programmatically generate data over the more agnostic REST approach.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next