Showing 23398 open source projects for "mpeg-4"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • 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
    Pico.css

    Pico.css

    Minimal CSS Framework for semantic HTML

    Minimal CSS Framework for semantic HTML. Elegant styles for all native HTML elements without .classes and dark mode automatically enabled. Pico uses simple native HTML tags as much as possible. Less than 10 .classes are used in Pico. No dependencies, package manager, external files, or JavaScript. Elegant and consistent adaptive spacings and typography on all devices. Shipped with two beautiful color themes, automatically enabled according to the user preference. We use simple native HTML...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Bootstrap Native

    Bootstrap Native

    If you are looking for Bootstrap without jQuery, this is it.

    The lighter and more compact set of JavaScript components for Bootstrap is sourced with a modern ES6+ codebase and strong TypeScript definitions. At about half the size of the original and around 12kb gZipped, this library does most of Bootstrap & Popper combined. We launched the project back in 2015 with the goal of debunking the "write less do more" myth, meanwhile the Bootstrap developers themselves have decided to drop jQuery, however, we decided to keep maintaining the project for its...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    Laravel-Modules

    Laravel-Modules

    Module management In Laravel

    ...-published, re-organised and maintained version of pingpong/modules, which isn't maintained anymore. This package is used in AsgardCMS. By default, the module classes are not loaded automatically. You can autoload your modules using psr-4. With one big added bonus that the original package didn't have, tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    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
  • 6
    stylelint

    stylelint

    A linter that helps you avoid errors and enforce conventions

    stylelint understands the latest CSS syntax including custom properties and level 4 selectors. Extracts embedded styles from HTML, markdown and CSS-in-JS object & template literals. Parses CSS-like syntaxes like SCSS, Sass, Less and SugarSS. Has over 170 built-in rules to catch errors, apply limits and enforce stylistic conventions. Supports plugins so you can create your own rules or make use of plugins written by the community. Automatically fixes the majority of stylistic violations. Itis...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ramsey/uuid

    ramsey/uuid

    A PHP library for generating universally unique identifiers (UUIDs)

    ramsey/uuid is a PHP library for generating and working with RFC 4122 version 1, 2, 3, 4, and 5 universally unique identifiers (UUID). ramsey/uuid also supports optional and non-standard features, such as version 6 UUIDs, GUIDs, and other approaches for encoding/decoding UUIDs. A universally unique identifier, or UUID, is a 128-bit unsigned integer, usually represented as a hexadecimal string split into five groups with dashes. The most widely-known and used types of UUIDs are defined by RFC...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PromiseKit

    PromiseKit

    Promises for Swift & ObjC

    ... are testing PromiseKit 7 alpha, it is Swift 5 only. It is tagged and thus importable in all package managers. PromiseKit 6, 5 and 4 support Xcode 8.3, 9.x and 10.0; Swift 3.1, 3.2, 3.3, 3.4, 4.0, 4.1, 4.2, 4.3 and 5.0 (development snapshots); iOS, macOS, tvOS, watchOS, Linux and Android; CocoaPods, Carthage and SwiftPM; (CI Matrix). For Carthage, SwiftPM, Accio, etc., or for instructions when using older Swifts or Xcodes, see our Installation Guide. We recommend Carthage or Accio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    fastai

    fastai

    Deep learning library

    fastai is a deep learning library which provides practitioners with high-level components that can quickly and easily provide state-of-the-art results in standard deep learning domains, and provides researchers with low-level components that can be mixed and matched to build new approaches. It aims to do both things without substantial compromises in ease of use, flexibility, or performance. This is possible thanks to a carefully layered architecture, which expresses common underlying...
    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
    fmt

    fmt

    Formatting library as an alternative to C stdio and C++ iostreams

    ... or at compile time. The library produces compact per-call compiled code. The library is highly portable and relies only on a small set of C++11 features, like variadic templates, type traits, rvalue references, decltype, trailing return, types, deleted functions, alias templates. These are available in GCC 4.8, Clang 3.0, MSVC 19.0 (2015) and more recent compiler version. For older compilers use {fmt} version 4.x which is maintained and only requires C++98.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Devise

    Devise

    Flexible authentication solution for Rails with Warden

    ... sign in 4. Recoverable oversees the resetting of the user password and sends reset instructions 5. Registerable handles all aspects related to registering a new resource 6. Rememberable takes care of generating and clearing token for remembering the user from a saved cookie 7. Trackable tracks info about user sign in 8. Timeoutable expires inactive sessions 9. Validatable provides email and password validations, and lastly 10. Lockable, which locks an account after some failed sign-ins
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DeepSpeed

    DeepSpeed

    Deep learning optimization library: makes distributed training easy

    DeepSpeed is an easy-to-use deep learning optimization software suite that enables unprecedented scale and speed for Deep Learning Training and Inference. With DeepSpeed you can: 1. Train/Inference dense or sparse models with billions or trillions of parameters 2. Achieve excellent system throughput and efficiently scale to thousands of GPUs 3. Train/Inference on resource constrained GPU systems 4. Achieve unprecedented low latency and high throughput for inference 5. Achieve extreme...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Gijgo

    Gijgo

    Free Javascript Controls

    Gijgo is a set of free for commercial use javascript controls distributed under MIT License. All widgets are high performance, built on top of the jQuery JavaScript Library with built-in support for Bootstrap 4 and Material Design. They are designed to saves you time and scales with your development process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    SigV4

    SigV4

    A SigV4 authentication plugin for the open-source DataStax Java Driver

    This package implements an authentication plugin for the open-source Datastax Java Driver for Apache Cassandra. The driver enables you to add authentication information to your API requests using the AWS Signature Version 4 Process (SigV4). Using the plugin, you can provide users and applications short-term credentials to access Amazon Keyspaces (for Apache Cassandra) using AWS Identity and Access Management (IAM) users and roles. The plugin depends on the AWS SDK for Java. It uses...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Pokemons-Evolution

    Pokemons-Evolution

    The contract allows to mint any pokemon, as well as evolve them

    The contract allows to mint any pokemon, as well as evolve them following the rules from the official game outside the blockchain. There are 4 contracts: erc-20 standard Level.sol burnable implementation, erc-1155 Stones.sol burnable implementation, erc-1155 Pokemons.sol implementation and PokemonStorage.sol with all data of evolution chains.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Sabaki

    Sabaki

    An elegant Go board and SGF editor for a more civilized age

    An elegant Go board and SGF editor for a more civilized age. Sabaki is a modern, elegant, cross-platform Go/Baduk/Weiqi board and SGF editor for a more civilized age. It’s free, open source and uses web technology based on Electron. You can see its code, contribute or report an issue at our GitHub repository. Sabaki offers a variety of board markup tools, including the SGF 4-compliant line and arrow tool. Annotate your positions and moves, set hotspots in your favorite games, write reviews...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    Jekyll Podcaster

    Jekyll Podcaster

    Podcaster is a dynamic Jekyll theme built for podcasters

    Jekyll Podcaster is a Jekyll theme built for podcasters. Every podcast needs a great website and this theme helps you achieve that. Please note that this theme will not build a RSS feed for your podcast, meaning that this is just for showcasing your podcast and not for distributing it. You still need to use a distribution platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DPlayer

    DPlayer

    An HTML5 danmaku video player

    DPlayer is a lovely HTML5 danmaku video player to help people build video and danmaku easily. DPlayer is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. Video events supported include abort, canplay, canplaythrough, durationchange, emptied, ended, error, loadeddata, loadedmetadata, loadstart, mozaudioavailable, pause, play, playing,...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    stardict-4

    stardict-4

    StarDict-4

    StarDict-4 dictionary!
    Leader badge
    Downloads: 321 This Week
    Last Update:
    See Project
  • 21
    hashmap

    hashmap

    A Golang lock-free thread-safe HashMap optimized for fastest access

    A Golang lock-free thread-safe HashMap optimized for fastest read access. It is not a general-use HashMap and currently has slow write performance for write-heavy use. The minimal supported Golang version is 1.19 as it makes use of Generics and the new atomic package helpers. Reading from the hash map for numeric key types in a thread-safe way is faster than reading from a standard Golang map in an unsafe way and four times faster than Golang's sync.Map. Technical design decisions have been...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    AWS F1.A.1.4

    AWS F1.A.1.4

    Migrate between Alveo and F1 platforms

    F1 customers want to seamlessly migrate between Alveo and F1 platforms to enable scaling in AWS cloud. The F1 development flow currently supports the requirement with Vitis, but there is no such support available for full custom RTL development flow (Vivado design flow). AWS F1.A.1.4 shell is targeted at enabling this. AWS F1.A.1.4 shell enables customers to migrate designs seamlessly between on-premise U200 Alveo card and F1 platform in a full custom RTL development flow. This gives choice...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Cryptocurrency Icons

    Cryptocurrency Icons

    A set of icons for all the main cryptocurrencies and altcoins

    This project contains over 7,500 icons, almost 500 cryptocurrencies, in 4 styles and a range of sizes. Completely free. All we ask is that you don’t claim them as your own, and share this resource with others. We also have some fiat currencies: USD, GBP, EUR, JPY, CNY, RUB. (We don't intend to add more). Images are in the PNG format (transparent) in 32×32, 32×32 (@2x), and 128×128 variants, along with SVG versions. There's also a generic icon that can be used for cryptocurrencies missing...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    Digital Clock 4

    Digital Clock 4

    beautiful customizable clock with plugins

    Very customizable beautiful clock. There are 2 versions exist (they may co-exist): - Digital Clock 4 - discontinued, not recommended - Digital Clock 5 - current version, replacement for Digital Clock 4 Digital Clock 4 final version is 4.7.9 Digital Clock 5 current version is 5.0.4 Nothing special is required to start using this clock. Just launch it and enjoy! When it starts, apart from the clock itself, a small tray icon appears. This tray icon can be used to call the clock...
    Leader badge
    Downloads: 2,028 This Week
    Last Update:
    See Project