This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying my Blockstack ID is secured with the address 1DEh7PfRQADMcy8sNdQSEPj5DttfwqxQMp https://explorer.blockstack.org/address/1DEh7PfRQADMcy8sNdQSEPj5DttfwqxQMp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @function brightnessDifference($color1, $color2) { | |
| @return abs(getBrightness($color1) - getBrightness($color2)) | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // trump | |
| // -------- | |
| // a function to make anything a fraction of 100% great again! | |
| // | |
| // @access public | |
| // | |
| // @param {Number} $vote - divider (3 by default) | |
| // @param {String} $wall - see for yourself | |
| // |