Skip to content

Instantly share code, notes, and snippets.

@yknl
yknl / proof
Created August 7, 2018 20:52
proof
Verifying my Blockstack ID is secured with the address 1K9ZcJLEUML7dKA4EBhgarXTyAqPL46iT8 https://explorer.blockstack.org/address/1K9ZcJLEUML7dKA4EBhgarXTyAqPL46iT8
Verifying my Blockstack ID is secured with the address 1AtFqXxcckuoEN4iMNNe7n83c5nugxpzb5 https://explorer.blockstack.org/address/1AtFqXxcckuoEN4iMNNe7n83c5nugxpzb5
Verifying my Blockstack ID is secured with the address 16zVUoP7f15nfTiHw2UNiX8NT5SWYqwNv3 https://explorer.blockstack.org/address/16zVUoP7f15nfTiHw2UNiX8NT5SWYqwNv3
Verifying my Blockstack ID is secured with the address 1AtFqXxcckuoEN4iMNNe7n83c5nugxpzb5
Verifying my Blockstack ID is secured with the address 16zVUoP7f15nfTiHw2UNiX8NT5SWYqwNv3
Verifying my Blockstack ID is secured with the address 16zVUoP7f15nfTiHw2UNiX8NT5SWYqwNv3
@yknl
yknl / verify
Last active October 2, 2017 14:57
Verifying that "yukan.id" is my Blockstack ID. https://onename.com/yukan
@yknl
yknl / Verify
Last active October 2, 2017 14:10
Verifying my blockchain ID is secured with the address 16zVUoP7f15nfTiHw2UNiX8NT5SWYqwNv3
@yknl
yknl / sentiment.js
Created July 12, 2017 19:36
A webtask for webtask.io that provides simplistic sentiment analysis on recent tweets for a given topic
"use latest";
// A webtask that provides simplistic sentiment analysis on recent tweets for a given topic
// Takes 2 params:
// q - topic, mention or hashtag
// refreshLexicon - (optional) whether or not to refresh the cached lexicon from external source
//
// Returns a JSON object with the sentiment score and positive/negative words found
// The higher the score, the more positive the sentiment
//