Skip to content
View edgaryahir-angeles's full-sized avatar
  • Personal
  • Puebla, Pue. México.
Block or Report

Block or report edgaryahir-angeles

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. react-gif-expert-app react-gif-expert-app Public

    JavaScript

  2. Regex RFC para Persona Moral y Físic... Regex RFC para Persona Moral y Física en México
    1
    // patron del RFC, persona moral y persona física
    2
    //_rfc_pattern_pm = "^(([A-ZÑ&]{3})([0-9]{2})([0][13578]|[1][02])(([0][1-9]|[12][\\d])|[3][01])([A-Z0-9]{3}))|(([A-ZÑ&]{3})([0-9]{2})([0][13456789]|[1][012])(([0][1-9]|[12][\\d])|[3][0])([A-Z0-9]{3}))|(([A-ZÑ&]{3})([02468][048]|[13579][26])[0][2]([0][1-9]|[12][\\d])([A-Z0-9]{3}))|(([A-ZÑ&]{3})([0-9]{2})[0][2]([01][1-9]|[2][0-8])([A-Z0-9]{3}))$";
    3
    //_rfc_pattern_pf = "^(([A-ZÑ&]{4})([0-9]{2})([0][13578]|[1][02])(([0][1-9]|[12][\\d])|[3][01])([A-Z0-9]{3}))|(([A-ZÑ&]{4})([0-9]{2})([0][13456789]|[1][012])(([0][1-9]|[12][\\d])|[3][0])([A-Z0-9]{3}))|(([A-ZÑ&]{4})([02468][048]|[13579][26])[0][2]([0][1-9]|[12][\\d])([A-Z0-9]{3}))|(([A-ZÑ&]{4})([0-9]{2})[0][2]([01][1-9]|[2][0-8])([A-Z0-9]{3}))$";
    4
    
                  
    5
      _rfc_pattern_pm = "^(([A-ZÑ&]{3})([0-9]{2})([0][13578]|[1][02])(([0][1-9]|[12][\\d])|[3][01])([A-Z0-9]{3}))|(([A-ZÑ&]{3})([0-9]{2})([0][13456789]|[1][012])(([0][1-9]|[12][\\d])|[3][0])([A-Z0-9]{3}))|(([A-ZÑ&]{3})([02468][048]|[13579][26])[0][2]([0][1-9]|[12][\\d])([A-Z0-9]{3}))|(([A-ZÑ&]{3})([0-9]{2})[0][2]([0][1-9]|[1][0-9]|[2][0-8])([A-Z0-9]{3}))$";
  3. Conectar Azure Studio SQL Server Conectar Azure Studio SQL Server
    1
    Se instala Docker
    2
    
                  
    3
    Se instala Azure Data Studio se debe configurar en la terminal
    4
    
                  
    5
    Se instala SQL Server
  4. Gitignore for Java,maven,Eclipse,Spr... Gitignore for Java,maven,Eclipse,Spring. for by Avinashachu007 https://gist.github.com/Avinashachu007/58450a38a3a77d7c9923a55023f470f4
    1
    /target/
    2
    !.mvn/wrapper/maven-wrapper.jar
    3
    
                  
    4
    ### STS ###
    5
    .apt_generated