Skip to content
View chabala's full-sized avatar
👹
at large
👹
at large
Block or Report

Block or report chabala

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
chabala/README.md

Pinned

  1. brick-control-lab brick-control-lab Public

    Library for controlling the LEGO® control lab interface.

    Java 1

  2. pi-pico-serial-web-api pi-pico-serial-web-api Public

    Web interface & API for an RS-232 controlled device (a Sharp AQUOS TV) running on a WIZnet W5100S-EVB-Pico

    Python 6 2

  3. Merge and extract tgz files from Goo... Merge and extract tgz files from Google Takeout
    1
    Recently found some clowny gist was the top result for 'google takeout multiple tgz', where it was using two bash scripts to extract all the tgz files and then merge them together. Don't do that. Use brace expansion, `cat` the TGZs, and extract:
    2
    
                  
    3
    ```console
    4
    $ cat takeout-20201023T123551Z-{001..011}.tgz | tar xzivf -
    5
    ```
  4. docker-openmaint docker-openmaint Public

    Docker image for openMAINT demo application

    Shell 10 6