Skip to content
View PotatoMexicano's full-sized avatar
🐍
🐍

Organizations

@EquilibrioFlorestal
Block or Report

Block or report PotatoMexicano

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

  1. XMLfromSQL XMLfromSQL Public

    Com esta aplicação em PHP você pode transformar em XML qualquer tabela passada a classe usando uma conexão válida.

    PHP

  2. Lambda function in Python Lambda function in Python
    1
    #  Função desenvolvida usando Lambda para preparar outras funções para execução futura
    2
    
                  
    3
    # É criado uma função previamente montada, ou seja, a função já fica 
    4
    # montada com os parametros definidos.
    5
    def lambda_function(func, *args, **kwargs):
  3. power-bi-updater power-bi-updater Public

    Cliente para enviar requisição de atualização de relatórios publicados em PowerBI

    Rust

  4. LeetCode-TwoSum LeetCode-TwoSum Public

    Resolvendo problema Two Sum usando C#.

    C#