Showing 49 open source projects for "mpeg-4"

View related business solutions
  • 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.
  • Enterprise AI Search, Intranet, and Wiki in one platform. Icon
    Enterprise AI Search, Intranet, and Wiki in one platform.

    Your company’s all-in-one solution for trusted information

    Cut through the noise and end information overload with Guru, an all-in-one wiki, intranet, and knowledge base that serves as your company's single source of truth.
  • 1
    twert

    twert

    Website, application blocking with scheduling. Self/Parental control.

    Anti-procrastination website and application blocker with scheduling. Perfect for students and parents alike. A free and open-source alternative to Cold Turkey. Made by Dang Nam Anh, Truong Duc Quan and Trieu Tran Duc Tri.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2
    LiteSQL is a codegenerator and C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer. LiteSQL supports SQLite3, PostgreSQL, MySQL and oracle as backends.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3

    OldCompDB

    Manage old PCs

    Retrocomputing project, small DB with last booted field
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    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

    servicegui

    A graphical user interface for managing systemd services on Linux syst

    Servicegui is a Go-based application developed using the Fyne framework. It provides a graphical user interface for managing systemd services on Linux systems. With Servicegui, users can easily view, start, stop, restart, and remove systemd services. Features: List running systemd services. Filter services based on their states: active, inactive, or all. Perform actions like stop, restart, and remove on selected services. User-friendly GUI built with Fyne.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    anglolintergo

    lightweight rulebased grammar error checker in Golang

    standalone offline grammar error checker (English, German and Dutch) programmed in Golang V 0.3.6.2 Usage: anglolintergo mytext.txt -> check English text anglolintergo -fix mytext.txt -> check and autofix English text anglolintergo -de mytext_ge.txt -> check German text anglolintergo -nl mytext_nl.txt -> check Dutch text anlgolintergo -help -> show helpfile anglolintergo mytext.tex -> check English...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    umi-project

    umi-project

    Just bring Linux for a better world

    U M I, pronounce "ou" "ème" "aie" to an approach of "you & I" expression, is meant to be a derivative of Ubuntu, a Linux distribution. U M I is a system that wants generalist, simple and tailored to your needs. M I perhaps as "Maths Infos", "Mission Impossible", "Micro Imagination", "Museum Incarnation", ..., "Mandela Ideologie", ...,"Magne Isapèt" :), ... ; but in reality M I for "Me Inside", inside Linux, inside Debian, inside Ubuntu. This project designates all logistics associated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OmniEdge

    OmniEdge

    Bringing intranet on the internet with Zero-Config Mesh VPNS.

    OmniEdge is an Open source p2p layer 2 , zero-config mesh VPN infrastructure, a traditional VPN, AWS VPC, Ngrok, DDNS alternative. No central server, easy to scale with less maintenance. What happens in intranet, stays in in intranet.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    easyjson

    easyjson

    Fast JSON serializer for golang

    Package easyjson provides a fast and easy way to marshal/unmarshal Go structs to/from JSON without the use of reflection. In performance tests, easyjson outperforms the standard encoding/json package by a factor of 4-5x, and other JSON encoding packages by a factor of 2-3x. easyjson aims to keep generated Go code simple enough so that it can be easily optimized or fixed. Another goal is to provide users with the ability to customize the generated code by providing options not available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
  • 10
    LBRY Chainquery

    LBRY Chainquery

    Chainquery parses and syncs the LBRY blockchain data

    Chainquery consists of 4 main parts. The API Server, the Daemon, the Job Scheduler, and the upgrade manager. What if anyone in the world could publish digital content, anyone else in the world could access it (for free or for payment), and that entire system worked without any centralized authority or point of control? While the blockchain is the innovation that makes LBRY possible, the Data Network is the layer that actually makes the blockchain useful. The job scheduler schedules different...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    go-git

    go-git

    go-git is a highly extensible git implementation library written in Go

    ... with the src-d organization, the lack of update for four months and the requirement to make a hard fork, the project is now back to normality. The project is currently actively maintained by individual contributors, including several of the original authors, but also backed by a new company, gitsight, where go-git is a critical component used at scale. go-git aims to be fully compatible with git, all the porcelain operations are implemented to work exactly as git does.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The Google Cloud Developer's Cheat Sheet

    The Google Cloud Developer's Cheat Sheet

    Cheat sheet for Google Cloud developers

    Every product in the Google Cloud family described in <=4 words (with liberal use of hyphens and slashes) by the Google Developer Relations Team. This list only includes products that are publicly available. There are several products in pre-release/private-alpha that will not be included until they go public beta or GA. Many of these products have a free tier. There is also a free trial that will enable you try almost everything. API platforms and ecosystems, developer and management tools...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Dep

    Dep

    Go dependency management tool experiment

    ... stability is not guaranteed. Note that dep requires a functioning Go workspace and GOPATH. Dep is centered around the idea of the "four state system" - a model for classifying and organizing the on-disk state with which a package manager interacts. This was first articulated as a coherent, general model in this (long) article, though many of the principles in the four state model were derived from existing package managers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Downloads: 54 This Week
    Last Update:
    See Project
  • 16
    Scry.info blockchain Data Protocol

    Scry.info blockchain Data Protocol

    This is the first data protocol layer open source in the blockchain

    By providing SDK for data exchange through blockchain, developers can more conveniently develop DAPP applications. It mainly includes the following contents:data encryption and decryption, digital signature, smart contract, event notification, data storage interface, data acquisition and query, digital currency payment, the third-party App payment interface, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Kantpoll

    Kantpoll

    A free and open-source election management system.

    Kantpoll was built with a focus on voting secrecy and auditability. After starting the server, create and manage campaigns in the browser (accessing http: //localhost:1985/home.html) Our principles: Transparency - people should not be fooled or manipulated. Privacy - people should not fear being observed, measured and analyzed. Anonymity - which ensures that people will not be subjected to sanctions or reprimands. Security - protection of voters' data and...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    go text template compiler

    A compiler compile golang text template

    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Sandglass

    Sandglass

    A distributed, scalable, persistent, time sorted message queue

    Sandglass is a distributed, horizontally scalable, persistent, time-ordered message queue. It was developed to support asynchronous tasks and message scheduling which makes it suitable for usage as a task queue. This is a prototype of a side project. This should not be used in production in its current form as things may change quickly without notice. As previously asked (#4), the purpose of this project might not seem clear. In short, there is two goals. The first is to be able to track each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    tiedot

    tiedot

    A rudimentary implementation of a basic document database in Go

    tiedot is a document database engine that uses JSON as document notation; it has a powerful query processor that supports advanced set operations; it can be embedded into your program, or run a stand-alone server using HTTP for an API. It runs on *nix and Windows operating systems. tiedot has fault-tolerant data structures that put your data safety first, while easily scales to 4+ CPU cores. tiedot has very stable performance, even with millions of records! It consistently achieves high...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    readeef

    readeef

    Readeef feed agregator

    readeef is a self-hosted feed aggregator. Similar to Google Reader, but on your own server. readeef is written in Go, and as of October 2017, requires at least version 1.8 of the language. The currently supported databases are PostgreSQL, and SQLite. SQLite support is only built if CGO is enabled. The later is not recommended, as locking problems will occur. A single binary may be built from the sources. It currently contains three subcommands, one for starting the server, one for rebuilding...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Hawaii

    Hawaii

    Wayland/QtQuick based OS with incremental updates and bundles

    Hawaii is a desktop operating system built on the GNU/Linux stack with a new lightweight and fast Wayland desktop environment written with QtQuick and deeply integrated with systemd. Hawaii delivers incremental and atomic updates which gives users to ability to rollback the whole system to a known good state if a regression happens.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    dataflowkit

    Golang framework for scraping data from web pages

    Golang Web Scraper library for extracting data from web pages. Save results as CSV, JSON, XML
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    turkdevops.github.io

    Türk Geliştirici Operasyonları SourceForge

    "TurkDevOps SourForce" Herkese selamlar, Geliştirici Ekipleri için açık kaynağa olan ilgimiz ve katkılarımız sayesinde bizlere yardımcı olarak kuruluşumuzu destekleyen "SourceForge" kuruluşuna teşekkür ederiz. Güncellemeler için lütfen abone olunuz, her zaman güvende kalın. Posta listeleri ve tartışma forumu dahilinde her türlü fikir ve yorum alışverişine açığız Topluluklarımızda misafirperver dayanışmamız saygı ve hoşgörü ile karşılanır, profesyonel bir ortamda davranış...
    Downloads: 0 This Week
    Last Update:
    See Project