Skip to content
View mgdigital's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report mgdigital

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. bitmagnet-io/bitmagnet bitmagnet-io/bitmagnet Public

    A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.

    Go 1.9k 72

  2. tsinject tsinject Public

    Lightweight dependency injection container for TypeScript

    TypeScript 32 1

  3. Chromaprint.scala Chromaprint.scala Public

    Chromaprint/AcoustID audio fingerprinting for the JVM

    Scala 84 7

  4. rarbg-selfhosted rarbg-selfhosted Public archive

    A self-hosted Torznab API for the RARBG backup, compatible with Prowlarr, Radarr, Sonarr etc.

    Go 139 8

  5. BusQue BusQue Public archive

    Command Queue and Scheduler for PHP7 and Redis

    PHP 119 2

  6. Ethereum smart contract for Draughts... Ethereum smart contract for Draughts game
    1
    pragma solidity ^0.4.18;
    2
    
                  
    3
    contract Draughts {
    4
    
                  
    5
        enum Colour { Black, White }