I hereby claim:
- I am chrismessina on github.
- I am chrismessina (https://keybase.io/chrismessina) on keybase.
- I have a public key whose fingerprint is 6349 C945 ED53 A576 CAA8 D96A 701D 3261 50C1 B319
To claim this, I am signing this object:
| /uber help | |
| Lists all available commands | |
| /uber estimate to | |
| Gives you a Fare and Time estimate | |
| /uber ride to | |
| Requests an UberX (or equivalent) | |
| /uber status |
I hereby claim:
To claim this, I am signing this object:
| Verifying that +chrismessina is my openname (Bitcoin username). https://onename.io/chrismessina |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <array> | |
| <string>FBPlaceAttachmentButtonExperimentContext</string> | |
| <string>FBTimelineHeaderCoverDownloadExperimentContext</string> | |
| <string>FBQuickPromotionDebugLogger</string> | |
| <string>FBStorySeenStateExperimentContext</string> | |
| <string>FBTimelineStoriesChunkRequestExperimentContext</string> | |
| <string>FBTimelineStoriesInfiniteScrollingExperimentContext</string> |
| { | |
| "author" : "Chris", | |
| "verb" : "share", | |
| "annotation" : "You go to it", | |
| "object" : | |
| { | |
| "objectType" : "activity", | |
| "recipients" : [ | |
| { | |
| "displayName" : "Adina Levine", |
| handlers: | |
| - url: '/' | |
| static_files: 'index.html index.htm readme.txt readme.markdown readme.md' | |
| upload: '.*' | |
| - url: '/' | |
| static_files: '/' | |
| - url: /favicon\.ico | |
| static_files: favicon.ico |
| <?xml version="1.0" encoding="utf-8"?> | |
| <feed xmlns="http://www.w3.org/2005/Atom" xmlns:activity="http://activitystrea.ms/spec/1.0/"> | |
| <entry> | |
| <title>...</title> | |
| <link rel=”alternate”>...</link> | |
| <id>...</id> | |
| <updated>...</updated> | |
| <author> | |
| <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type> | |
| <name>...</name> |
| <html xmlns:og="http://opengraphprotocol.org/schema/"> | |
| <head> | |
| <title>The Rock (1996)</title> | |
| <meta property="og:title" content="The Rock" /> | |
| <meta property="og:type" content="movie" /> | |
| <meta property="og:url" content="http://www.imdb.com/title/tt0117500/" /> | |
| <meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" /> | |
| ... | |
| </head> | |
| ... |
| <script type="text/javascript"> | |
| function doLogin(doneUrl) { | |
| /* Tell XAuth.org that a user has just signed into Google on this browser. */ | |
| XAuth.extend({ | |
| // reveals "someone is logged into Google" | |
| token: "1", | |
| // Expires after 24 hours or if the user explicitly logs out | |
| expire: new Date().getTime() + 60*60*24*1000, | |
| // Allow any domain to read this info (could also be a whitelist of partners) | |
| extend: ["*"], |
| <html> | |
| <head> | |
| <title>Google XAuth Demo</title> | |
| <script type="text/javascript" src="http://xauth.org/xauth.js"></script> | |
| <script type="text/javascript"> | |
| function doLogin(doneUrl) { | |
| /* Tell XAuth.org that a user has just signed into Google on this browser. */ | |
| XAuth.extend({ | |
| // Just reveals "someone is logged into Google" but no personally identifiable info. |