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.

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 Loading

  1. strapi-cache strapi-cache Public

    A LRU-Cache plugin for strapi v5

    TypeScript 26 6

  2. img-to-webp img-to-webp Public

    Converts all images in a folder to webp

    Shell

  3. mov-to-mp4 mov-to-mp4 Public

    Shell

  4. tupi-calc tupi-calc Public

    See the results directly next to the calculations.

    TypeScript

  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)
  6. tupi-pdf-invoice-generator tupi-pdf-invoice-generator Public

    Forked from edisonneza/jspdf-invoice-template

    A PDF template for generating invoices using the jsPDF library.

    TypeScript