Skip to content
View iurigustavo's full-sized avatar
  • Brasil
  • 14:09 (UTC -04:00)
Block or Report

Block or report iurigustavo

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

Hi 👋 My name is Iúri Gustavo

Skills

PHP Java HTML5 Vue JQuery Sass TailwindCSS Bootstrap MySQL PostgreSQL Lavarel

Socials

Badges

My GitHub Stats

iurigustavo's GitHub stats

Pinned Loading

  1. docker-php docker-php Public

    Dockerfile 3

  2. controle-vacinacao controle-vacinacao Public

    Projeto PHP de controle de aplicação de vacinas (covid19)

    PHP 3

  3. Youtrack Workflow for Discord Youtrack Workflow for Discord
    1
    // Based on rule created by Michael Rush and original send-to-slack by YouTrack team
    2
    
                  
    3
    // IMPORTANT: Use a valid Incoming Webhook from Discord. See Server Integrations Page for details https://support.discord.com/hc/pt-br/articles/360045093012
    4
    // https://medium.com/@gustavo.iuri/youtracks-send-to-discord-workflow-faab7a9f7431
    5
    // Ex: https://discord.com/api/webhooks/{webhook.id}/{webhook.token}
  4. Startship Settings Startship Settings
    1
    format = """
    2
    [  ](bg:#f8f8f2 fg:232)\
    3
    [](bg:#9580ff fg:#f8f8f2)\
    4
    $directory\
    5
    [](fg:#9580ff bg:#f1fa8c)\
  5. Enhanced Docker Inspect and Containe... Enhanced Docker Inspect and Container list, showing container architecture
    1
    function inspect_docker_images() {
    2
        docker image inspect --format '{{.ID}} {{.Architecture}}/{{.Os}} {{.Size}} {{if .RepoTags}} {{join .RepoTags " , "}} {{else}} {{index .Config.Labels "com.docker.compose.service"}} {{end}} {{index .Config.Labels "com.docker.compose.project"}}' $(docker image ls -q) | \
    3
        awk 'BEGIN {
    4
        printf "%s, %s, %s, %s, %s\n", "SIZE", "IMAGE" , "ARCH", "PROJECT", "SERVICE/REPO"
    5
    } {
  6. twig-components twig-components Public

    Forked from giorgiopogliani/twig-components

    Twig components inspired from blade components for silex

    PHP