Skip to content
View R0GERIUS's full-sized avatar

Highlights

  • Pro

Block or report R0GERIUS

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 Loading

  1. script to build qBittorrent master b... script to build qBittorrent master branch on macOS, no Homebrew required!
    1
    #!/bin/zsh
    2
    # standalone script to build qBittorent for macOS (including Apple Silicon based Macs)
    3
    #
    4
    # only Xcode must be installed (Xcode 12 is required to produce arm64 binaries)
    5
    # all required dependencies and tools are automatically downloaded and used only from script's working directory
  2. script to build qBittorrent with Qt5... script to build qBittorrent with Qt5 on macOS, no Homebrew required!
    1
    #!/bin/bash
    2
    # standalone script to build qBittorent for macOS (including Apple Silicon based Macs) by Kolcha
    3
    #
    4
    # only Xcode must be installed (Xcode 12 is required to produce arm64 binaries)
    5
    # all required dependencies and tools are automatically downloaded and used only from script's working directory
  3. Qt5 patch for XCode 13 compilation Qt5 patch for XCode 13 compilation
    1
    --- a/qtbase/src/plugins/platforms/cocoa/qiosurfacegraphicsbuffer.h
    2
    +++ b/qtbase/src/plugins/platforms/cocoa/qiosurfacegraphicsbuffer.h
    3
    @@ -43,6 +43,8 @@
    4
     #include <qpa/qplatformgraphicsbuffer.h>
    5
     #include <private/qcore_mac_p.h>
  4. docker-openvpn docker-openvpn Public

    Forked from kylemanna/docker-openvpn

    🔒 OpenVPN server in a Docker container complete with an EasyRSA PKI CA

    Shell

  5. Lenovo-T460-OpenCore Lenovo-T460-OpenCore Public

    Forked from MSzturc/Lenovo-T460-OpenCore

    Files and Scripts to install macOS Catalina on T460 with OpenCore Bootloader

    ASL

  6. rich-text-publisher-plugin rich-text-publisher-plugin Public

    Forked from jenkinsci/rich-text-publisher-plugin

    Jenkins Rich Text Pulisher plugin

    Java