I hereby claim:
- I am yanneves on github.
- I am yanneves (https://keybase.io/yanneves) on keybase.
- I have a public key whose fingerprint is D9FB 11A7 436F 30C2 72FA 99D1 3A99 F798 D6FE A51B
To claim this, I am signing this object:
| // proxy all API requests | |
| function proxy(method, path, headers, data) { | |
| var defer = q.defer(), request, | |
| pubKey = '****'; | |
| // filter paramaters contained in header, to avoid | |
| // incorrectly identifying client domain and agent in request | |
| headers = _.pick(headers, ['x-stackmob-api-key', 'x-stackmob-proxy-plain', 'x-stackmob-api-key-' + pubKey, 'accept', 'content-type', 'content-length', 'authorization']); | |
| // format headers | |
| headers = { |
| _.mixin({ | |
| // Serialize key-value pairs of an object into urlencoded format | |
| serialize: function(obj) { | |
| var pairs = _.pairs(obj); | |
| return _.reduce(pairs, function(memo, pair) { | |
| var key = _.first(pair), value = _.last(pair); | |
| value = _.isFunction(value) ? value() : value; | |
| return memo + '&' + encodeURIComponent(key) + '=' + encodeURIComponent(value); | |
| }, '').replace('&', '').replace(/%20/g, '+'); | |
| } |
| [ | |
| { "keys": ["ctrl+tab"], "command": "next_view" }, | |
| { "keys": ["ctrl+shift+tab"], "command": "prev_view" } | |
| ] |
| { | |
| "name": "ludum-dare-33", | |
| "version": "0.0.0", | |
| "description": "Ludum Dare #LDJAM 33 Game Submission", | |
| "main": " ", | |
| "scripts": { | |
| "start": "node_modules/.bin/http-server -p 51000 -c-1", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "repository": { |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-type" content="text/html; charset=utf-8"> | |
| <title>Example Mocha Test</title> | |
| </head> | |
| <body> | |
| <!-- Required for browser reporter --> | |
| <div id="mocha"></div> |
| # Note: ~/.ssh/environment should not be used, as it | |
| # already has a different purpose in SSH. | |
| env=~/.ssh/agent.env | |
| # Note: Don't bother checking SSH_AGENT_PID. It's not used | |
| # by SSH itself, and it might even be incorrect | |
| # (for example, when using agent-forwarding over SSH). | |
| agent_is_running() { |
| ===== | |
| xSP | |
| = As a <type of consumer>, I would like <some feature>, so that I may <benefit somehow> | |
| ... | |
| ===== | |
| Stories | |
| ===== | |
| ===== |
| <!-- LAYOUT --> | |
| <ul> | |
| <li> | |
| <button></button> | |
| </li> | |
| <li> | |
| <button></button> | |
| </li> | |
| <li> | |
| <button></button> |
| [ | |
| {"label":"Andorra"}, | |
| {"label":"United Arab Emirates"}, | |
| {"label":"Afghanistan"}, | |
| {"label":"Antigua and Barbuda"}, | |
| {"label":"Anguilla"}, | |
| {"label":"Albania"}, | |
| {"label":"Armenia"}, | |
| {"label":"Angola"}, | |
| {"label":"Antarctica"}, |
I hereby claim:
To claim this, I am signing this object: