Skip to content
View mguezuraga's full-sized avatar

Block or report mguezuraga

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. raspberry-temperature-logger raspberry-temperature-logger Public

    A simple project to measure temperature and humidity using the DHT22 sensor and a Raspberry Pi

    Python

  2. Encrypt & Decrypt using PyCrypto AES... Encrypt & Decrypt using PyCrypto AES 256From http://stackoverflow.com/a/12525165/119849
    1
    #!/usr/bin/env python
    2
    
                  
    3
    import base64
    4
    
                  
    5
    from Crypto import Random
  3. rust-catfact rust-catfact Public

    A dummy Rust client to display random cat facts

    Rust