Skip to content
View tiramirez's full-sized avatar

Block or report tiramirez

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. msc-eng-thesis msc-eng-thesis Public

    Jupyter Notebook

  2. geo_exploration geo_exploration Public

    Jupyter Notebook

  3. minimalist_buying_club minimalist_buying_club Public

    JavaScript

  4. flask-image-based-survey flask-image-based-survey Public

    Python

  5. Extract and combine Google Drive tak... Extract and combine Google Drive takeout file from Zip on Windows Command Prompt
    1
    :: Copy and paste the following two lines of code
    2
    cd <folder\where\you\have\all\the\zip\files>
    3
    for /f %G in ('dir /b takeout*.zip') do (call tar -xf %~nxG)
    4
    
                  
    5
    ::If you already unzip you folder, you can drag and drop