Skip to content
View cgarciagl's full-sized avatar
🎮
👍🐱‍👤👋
🎮
👍🐱‍👤👋

Highlights

  • Pro

Block or report cgarciagl

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

Hi there 👋

Coding

  • 🌱 I’m currently learning Machine Learning with TensorFlowJs
  • 💬 Ask me about : Javascript, Delphi, Php 👨‍💻
  • 📫 How to reach me: @cgarciagl
  • ⚡ Fun fact: Star Wars Fan 🖖

Top Langs

Anurag's GitHub stats

GitHub Streak

Pinned Loading

  1. Yupii Yupii Public

    This is a package that transforms CodeIgniter into a Business Application Framework !!

    JavaScript 6 3

  2. function to redirect a webpage to an... function to redirect a webpage to another using post method
    1
    /**
    2
     * Redirige mediante un formulario POST.
    3
     *
    4
     * @param {string} url - La URL a la que se redirige.
    5
     * @param {Object} [parameters={}] - Los parámetros que se enviarán como datos POST.
  3. El juego de la vida en P5js El juego de la vida en P5js
    1
    let resolution = 10;
    2
    let grid;
    3
    
                  
    4
    function setup() {
    5
      createCanvas(800, 800);
  4. contagioalpine contagioalpine Public

    Simulador de contagio con Alpine JS