This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am moollaza on github. | |
* I am moollaza (https://keybase.io/moollaza) on keybase. | |
* I have a public key ASD8PQM0qzoAWQNrGy8Sxl2jhv8_QLruybvSqTsYO4Phfwo | |
To claim this, I am signing this object: |
This file contains 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
package DDG::Goodie::WordCount; | |
use DDG::Goodie; | |
use strict; | |
zci answer_type => 'word_count'; | |
zci is_cached => 1; | |
triggers start => 'word count', 'wordcount', 'how many words in'; |
This file contains 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
package DDG::Spice::RandomPerson; | |
use DDG::Spice; | |
spice is_cached => 0; | |
spice proxy_cache_valid => "418 1d"; | |
spice wrap_jsonp_callback => 1; | |
spice to => 'http://api.randomuser.me/'; |
This file contains 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
local colorGen = {} | |
-- Table of named HEX colors | |
local _colors = { | |
["darkest-grey"] = "#404040", -- .25 | |
["darker-grey"] = "#727272", -- .37 | |
["dark-grey"] = "#868686", -- .45 | |
["grey"] = "#929292", -- .50 | |
["medium-grey"] = "#BFBFBF", -- .70 | |
["light-grey"] = "#EFEFEF", -- .92 |
This file contains 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
This is weird. |