I hereby claim:
- I am silverbucket on github.
- I am silverbucket (https://keybase.io/silverbucket) on keybase.
- I have a public key ASCYvqi39nsoIWENiJuE6crE-m_AaGeI1OpTbo-yQ62zWQo
To claim this, I am signing this object:
| docker run \ | |
| --name {{printf "%q" .Name}} \ | |
| {{- with .HostConfig}} | |
| {{- if .Privileged}} | |
| --privileged \ | |
| {{- end}} | |
| {{- if .AutoRemove}} | |
| --rm \ | |
| {{- end}} | |
| {{- if .Runtime}} |
| git log --all --numstat --pretty="%H" --author="author" --since=1.year | awk 'NF==3 {plus+=$1; minus+=$2} NF==1 {total++} END {printf("lines added: +%d\nlines deleted: -%d\ntotal commits: %d\n", plus, minus, total)}' |
| Verifying my Blockstack ID is secured with the address 1AFr193JBCuPWS3qQKS2BKLRxwJcjynsrV https://explorer.blockstack.org/address/1AFr193JBCuPWS3qQKS2BKLRxwJcjynsrV |
I hereby claim:
To claim this, I am signing this object:
| <template> | |
| <h1>Files List</h1> | |
| <button click.trigger="addFile()">Add File</button> | |
| <ul> | |
| <li repeat.for="file of files._store"> | |
| <p>${file.uid} - ${file.name}</p> | |
| </li> | |
| </ul> | |
| </template> |
| var feed = 'http://somefeed.com/rss' | |
| var req = request(feed) | |
| req.on('response', function (response) { | |
| if (sometest(feed)) { | |
| req.pipe(iconv).pipe(parser) | |
| } | |
| else { | |
| req.pipe(parser) | |
| } | |
| }) |
| var schema = { | |
| "credentials" : { | |
| "name": "credentials", | |
| "type": "object", | |
| "required": true, | |
| "patternProperties" : { | |
| ".+": { | |
| "type": "object", | |
| "required": true, | |
| "properties": { |
| <html | |
| <head><title>Twitter Example</title></head> | |
| <body> | |
| <script type="text/javascript" src="http://localhost:10550/sockethub/socket.io.js"></script> | |
| <script type="text/javascript" src="http://localhost:10550/activity-streams.js"></script> | |
| <script type="text/javascript" src="http://localhost:10550/sockethub-client.js"></script> | |
| <script type="text/javascript"> | |
| window.onload = function () { | |
| var sc = new SockethubClient(io("http://localhost:10550". { path: "/sockethub" }); |
Attention: if you attempt to fork this gist, github will think that you are a spammer and you will have to confirm that you are human with them. Apparantly there are too many links in this list. Also I update it rather frequently (see revisions on the left), so it's probably wise to not fork it anyway.