Skip to content
View angelvalay's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report angelvalay

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. aplicaciones-opengl-graficacion aplicaciones-opengl-graficacion Public archive

    Ejercicios y practicas en C++ y Python para el desarrollo de aplicaciones graficas con la libreria de OpenGL.

    C++ 1

  2. asr_commands asr_commands Public archive

    Reconocimiento automático de voz (ASR) para comandos.

    Jupyter Notebook

  3. Template de la busqueda binaria en C... Template de la busqueda binaria en C++ de forma recursiva
    1
    //
    2
    // Creado por Angel Valay el 1/29/2019.
    3
    //
    4
    #include <iostream>
    5
    using namespace std;