Skip to content

Instantly share code, notes, and snippets.

View animex's full-sized avatar

Ben animex

  • Canada
View GitHub Profile
Verifying that "animex.id" is my Blockstack ID. https://onename.com/animex
interface {
function consume();
}
component
implements = "interfaces.consumable"
{
public function init(){
{"name":"Danatec","url":"http://www.danatectraining.com"}
@animex
animex / badge.json
Last active November 10, 2015 03:53
{"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"}
{"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"}}
@animex
animex / pngmanip.cfc
Created July 20, 2015 16:23
Coldfusion PNG Chunk Library Parser Metadata
<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="">