Skip to content
View guerrato's full-sized avatar

Highlights

  • Pro

Block or report guerrato

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. NLP NLP Public

    Here are my code examples about ML

    Jupyter Notebook

  2. GPT GPT Public

    My GPT code examples

    Jupyter Notebook

  3. ML-algorithms ML-algorithms Public

    Examples of Machine Learning algorithms

    Jupyter Notebook

  4. docker_config docker_config Public

    Configuring Docker environment with PHP, Nginx and MySQL

    Dockerfile 2

  5. insightmaker insightmaker Public archive

    InsightMaker is a library that lets you use the Insight Maker API (https://insightmaker.com) on your Node.js projects.

    JavaScript 2

  6. Luhn Algorithm - This file contains ... Luhn Algorithm - This file contains a PHP code to generate a checksum based in Luhn Algorithm.
    1
    /**
    2
     * This file contains a PHP code to generate a checksum based in Luhn Algorithm.
    3
     * To learn more about Luhn algorithm: https://en.wikipedia.org/wiki/Luhn_algorithm
    4
     * To validate the generated code: https://www.dcode.fr/luhn-algorithm
    5
     *