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 that "animex.id" is my Blockstack ID. https://onename.com/animex |
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
| interface { | |
| function consume(); | |
| } | |
| component | |
| implements = "interfaces.consumable" | |
| { | |
| public function init(){ |
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
| {"name":"Danatec","url":"http://www.danatectraining.com"} |
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
| {"criteria":"http://www.google.com/","name":"TDGWHMIS Training","description":"Transporting Dangerous Goods Worksite Hazardous Material","image":"http://toolness.github.io/hackasaurus-parable/navigator-badge/navigator-badge.png","issuer":"https://gist.githubusercontent.com/animex/1f4544562c1794c12c3a/raw/6f5ff275a350feba47f1f108d970b0bbd0bbaa4e/organization.json"} |
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
| {"expires":1.447126598085E12,"badge":"http://www.danatectraining.com","uid":"5A9BCF70-D979-DD90-87A3D98E3DF93773","issuedOn":1447126498085,"recipient":{"hashed":false,"identity":"benk@getyardstick.com","salt":"","type":"email"},"verify":{"url":"https://gist.githubusercontent.com/animex/c166637899cfa57ce7dc/raw/7fa6d58b7716bae8df76d22a38942149fa01d3dd/assertion.json","type":"hosted"}} |
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
| <cfcomponent name="PNGmanip" hint="Manipulate PNG files" namespace="com.nowrists" output="false"> | |
| <!--- | |
| PNG Manipulation component | |
| Original coding by Rick Osborne (rickosborne.org), October 2007 | |
| License: Mozilla Public License v1.1 -- http://www.mozilla.org/MPL/MPL-1.1.html | |
| DO NOT USE THIS CODE WITHOUT UNDERSTANDING THE LICENSE | |
| ---> | |
| <!--- Public ---> | |
| <cfset this.lastError=""> |