Skip to content
View eduolihez's full-sized avatar
🚀
Building the next big thing with code.
🚀
Building the next big thing with code.
Block or Report

Block or report eduolihez

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

    BinCat Token Sistem

    Python

  2. Aurora-Wave Aurora-Wave Public

    Embedding secret messages in wave audio file using steganography

    Python

  3. Shegram_Instagram_Detection Shegram_Instagram_Detection Public

    Detect fake porfiles over instagram just analizing the porfile photo of the account

    Python

  4. Auth_Method Auth_Method Public

    Python

  5. quote.py quote.py
    1
    # Motivational Quotes Generator in Python
    2
    import requests
    3
    
    
    4
    def get_quote():
    5
        response = requests.get("https://api.quotable.io/random")
  6. ExeBlend ExeBlend Public

    ExeBlend: A command-line tool for injecting one executable into another, blending their functionalities while optionally preserving original properties. Efficiently combine executables.

    Python