Skip to content
View jazlopez's full-sized avatar
๐Ÿ 
๐Ÿ 
  • Thermo Fisher Scientific
  • Tijuana, MX

Organizations

@jlopezmx
Block or Report

Block or report jazlopez

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
jazlopez/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @jazlopez
  • ๐Ÿ‘€ Iโ€™m interested in ...
  • ๐ŸŒฑ Iโ€™m currently learning ...
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on ...
  • ๐Ÿ“ซ How to reach me ...

Pinned

  1. jlopezmx/community-resources jlopezmx/community-resources Public

    Software Development Online Resources Programming Devops IT Management Professional Advice Web Security

    Python 2 2

  2. py-sketch-image py-sketch-image Public

    Generate sketch version from images. It uses python3 and OpenCV to create sketch version of your image.

    Python 3 1

  3. py-recursive-uncompyle6 py-recursive-uncompyle6 Public

    Scan directories recursively decompiling .pyc files back to .py source file

    Python 9 5

  4. AWS Restore Messages From DLQ AWS Restore Messages From DLQ
    1
    # empty apd revos dead letter queue
    2
    import os
    3
    import boto3
    4
    import logging
    5
    
                  
  5. OS administrtion: filter unauthorize... OS administrtion: filter unauthorized logon attempts
    1
    # =========================================================
    2
    # OS administrtion: filter unauthorized logon attempts 
    3
    # Jaziel Lopez 
    4
    # =========================================================
    5
    
                  
  6. springboot-mq-client springboot-mq-client Public

    springboot-mq-client: simple Java implementation of a client to connect to IBM Message Queue service. Enqueue messages via exposed simple API.

    Java