Skip to content
View antichris's full-sized avatar
🇺🇦
Russi, cedite illac quo navis bellica ivit
🇺🇦
Russi, cedite illac quo navis bellica ivit
Block or Report

Block or report antichris

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. ledobe ledobe Public

    Build Ledger Live components in an isolated Docker environment with persistence between sessions.

    Shell 6 4

  2. go-pirev go-pirev Public

    Parse and extract hardware information from a Raspberry Pi revision code as structured data or raw bit values.

    Go

  3. acme.sh-HE-DDNS acme.sh-HE-DDNS Public

    Hurricane Electric Dynamic DNS support for acme.sh

    Shell 3 1

  4. go-fuzzdump go-fuzzdump Public

    A simplistic utility to dump the contents of a Go generated fuzz test corpus

    Go

  5. A POSIX-compliant recursive "mv --up... A POSIX-compliant recursive "mv --update", like "cp -ru" but moving instead of copying.
    1
    #!/bin/sh
    2
    
                  
    3
    ## This Source Code Form is subject to the terms of the Mozilla Public
    4
    ## License, v. 2.0. If a copy of the MPL was not distributed with this
    5
    ## file, You can obtain one at https://mozilla.org/MPL/2.0/.
  6. A script to update an executable tha... A script to update an executable that has been installed to GOBIN with "go install"
    1
    #!/bin/sh -e
    2
    
                  
    3
    ## This Source Code Form is subject to the terms of the Mozilla Public
    4
    ## License, v. 2.0. If a copy of the MPL was not distributed with this
    5
    ## file, You can obtain one at https://mozilla.org/MPL/2.0/.