I hereby claim:
- I am jschmid on github.
- I am schmid (https://keybase.io/schmid) on keybase.
- I have a public key whose fingerprint is 8590 A344 C55C 2E07 8D5C 7D87 35C9 7890 C746 5518
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <script>window.location = "whatsapp://r?c=212687";setTimeout(function(){window.location="http://v.whatsapp.com/212687?s=1";},0);</script> |
| function(doc, oldDoc) { | |
| if(doc._deleted) { | |
| if(oldDoc.type == "chatroom") { | |
| requireUser(oldDoc.user); | |
| var roomId = oldDoc._id; | |
| var roomMembers = oldDoc.members; | |
| var roomChannel = "room-" + roomId; | |
| channel(roomChannel); | |
| access(roomMembers, roomChannel); |
| // A chatroom | |
| { | |
| "members": [ | |
| "user2", | |
| "user1", | |
| "user4" | |
| ], | |
| "name": "still", | |
| "type": "chatroom", |
| { | |
| "$schemaTransformation" : "http://buzzword.org.uk/2008/jCard/transformation.js" , | |
| "id" : "jCard" , | |
| "version" : "0.1.0" , | |
| "title" : "jCard" , | |
| "description" : "This document defines the jCard data format for representing and exchanging a variety of information about an individual (e.g., formatted and structured name and delivery addresses, email address, multiple telephone numbers, photograph, logo, audio clips, etc.)." , | |
| "type" : "object" , | |
| "seeAlso" : | |
| [ | |
| "http://microformats.org/wiki/jcard" , |
| import UIKit | |
| // Specialized error type | |
| public protocol CommandError: ErrorType {} | |
| // A command that does not have specialized errors | |
| public enum NoCommandError: CommandError {} | |
| // The "Authorize" method returns errors | |
| public enum AuthorizeError: CommandError { |
| git fetch -p && for branch in `git branch -vv | grep ': gone]' | awk '{print $1}'`; do git branch -D $branch; done |