An open API service providing repository metadata for many open source software ecosystems.

GitHub / mrpi 27 Repositories

mrpi/testcontainers-rs Fork of testcontainers/testcontainers-rs

A library for integration-testing against docker containers from within Rust.

Language: Rust - Size: 659 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mrpi/steambmc

Steam integration plugin for Kodi (Formerly XBMC)

Language: Python - Size: 378 KB - Last synced at: over 1 year ago - Pushed at: over 10 years ago - Stars: 0 - Forks: 0

mrpi/range-v3 Fork of ericniebler/range-v3

Experimental range library for C++11/14/17

Language: C++ - Size: 20.3 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

mrpi/mAmpache

HTML5 Ampache/Subsonic client for mobile devices

Language: JavaScript - Size: 1.1 MB - Last synced at: over 1 year ago - Pushed at: almost 11 years ago - Stars: 3 - Forks: 0

mrpi/protobuf Fork of protocolbuffers/protobuf

Protocol Buffers - Google's data interchange format

Language: C++ - Size: 43 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

mrpi/nuimojs Fork of nathankellenicki/nuimojs

Nuimo.js - A Node.js library for interacting with Nuimo devices

Language: JavaScript - Size: 32.2 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

mrpi/pbview

Read protobuf messages without deserialization

Language: C++ - Size: 39.1 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 1

mrpi/mongo-rust-driver Fork of mongodb/mongo-rust-driver

The official MongoDB Rust Driver

Language: Rust - Size: 6.96 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mrpi/libloading

Simple dynamic library loading in C++

Language: C++ - Size: 176 KB - Last synced at: over 1 year ago - Pushed at: over 10 years ago - Stars: 0 - Forks: 0

mrpi/JSVerbalExpressions Fork of VerbalExpressions/JSVerbalExpressions

JavaScript Regular expressions made easy

Language: JavaScript - Size: 898 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

mrpi/immer Fork of arximboldi/immer

Postmodern immutable and persistent data structures for C++

Language: C++ - Size: 1.59 MB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 1

mrpi/getID3 Fork of JamesHeinrich/getID3

getID3 php library extended to support opus audio files (audio/ogg; codecs=opus)

Language: PHP - Size: 1.56 MB - Last synced at: over 1 year ago - Pushed at: almost 11 years ago - Stars: 0 - Forks: 0

mrpi/CppCoreGuidelines Fork of isocpp/CppCoreGuidelines

The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++

Language: Python - Size: 21.2 MB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

mrpi/dir2opus

conversion of dir2ogg

Language: Python - Size: 495 KB - Last synced at: over 1 year ago - Pushed at: almost 11 years ago - Stars: 0 - Forks: 0

mrpi/core Fork of mnmlstc/core

C++14 (and beyond) library features implemented in C++11

Language: C++ - Size: 1.29 MB - Last synced at: over 1 year ago - Pushed at: almost 9 years ago - Stars: 1 - Forks: 0

mrpi/container Fork of boostorg/container

STL-like containers from Boost

Size: 8.11 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

mrpi/CoAwaitLib

co::await at any point of your code with stackfull coroutines (C++14)

Language: C++ - Size: 118 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

mrpi/belle Fork of Asmozan/belle

An HTTP / Websocket library in C++17 using Boost.Beast and Boost.ASIO.

Language: C++ - Size: 125 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

mrpi/ampache Fork of ampache/ampache

A web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device.

Language: PHP - Size: 99.3 MB - Last synced at: over 1 year ago - Pushed at: about 10 years ago - Stars: 0 - Forks: 0

mrpi/asio Fork of boostorg/asio

Boost.org asio module

Language: C++ - Size: 12.8 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

mrpi/proj2cmake

Convert Visual Studio projects and solutions to CMake

Language: C++ - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 52 - Forks: 20

mrpi/compile-time-verbal-expressions

CTVE is a C++ library that helps construct difficult regular expressions for use at compile and runtime.

Language: C++ - Size: 68.4 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 16 - Forks: 2

mrpi/redis-cplusplus-client Fork of jrk/redis-cplusplus-client

A C++ client for Redis. It supports consistent hashing, redis-server v2.0 and has a high level api for shared strings, integers, lists and sets

Language: C - Size: 316 KB - Last synced at: over 1 year ago - Pushed at: over 14 years ago - Stars: 193 - Forks: 104

mrpi/liquidpp

C++14 version of the Liquid Markup Language. Liquid is an open-source text template language.

Language: C++ - Size: 1.7 MB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 2

mrpi/Catch Fork of catchorg/Catch2

A modern, C++-native, header-only, framework for unit-tests, TDD and BDD

Language: C++ - Size: 5 MB - Last synced at: over 1 year ago - Pushed at: over 9 years ago - Stars: 2 - Forks: 0

mrpi/CatchVsTestAdapter Fork of SeanCline/CatchVsTestAdapter

Visual Studio integration for Catch unit tests.

Language: C# - Size: 474 KB - Last synced at: over 1 year ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0

mrpi/VSE-FormatDocumentOnSave Fork of Elders/VSE-FormatDocumentOnSave

Format with clang-format on save in Visual Studio

Language: C# - Size: 131 KB - Last synced at: over 1 year ago - Pushed at: almost 10 years ago - Stars: 0 - Forks: 0