Skip to content
View AlonsoFloo's full-sized avatar
๐Ÿ’ป
๓ € 
๐Ÿ’ป
๓ € 

Block or report AlonsoFloo

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
AlonsoFloo/README.md

Hi there ๐Ÿ‘‹

Pinned Loading

  1. dotfiles dotfiles Public

    Personnal dotfiles

    Vim Script

  2. keybase.md keybase.md
    1
    ### Keybase proof
    2
    
                  
    3
    I hereby claim:
    4
    
                  
    5
      * I am AlonsoFloo on github.
  3. Koltin property delegate tools for A... Koltin property delegate tools for Android SharedChamber --> https://github.com/afiqiqmal/SharedChamber
    1
    class SharedChamberPropertyDelegate<T>(
    2
        private val sharedChamber: SharedChamber<Any>,
    3
        private val defaultValue: T,
    4
        private val getter: SharedChamber<Any>.(String, T) -> T,
    5
        private val setter: SharedChamber<Any>.(String, T) -> Unit
  4. Checksum utility for BASH Checksum utility for BASH
    1
    if [ "$#" -lt 1 ]; then
    2
    		echo "Usage : checksum [FILE_PATH..]"
    3
    		return
    4
    	fi
    5
    	for f in "$@"
  5. Get SHA256 suject fingerprint of a P... Get SHA256 suject fingerprint of a PEM certificate (original : https://github.com/datatheorem/TrustKit)
    1
    #!/usr/bin/env python
    2
    """Helper script to generate a TrustKit or HPKP pin from a PEM/DER certificate file.
    3
    How to use :
    4
    > python get_pin_from_certificate.py cert.pem
    5
    > python get_pin_from_certificate.py --type DER ca.der
  6. Identity Identity
    1
    -----BEGIN CERTIFICATE-----
    2
    MIIGAjCCA+qgAwIBAgIJAM64OixRfexaMA0GCSqGSIb3DQEBCwUAMIGVMQswCQYD
    3
    VQQGEwJGUjETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQg
    4
    V2lkZ2l0cyBQdHkgTHRkMSgwJgYDVQQDDB9GbG9yaWFuIFlhbm5pY2sgRnJlZGVy
    5
    aWMgQUxPTlNPMSQwIgYJKoZIhvcNAQkBFhVhbG9uc28uZmxvb0BnbWFpbC5jb20w