This file contains hidden or 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
| //using DotNetOpenAuth and RestSharp | |
| WebServerClient client = new WebServerClient( | |
| new AuthorizationServerDescription | |
| { | |
| TokenEndpoint = new Uri("https://myurl/oauth"), | |
| ProtocolVersion = ProtocolVersion.V20 | |
| }, "client", "secret"); | |
| var token = client.GetClientAccessToken(); |
This file contains hidden or 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
| import moment from 'moment'; | |
| import React, { PureComponent } from 'react'; | |
| import PropTypes from 'prop-types'; | |
| import { | |
| View, | |
| Text, | |
| StyleSheet, | |
| Image, | |
| ImageBackground | |
| } from 'react-native'; |
This file contains hidden or 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
| Last week the transcript of a talk Stanley Druckenmiller gave went a little viral on #financetwitter. | |
| (http://covestreetcapital.com/Blog/wp-content/uploads/2015/03/Druckenmiller-_Speech.pdf) | |
| Only problem- it's been traveling around in the form of an image PDF, | |
| making it hard to cut + paste or search for your favorite quotes. | |
| So I ran it through a couple programs, and bleepblorp, a text transcript is below. | |
| If you want *just the text,* and not this surrounding web page, click "Raw" in the corner above. |
OlderNewer