Skip to content
View wrogati's full-sized avatar

Block or report wrogati

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. gpt-utils-plugin gpt-utils-plugin Public

    GPT Utils: Your Daily AI-Powered Assistant for Obsidian

    TypeScript

  2. Calculo de media de nota em C - Demo... Calculo de media de nota em C - Demonstração do uso de "Struct"
    1
    /*
    2
    Autor: Wellington Rogati
    3
    Data: 01/06/2018
    4
    
    
    5
    Exemplo de código para demonstrar o uso de "struct" em linguagem C
  3. Dockerfile Curso PHP + Bref + AWS La... Dockerfile Curso PHP + Bref + AWS Lambda
    1
    FROM php:8.1-fpm-buster
    2
    
    
    3
    WORKDIR /var/local
    4
    
    
    5
    RUN apt update && apt upgrade -y
  4. bm-store bm-store Public

    A fictional book and movie store

    TypeScript

  5. userSeed-laravel userSeed-laravel Public

    Fill your users table with one artisan command, initiate with very simple command

    PHP