Skip to content
View pedrosatin's full-sized avatar
🤙
🤙

Block or report pedrosatin

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pedrosatin/README.md

Hello there!

You can find or contact me at:

Blog Badge Gmail Badge

Gist Badge Linkedin Badge

Pinned Loading

  1. prova-ibge-noticias prova-ibge-noticias Public

    Código utilizado para exemplificar a prova do segundo bimestre do 5o semestre de Engenharia de Software UNICESUMAR 2024

    JavaScript

  2. bolao-brasileirao bolao-brasileirao Public archive

    Bolão do Brasileirão Série A com palpites, rankings e sincronização automática de resultados. Stack 100% Cloudflare (Pages + Workers + D1). Zero autenticação, zero custo. - Esse foi um MVP, a versã…

    HTML

  3. Máscara e Validador de Chave Pix Ale... Máscara e Validador de Chave Pix Aleatória
    1
    function maskPixRandomKey(value: string): string {
    2
      /**
    3
       * Filtra caracteres de 0 a 9 e de a a f, conforme os manuais:
    4
       * https://www.bcb.gov.br/content/estabilidadefinanceira/pix/Regulamento_Pix/X_ManualOperacionaldoDICT.pdf - Página 14`
    5
       * https://www.bcb.gov.br/content/estabilidadefinanceira/pix/API-DICT-2.0.1.html#tag/Key
  4. Run JS Scripts based on package mana... Run JS Scripts based on package manager (bun,npm,yarn,pnpm)
    1
    function pm() {
    2
      # List of native npm scripts
    3
      # These are the scripts that are not run with `npm run`
    4
      # You can add more native scripts if needed
    5
      # Running `npm help` will list all the available scripts