Skip to content
View Tokarak's full-sized avatar
Block or Report

Block or report Tokarak

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. libreddit/libreddit libreddit/libreddit Public

    Private front-end for Reddit

    Rust 5k 267

  2. Script to build qBittorrent master b... Script to build qBittorrent master branch with Qt6 on macOS, no Homebrew required!
    1
    #!/bin/bash
    2
    # TODO: rebuild dependencies each script run, like qbittorent itself. Currently, the only way to make the script rebuild the dependencies, each dependency's lib folder needs to be deleted. This however would bring a small overhead to each operation, since dependencies are unlikely to be modified.
    3
    # standalone script to build qBittorent for macOS (including Apple Silicon based Macs)
    4
    #
    5
    # Script peforms much better when it caches the process for future use - it is completely unrecommended to run this script in the default temporary folder. (That was only allowed because it is still preferable to the script potentially overwriting by accident in the current working directory.) To make use of the caching functionaly, it is recommended to store the script in its own empty directory. Call the script (from that directory):