Skip to content
View TupiC's full-sized avatar

Highlights

  • Pro

Block or report TupiC

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. strapi-cache strapi-cache Public

    An LRU-Cache plugin for strapi v5

    TypeScript 42 12

  2. tupi-calc tupi-calc Public

    See the results directly next to the calculations.

    TypeScript

  3. img-to-webp img-to-webp Public

    Converts all images in a folder to webp

    Shell

  4. mov-to-mp4 mov-to-mp4 Public

    Shell

  5. Creates N numbers of dumps of your p... Creates N numbers of dumps of your postgres database and then compresses them. Change <directory-to-story-backups>, <database-name> & <max-backups-before-compress>
    1
    #!/bin/bash
    2
    
                  
    3
    cd <directory-to-story-backups>
    4
    
                  
    5
    filenumber=$(ls -1 | wc -l)